Shades of Goldenrod #D9D964
Tints of Goldenrod #D9D964
RGB
CMYK
RGB Variations
Color information
#D9D964 (or 0xD9D964) is known color: Goldenrod. HEX triplet: D9, D9 and 64. RGB value is (217,217,100). Sum of RGB (Red+Green+Blue) = 217+217+100=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D964 is #26269B. Grayscale: #CCCCCC. Windows color (decimal): -2500252 or 6609369. OLE color: 6609369.
HSL color Cylindrical-coordinate representation of color #D9D964: hue angle of 60º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9D964 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 217 | 100 | - |
| CMYK | 0 | 0 | 0.54 | 0.15 |
| HSL | 60º | 0.61% | 0.62% | - |
| HSV(B) | 60º | 0.54% | 0.85% | - |
| XYZ | 55.73 | 65.3 | 21.72 | - |
| YUV | 203.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 217 | 100 | 0 | 0 | 0.54 | 0.15 | 60 | 0.61 | 0.62 |
| Hex | D9 | D9 | 64 | 0 | 0 | 36 | F | 3C | 3D | 3E |
| Octal | 331 | 331 | 144 | 0 | 0 | 66 | 17 | 74 | 75 | 76 |
| Binary | 11011001 | 11011001 | 1100100 | 0 | 0 | 110110 | 1111 | 111100 | 111101 | 111110 |
Color Harmonies of #D9D964
Complementary color
Monochromatic Colors of #D9D964
Black with #D9D964
Text Example
Text Example
White with #D9D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D964; }
p { color: rgb(217,217,100); }
H1.HeaderClassName
{
color: #D9D964;
}
.AnyTagClassName
{
color: #D9D964;
}
</style>
background-color css
<style>
a { background-color: #D9D964; }
a { background-color: rgb(217,217,100); }
div.DivClassName
{
background-color: #D9D964;
}
.BgClassName
{
background-color: #D9D964;
}
</style>
border-color css
<style>
span { border-color: #D9D964; }
span { border-color: rgb(217,217,100); }
td.TdClassName
{
border-color: #D9D964;
}
.TagClassName
{
border-color: #D9D964;
}
</style>