Shades of Goldenrod #CDD16E
Tints of Goldenrod #CDD16E
RGB
CMYK
RGB Variations
Color information
#CDD16E (or 0xCDD16E) is known color: Goldenrod. HEX triplet: CD, D1 and 6E. RGB value is (205,209,110). Sum of RGB (Red+Green+Blue) = 205+209+110=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD16E is #322E91. Grayscale: #C4C4C4. Windows color (decimal): -3288722 or 7262669. OLE color: 7262669.
HSL color Cylindrical-coordinate representation of color #CDD16E: hue angle of 62.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDD16E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 110 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.18 |
| HSL | 62.42º | 0.52% | 0.63% | - |
| HSV(B) | 62.42º | 0.47% | 0.82% | - |
| XYZ | 50.79 | 59.71 | 23.6 | - |
| YUV | 196.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 110 | 0.02 | 0 | 0.47 | 0.18 | 62.42 | 0.52 | 0.63 |
| Hex | CD | D1 | 6E | 2 | 0 | 2F | 12 | 3E | 34 | 3F |
| Octal | 315 | 321 | 156 | 2 | 0 | 57 | 22 | 76 | 64 | 77 |
| Binary | 11001101 | 11010001 | 1101110 | 10 | 0 | 101111 | 10010 | 111110 | 110100 | 111111 |
Color Harmonies of #CDD16E
Complementary color
Monochromatic Colors of #CDD16E
Black with #CDD16E
Text Example
Text Example
White with #CDD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD16E; }
p { color: rgb(205,209,110); }
H1.HeaderClassName
{
color: #CDD16E;
}
.AnyTagClassName
{
color: #CDD16E;
}
</style>
background-color css
<style>
a { background-color: #CDD16E; }
a { background-color: rgb(205,209,110); }
div.DivClassName
{
background-color: #CDD16E;
}
.BgClassName
{
background-color: #CDD16E;
}
</style>
border-color css
<style>
span { border-color: #CDD16E; }
span { border-color: rgb(205,209,110); }
td.TdClassName
{
border-color: #CDD16E;
}
.TagClassName
{
border-color: #CDD16E;
}
</style>