Shades of Goldenrod #D9DE7A
Tints of Goldenrod #D9DE7A
RGB
CMYK
RGB Variations
Color information
#D9DE7A (or 0xD9DE7A) is known color: Goldenrod. HEX triplet: D9, DE and 7A. RGB value is (217,222,122). Sum of RGB (Red+Green+Blue) = 217+222+122=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DE7A is #262185. Grayscale: #D1D1D1. Windows color (decimal): -2498950 or 8052441. OLE color: 8052441.
HSL color Cylindrical-coordinate representation of color #D9DE7A: hue angle of 63º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9DE7A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 122 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.13 |
| HSL | 63º | 0.6% | 0.67% | - |
| HSV(B) | 63º | 0.45% | 0.87% | - |
| XYZ | 58.25 | 68.4 | 28.54 | - |
| YUV | 209.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 122 | 0.02 | 0 | 0.45 | 0.13 | 63 | 0.6 | 0.67 |
| Hex | D9 | DE | 7A | 2 | 0 | 2D | D | 3F | 3C | 43 |
| Octal | 331 | 336 | 172 | 2 | 0 | 55 | 15 | 77 | 74 | 103 |
| Binary | 11011001 | 11011110 | 1111010 | 10 | 0 | 101101 | 1101 | 111111 | 111100 | 1000011 |
Color Harmonies of #D9DE7A
Complementary color
Monochromatic Colors of #D9DE7A
Black with #D9DE7A
Text Example
Text Example
White with #D9DE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DE7A; }
p { color: rgb(217,222,122); }
H1.HeaderClassName
{
color: #D9DE7A;
}
.AnyTagClassName
{
color: #D9DE7A;
}
</style>
background-color css
<style>
a { background-color: #D9DE7A; }
a { background-color: rgb(217,222,122); }
div.DivClassName
{
background-color: #D9DE7A;
}
.BgClassName
{
background-color: #D9DE7A;
}
</style>
border-color css
<style>
span { border-color: #D9DE7A; }
span { border-color: rgb(217,222,122); }
td.TdClassName
{
border-color: #D9DE7A;
}
.TagClassName
{
border-color: #D9DE7A;
}
</style>