Shades of Goldenrod #D4D960
Tints of Goldenrod #D4D960
RGB
CMYK
RGB Variations
Color information
#D4D960 (or 0xD4D960) is known color: Goldenrod. HEX triplet: D4, D9 and 60. RGB value is (212,217,96). Sum of RGB (Red+Green+Blue) = 212+217+96=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D960 is #2B269F. Grayscale: #CACACA. Windows color (decimal): -2827936 or 6347220. OLE color: 6347220.
HSL color Cylindrical-coordinate representation of color #D4D960: hue angle of 62.48º 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 #D4D960 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 96 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.15 |
| HSL | 62.48º | 0.61% | 0.61% | - |
| HSV(B) | 62.48º | 0.56% | 0.85% | - |
| XYZ | 54.08 | 64.47 | 20.66 | - |
| YUV | 201.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 96 | 0.02 | 0 | 0.56 | 0.15 | 62.48 | 0.61 | 0.61 |
| Hex | D4 | D9 | 60 | 2 | 0 | 38 | F | 3E | 3D | 3D |
| Octal | 324 | 331 | 140 | 2 | 0 | 70 | 17 | 76 | 75 | 75 |
| Binary | 11010100 | 11011001 | 1100000 | 10 | 0 | 111000 | 1111 | 111110 | 111101 | 111101 |
Color Harmonies of #D4D960
Complementary color
Monochromatic Colors of #D4D960
Black with #D4D960
Text Example
Text Example
White with #D4D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D960; }
p { color: rgb(212,217,96); }
H1.HeaderClassName
{
color: #D4D960;
}
.AnyTagClassName
{
color: #D4D960;
}
</style>
background-color css
<style>
a { background-color: #D4D960; }
a { background-color: rgb(212,217,96); }
div.DivClassName
{
background-color: #D4D960;
}
.BgClassName
{
background-color: #D4D960;
}
</style>
border-color css
<style>
span { border-color: #D4D960; }
span { border-color: rgb(212,217,96); }
td.TdClassName
{
border-color: #D4D960;
}
.TagClassName
{
border-color: #D4D960;
}
</style>