Shades of Goldenrod #D9D862
Tints of Goldenrod #D9D862
RGB
CMYK
RGB Variations
Color information
#D9D862 (or 0xD9D862) is known color: Goldenrod. HEX triplet: D9, D8 and 62. RGB value is (217,216,98). Sum of RGB (Red+Green+Blue) = 217+216+98=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D862 is #26279D. Grayscale: #CBCBCB. Windows color (decimal): -2500510 or 6478041. OLE color: 6478041.
HSL color Cylindrical-coordinate representation of color #D9D862: hue angle of 59.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9D862 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 216 | 98 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.15 |
| HSL | 59.5º | 0.61% | 0.62% | - |
| HSV(B) | 59.5º | 0.55% | 0.85% | - |
| XYZ | 55.38 | 64.75 | 21.13 | - |
| YUV | 202.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 98 | 0 | 0.00 | 0.55 | 0.15 | 59.5 | 0.61 | 0.62 |
| Hex | D9 | D8 | 62 | 0 | 0 | 37 | F | 3B | 3D | 3E |
| Octal | 331 | 330 | 142 | 0 | 0 | 67 | 17 | 73 | 75 | 76 |
| Binary | 11011001 | 11011000 | 1100010 | 0 | 0 | 110111 | 1111 | 111011 | 111101 | 111110 |
Color Harmonies of #D9D862
Complementary color
Monochromatic Colors of #D9D862
Black with #D9D862
Text Example
Text Example
White with #D9D862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D862; }
p { color: rgb(217,216,98); }
H1.HeaderClassName
{
color: #D9D862;
}
.AnyTagClassName
{
color: #D9D862;
}
</style>
background-color css
<style>
a { background-color: #D9D862; }
a { background-color: rgb(217,216,98); }
div.DivClassName
{
background-color: #D9D862;
}
.BgClassName
{
background-color: #D9D862;
}
</style>
border-color css
<style>
span { border-color: #D9D862; }
span { border-color: rgb(217,216,98); }
td.TdClassName
{
border-color: #D9D862;
}
.TagClassName
{
border-color: #D9D862;
}
</style>