Shades of Goldenrod #D9D566
Tints of Goldenrod #D9D566
RGB
CMYK
RGB Variations
Color information
#D9D566 (or 0xD9D566) is known color: Goldenrod. HEX triplet: D9, D5 and 66. RGB value is (217,213,102). Sum of RGB (Red+Green+Blue) = 217+213+102=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D566 is #262A99. Grayscale: #C9C9C9. Windows color (decimal): -2501274 or 6739417. OLE color: 6739417.
HSL color Cylindrical-coordinate representation of color #D9D566: hue angle of 57.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9D566 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 102 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.15 |
| HSL | 57.91º | 0.6% | 0.63% | - |
| HSV(B) | 57.91º | 0.53% | 0.85% | - |
| XYZ | 54.81 | 63.3 | 21.9 | - |
| YUV | 201.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 102 | 0 | 0.02 | 0.53 | 0.15 | 57.91 | 0.6 | 0.63 |
| Hex | D9 | D5 | 66 | 0 | 2 | 35 | F | 3A | 3C | 3F |
| Octal | 331 | 325 | 146 | 0 | 2 | 65 | 17 | 72 | 74 | 77 |
| Binary | 11011001 | 11010101 | 1100110 | 0 | 10 | 110101 | 1111 | 111010 | 111100 | 111111 |
Color Harmonies of #D9D566
Complementary color
Monochromatic Colors of #D9D566
Black with #D9D566
Text Example
Text Example
White with #D9D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D566; }
p { color: rgb(217,213,102); }
H1.HeaderClassName
{
color: #D9D566;
}
.AnyTagClassName
{
color: #D9D566;
}
</style>
background-color css
<style>
a { background-color: #D9D566; }
a { background-color: rgb(217,213,102); }
div.DivClassName
{
background-color: #D9D566;
}
.BgClassName
{
background-color: #D9D566;
}
</style>
border-color css
<style>
span { border-color: #D9D566; }
span { border-color: rgb(217,213,102); }
td.TdClassName
{
border-color: #D9D566;
}
.TagClassName
{
border-color: #D9D566;
}
</style>