The Input "goldenrod3" detected as "CSS3 color name".
| Color | ||
| websafe | No | |
| CSS3 Color name | 
 | |
| Hex | #cd9b1d | |
| RGB | rgb(205,155,29) | |
| RGB in % | rgb(80%,61%,11%) | |
| CMY in % | C=20 M=39 Y=89 | |
| CMYK in % | C=0 M=24 Y=86 K=20 | |
| HSL | hsl(43,75%,46%) | |
| HSV | hsv(43,86%,80%) | |
| Rec. 601 luma | 155.586 | |
| Rec. 709 luma | 156.5328 | |
| Rec. 2020 luma | 160.6632 | |
| Grey scale (Rec. 601 luma) | #9c9c9c | |
| Grey scale (Rec. 709 luma) | #9d9d9d | |
| Grey scale (Rec. 2020 luma) | #a1a1a1 | |
| Complementary color | #3264e2 | |
| Decimal | 13474589 | |
Show the nearest websafe color data.
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205