Shades of Goldenrod #D9DC7E
Tints of Goldenrod #D9DC7E
RGB
CMYK
RGB Variations
Color information
#D9DC7E (or 0xD9DC7E) is known color: Goldenrod. HEX triplet: D9, DC and 7E. RGB value is (217,220,126). Sum of RGB (Red+Green+Blue) = 217+220+126=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC7E is #262381. Grayscale: #D0D0D0. Windows color (decimal): -2499458 or 8314073. OLE color: 8314073.
HSL color Cylindrical-coordinate representation of color #D9DC7E: hue angle of 61.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9DC7E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 126 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.14 |
| HSL | 61.91º | 0.57% | 0.68% | - |
| HSV(B) | 61.91º | 0.43% | 0.86% | - |
| XYZ | 57.97 | 67.44 | 29.7 | - |
| YUV | 208.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 126 | 0.01 | 0 | 0.43 | 0.14 | 61.91 | 0.57 | 0.68 |
| Hex | D9 | DC | 7E | 1 | 0 | 2B | E | 3E | 39 | 44 |
| Octal | 331 | 334 | 176 | 1 | 0 | 53 | 16 | 76 | 71 | 104 |
| Binary | 11011001 | 11011100 | 1111110 | 1 | 0 | 101011 | 1110 | 111110 | 111001 | 1000100 |
Color Harmonies of #D9DC7E
Complementary color
Monochromatic Colors of #D9DC7E
Black with #D9DC7E
Text Example
Text Example
White with #D9DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC7E; }
p { color: rgb(217,220,126); }
H1.HeaderClassName
{
color: #D9DC7E;
}
.AnyTagClassName
{
color: #D9DC7E;
}
</style>
background-color css
<style>
a { background-color: #D9DC7E; }
a { background-color: rgb(217,220,126); }
div.DivClassName
{
background-color: #D9DC7E;
}
.BgClassName
{
background-color: #D9DC7E;
}
</style>
border-color css
<style>
span { border-color: #D9DC7E; }
span { border-color: rgb(217,220,126); }
td.TdClassName
{
border-color: #D9DC7E;
}
.TagClassName
{
border-color: #D9DC7E;
}
</style>