Shades of Goldenrod #D9D880
Tints of Goldenrod #D9D880
RGB
CMYK
RGB Variations
Color information
#D9D880 (or 0xD9D880) is known color: Goldenrod. HEX triplet: D9, D8 and 80. RGB value is (217,216,128). Sum of RGB (Red+Green+Blue) = 217+216+128=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D880 is #26277F. Grayscale: #CECECE. Windows color (decimal): -2500480 or 8444121. OLE color: 8444121.
HSL color Cylindrical-coordinate representation of color #D9D880: hue angle of 59.33º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9D880 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 128 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.15 |
| HSL | 59.33º | 0.54% | 0.68% | - |
| HSV(B) | 59.33º | 0.41% | 0.85% | - |
| XYZ | 57.07 | 65.42 | 30.04 | - |
| YUV | 206.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 128 | 0 | 0.00 | 0.41 | 0.15 | 59.33 | 0.54 | 0.68 |
| Hex | D9 | D8 | 80 | 0 | 0 | 29 | F | 3B | 36 | 44 |
| Octal | 331 | 330 | 200 | 0 | 0 | 51 | 17 | 73 | 66 | 104 |
| Binary | 11011001 | 11011000 | 10000000 | 0 | 0 | 101001 | 1111 | 111011 | 110110 | 1000100 |
Color Harmonies of #D9D880
Complementary color
Monochromatic Colors of #D9D880
Black with #D9D880
Text Example
Text Example
White with #D9D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D880; }
p { color: rgb(217,216,128); }
H1.HeaderClassName
{
color: #D9D880;
}
.AnyTagClassName
{
color: #D9D880;
}
</style>
background-color css
<style>
a { background-color: #D9D880; }
a { background-color: rgb(217,216,128); }
div.DivClassName
{
background-color: #D9D880;
}
.BgClassName
{
background-color: #D9D880;
}
</style>
border-color css
<style>
span { border-color: #D9D880; }
span { border-color: rgb(217,216,128); }
td.TdClassName
{
border-color: #D9D880;
}
.TagClassName
{
border-color: #D9D880;
}
</style>