Shades of Goldenrod #D9DE7E
Tints of Goldenrod #D9DE7E
RGB
CMYK
RGB Variations
Color information
#D9DE7E (or 0xD9DE7E) is known color: Goldenrod. HEX triplet: D9, DE and 7E. RGB value is (217,222,126). Sum of RGB (Red+Green+Blue) = 217+222+126=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DE7E is #262181. Grayscale: #D1D1D1. Windows color (decimal): -2498946 or 8314585. OLE color: 8314585.
HSL color Cylindrical-coordinate representation of color #D9DE7E: hue angle of 63.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9DE7E is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 126 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.13 |
| HSL | 63.13º | 0.59% | 0.68% | - |
| HSV(B) | 63.13º | 0.43% | 0.87% | - |
| XYZ | 58.5 | 68.5 | 29.88 | - |
| YUV | 209.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 126 | 0.02 | 0 | 0.43 | 0.13 | 63.13 | 0.59 | 0.68 |
| Hex | D9 | DE | 7E | 2 | 0 | 2B | D | 3F | 3B | 44 |
| Octal | 331 | 336 | 176 | 2 | 0 | 53 | 15 | 77 | 73 | 104 |
| Binary | 11011001 | 11011110 | 1111110 | 10 | 0 | 101011 | 1101 | 111111 | 111011 | 1000100 |
Color Harmonies of #D9DE7E
Complementary color
Monochromatic Colors of #D9DE7E
Black with #D9DE7E
Text Example
Text Example
White with #D9DE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DE7E; }
p { color: rgb(217,222,126); }
H1.HeaderClassName
{
color: #D9DE7E;
}
.AnyTagClassName
{
color: #D9DE7E;
}
</style>
background-color css
<style>
a { background-color: #D9DE7E; }
a { background-color: rgb(217,222,126); }
div.DivClassName
{
background-color: #D9DE7E;
}
.BgClassName
{
background-color: #D9DE7E;
}
</style>
border-color css
<style>
span { border-color: #D9DE7E; }
span { border-color: rgb(217,222,126); }
td.TdClassName
{
border-color: #D9DE7E;
}
.TagClassName
{
border-color: #D9DE7E;
}
</style>