Shades of Goldenrod #D9D36E
Tints of Goldenrod #D9D36E
RGB
CMYK
RGB Variations
Color information
#D9D36E (or 0xD9D36E) is known color: Goldenrod. HEX triplet: D9, D3 and 6E. RGB value is (217,211,110). Sum of RGB (Red+Green+Blue) = 217+211+110=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D36E is #262C91. Grayscale: #C9C9C9. Windows color (decimal): -2501778 or 7263193. OLE color: 7263193.
HSL color Cylindrical-coordinate representation of color #D9D36E: hue angle of 56.64º 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 #D9D36E is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 110 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.15 |
| HSL | 56.64º | 0.58% | 0.64% | - |
| HSV(B) | 56.64º | 0.49% | 0.85% | - |
| XYZ | 54.72 | 62.47 | 23.92 | - |
| YUV | 201.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 110 | 0 | 0.03 | 0.49 | 0.15 | 56.64 | 0.58 | 0.64 |
| Hex | D9 | D3 | 6E | 0 | 3 | 31 | F | 39 | 3A | 40 |
| Octal | 331 | 323 | 156 | 0 | 3 | 61 | 17 | 71 | 72 | 100 |
| Binary | 11011001 | 11010011 | 1101110 | 0 | 11 | 110001 | 1111 | 111001 | 111010 | 1000000 |
Color Harmonies of #D9D36E
Complementary color
Monochromatic Colors of #D9D36E
Black with #D9D36E
Text Example
Text Example
White with #D9D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D36E; }
p { color: rgb(217,211,110); }
H1.HeaderClassName
{
color: #D9D36E;
}
.AnyTagClassName
{
color: #D9D36E;
}
</style>
background-color css
<style>
a { background-color: #D9D36E; }
a { background-color: rgb(217,211,110); }
div.DivClassName
{
background-color: #D9D36E;
}
.BgClassName
{
background-color: #D9D36E;
}
</style>
border-color css
<style>
span { border-color: #D9D36E; }
span { border-color: rgb(217,211,110); }
td.TdClassName
{
border-color: #D9D36E;
}
.TagClassName
{
border-color: #D9D36E;
}
</style>