The Input "gold" detected as "CSS3 color name".
| Color | ||
| websafe | No | |
| CSS3 Color names |
|
|
| Hex | #ffd700 | |
| RGB | rgb(255,215,0) | |
| RGB in % | rgb(100%,84%,0%) | |
| CMY in % | C=0 M=16 Y=100 |
|
| CMYK in % | C=0 M=16 Y=100 K=0 |
|
| HSL | hsl(51,100%,50%) | |
| HSV | hsv(51,100%,100%) | |
| Rec. 601 luma | 202.45 | |
| Rec. 709 luma | 207.981 | |
| Rec. 2020 luma | 212.7585 | |
| Grey scale (Rec. 601 luma) | #cacaca | |
| Grey scale (Rec. 709 luma) | #d0d0d0 | |
| Grey scale (Rec. 2020 luma) | #d5d5d5 | |
| Complementary color | #0028ff | |
| Decimal | 16766720 | |
| Color | ||
| websafe | yes | |
| Hex | #ffcc00 | |
| Hex (short) | #fc0 | |
| RGB | rgb(255,204,0) | |
| RGB in % | rgb(100%,80%,0%) | |
| CMY in % | C=0 M=20 Y=100 |
|
| CMYK in % | C=0 M=20 Y=100 K=0 |
|
| HSL | hsl(48,100%,50%) | |
| HSV | hsv(48,100%,100%) | |
| Rec. 601 luma | 195.993 | |
| Rec. 709 luma | 200.1138 | |
| Rec. 2020 luma | 205.3005 | |
| Grey scale (Rec. 601 luma) | #c4c4c4 | |
| Grey scale (Rec. 709 luma) | #c8c8c8 | |
| Grey scale (Rec. 2020 luma) | #cdcdcd | |
| Complementary color | #0033ff | |
| Decimal | 16763904 | |
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