Shades of Goldenrod #D9E06C
Tints of Goldenrod #D9E06C
RGB
CMYK
RGB Variations
Color information
#D9E06C (or 0xD9E06C) is known color: Goldenrod. HEX triplet: D9, E0 and 6C. RGB value is (217,224,108). Sum of RGB (Red+Green+Blue) = 217+224+108=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E06C is #261F93. Grayscale: #D1D1D1. Windows color (decimal): -2498452 or 7135449. OLE color: 7135449.
HSL color Cylindrical-coordinate representation of color #D9E06C: hue angle of 63.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9E06C is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 108 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.12 |
| HSL | 63.62º | 0.65% | 0.65% | - |
| HSV(B) | 63.62º | 0.52% | 0.88% | - |
| XYZ | 57.98 | 69.15 | 24.48 | - |
| YUV | 208.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 108 | 0.03 | 0 | 0.52 | 0.12 | 63.62 | 0.65 | 0.65 |
| Hex | D9 | E0 | 6C | 3 | 0 | 34 | C | 40 | 41 | 41 |
| Octal | 331 | 340 | 154 | 3 | 0 | 64 | 14 | 100 | 101 | 101 |
| Binary | 11011001 | 11100000 | 1101100 | 11 | 0 | 110100 | 1100 | 1000000 | 1000001 | 1000001 |
Color Harmonies of #D9E06C
Complementary color
Monochromatic Colors of #D9E06C
Black with #D9E06C
Text Example
Text Example
White with #D9E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E06C; }
p { color: rgb(217,224,108); }
H1.HeaderClassName
{
color: #D9E06C;
}
.AnyTagClassName
{
color: #D9E06C;
}
</style>
background-color css
<style>
a { background-color: #D9E06C; }
a { background-color: rgb(217,224,108); }
div.DivClassName
{
background-color: #D9E06C;
}
.BgClassName
{
background-color: #D9E06C;
}
</style>
border-color css
<style>
span { border-color: #D9E06C; }
span { border-color: rgb(217,224,108); }
td.TdClassName
{
border-color: #D9E06C;
}
.TagClassName
{
border-color: #D9E06C;
}
</style>