Shades of Goldenrod #D9D16C
Tints of Goldenrod #D9D16C
RGB
CMYK
RGB Variations
Color information
#D9D16C (or 0xD9D16C) is known color: Goldenrod. HEX triplet: D9, D1 and 6C. RGB value is (217,209,108). Sum of RGB (Red+Green+Blue) = 217+209+108=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D16C is #262E93. Grayscale: #C8C8C8. Windows color (decimal): -2502292 or 7131609. OLE color: 7131609.
HSL color Cylindrical-coordinate representation of color #D9D16C: hue angle of 55.6º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9D16C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 108 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.15 |
| HSL | 55.6º | 0.59% | 0.64% | - |
| HSV(B) | 55.6º | 0.5% | 0.85% | - |
| XYZ | 54.12 | 61.44 | 23.19 | - |
| YUV | 199.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 108 | 0 | 0.04 | 0.50 | 0.15 | 55.6 | 0.59 | 0.64 |
| Hex | D9 | D1 | 6C | 0 | 4 | 32 | F | 38 | 3B | 40 |
| Octal | 331 | 321 | 154 | 0 | 4 | 62 | 17 | 70 | 73 | 100 |
| Binary | 11011001 | 11010001 | 1101100 | 0 | 100 | 110010 | 1111 | 111000 | 111011 | 1000000 |
Color Harmonies of #D9D16C
Complementary color
Monochromatic Colors of #D9D16C
Black with #D9D16C
Text Example
Text Example
White with #D9D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D16C; }
p { color: rgb(217,209,108); }
H1.HeaderClassName
{
color: #D9D16C;
}
.AnyTagClassName
{
color: #D9D16C;
}
</style>
background-color css
<style>
a { background-color: #D9D16C; }
a { background-color: rgb(217,209,108); }
div.DivClassName
{
background-color: #D9D16C;
}
.BgClassName
{
background-color: #D9D16C;
}
</style>
border-color css
<style>
span { border-color: #D9D16C; }
span { border-color: rgb(217,209,108); }
td.TdClassName
{
border-color: #D9D16C;
}
.TagClassName
{
border-color: #D9D16C;
}
</style>