Shades of Goldenrod #D9D16E
Tints of Goldenrod #D9D16E
RGB
CMYK
RGB Variations
Color information
#D9D16E (or 0xD9D16E) is known color: Goldenrod. HEX triplet: D9, D1 and 6E. RGB value is (217,209,110). Sum of RGB (Red+Green+Blue) = 217+209+110=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D16E is #262E91. Grayscale: #C8C8C8. Windows color (decimal): -2502290 or 7262681. OLE color: 7262681.
HSL color Cylindrical-coordinate representation of color #D9D16E: hue angle of 55.51º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9D16E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 110 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.15 |
| HSL | 55.51º | 0.58% | 0.64% | - |
| HSV(B) | 55.51º | 0.49% | 0.85% | - |
| XYZ | 54.23 | 61.48 | 23.76 | - |
| YUV | 200.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 110 | 0 | 0.04 | 0.49 | 0.15 | 55.51 | 0.58 | 0.64 |
| Hex | D9 | D1 | 6E | 0 | 4 | 31 | F | 38 | 3A | 40 |
| Octal | 331 | 321 | 156 | 0 | 4 | 61 | 17 | 70 | 72 | 100 |
| Binary | 11011001 | 11010001 | 1101110 | 0 | 100 | 110001 | 1111 | 111000 | 111010 | 1000000 |
Color Harmonies of #D9D16E
Complementary color
Monochromatic Colors of #D9D16E
Black with #D9D16E
Text Example
Text Example
White with #D9D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D16E; }
p { color: rgb(217,209,110); }
H1.HeaderClassName
{
color: #D9D16E;
}
.AnyTagClassName
{
color: #D9D16E;
}
</style>
background-color css
<style>
a { background-color: #D9D16E; }
a { background-color: rgb(217,209,110); }
div.DivClassName
{
background-color: #D9D16E;
}
.BgClassName
{
background-color: #D9D16E;
}
</style>
border-color css
<style>
span { border-color: #D9D16E; }
span { border-color: rgb(217,209,110); }
td.TdClassName
{
border-color: #D9D16E;
}
.TagClassName
{
border-color: #D9D16E;
}
</style>