Shades of Goldenrod #D9D960
Tints of Goldenrod #D9D960
RGB
CMYK
RGB Variations
Color information
#D9D960 (or 0xD9D960) is known color: Goldenrod. HEX triplet: D9, D9 and 60. RGB value is (217,217,96). Sum of RGB (Red+Green+Blue) = 217+217+96=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D960 is #26269F. Grayscale: #CBCBCB. Windows color (decimal): -2500256 or 6347225. OLE color: 6347225.
HSL color Cylindrical-coordinate representation of color #D9D960: hue angle of 60º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9D960 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 217 | 96 | - |
| CMYK | 0 | 0 | 0.56 | 0.15 |
| HSL | 60º | 0.61% | 0.61% | - |
| HSV(B) | 60º | 0.56% | 0.85% | - |
| XYZ | 55.54 | 65.22 | 20.73 | - |
| YUV | 203.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 217 | 96 | 0 | 0 | 0.56 | 0.15 | 60 | 0.61 | 0.61 |
| Hex | D9 | D9 | 60 | 0 | 0 | 38 | F | 3C | 3D | 3D |
| Octal | 331 | 331 | 140 | 0 | 0 | 70 | 17 | 74 | 75 | 75 |
| Binary | 11011001 | 11011001 | 1100000 | 0 | 0 | 111000 | 1111 | 111100 | 111101 | 111101 |
Color Harmonies of #D9D960
Complementary color
Monochromatic Colors of #D9D960
Black with #D9D960
Text Example
Text Example
White with #D9D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D960; }
p { color: rgb(217,217,96); }
H1.HeaderClassName
{
color: #D9D960;
}
.AnyTagClassName
{
color: #D9D960;
}
</style>
background-color css
<style>
a { background-color: #D9D960; }
a { background-color: rgb(217,217,96); }
div.DivClassName
{
background-color: #D9D960;
}
.BgClassName
{
background-color: #D9D960;
}
</style>
border-color css
<style>
span { border-color: #D9D960; }
span { border-color: rgb(217,217,96); }
td.TdClassName
{
border-color: #D9D960;
}
.TagClassName
{
border-color: #D9D960;
}
</style>