Shades of Goldenrod #D5D960
Tints of Goldenrod #D5D960
RGB
CMYK
RGB Variations
Color information
#D5D960 (or 0xD5D960) is known color: Goldenrod. HEX triplet: D5, D9 and 60. RGB value is (213,217,96). Sum of RGB (Red+Green+Blue) = 213+217+96=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D960 is #2A269F. Grayscale: #CACACA. Windows color (decimal): -2762400 or 6347221. OLE color: 6347221.
HSL color Cylindrical-coordinate representation of color #D5D960: hue angle of 61.98º 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 #D5D960 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 96 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.15 |
| HSL | 61.98º | 0.61% | 0.61% | - |
| HSV(B) | 61.98º | 0.56% | 0.85% | - |
| XYZ | 54.36 | 64.62 | 20.67 | - |
| YUV | 202.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 96 | 0.02 | 0 | 0.56 | 0.15 | 61.98 | 0.61 | 0.61 |
| Hex | D5 | D9 | 60 | 2 | 0 | 38 | F | 3E | 3D | 3D |
| Octal | 325 | 331 | 140 | 2 | 0 | 70 | 17 | 76 | 75 | 75 |
| Binary | 11010101 | 11011001 | 1100000 | 10 | 0 | 111000 | 1111 | 111110 | 111101 | 111101 |
Color Harmonies of #D5D960
Complementary color
Monochromatic Colors of #D5D960
Black with #D5D960
Text Example
Text Example
White with #D5D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D960; }
p { color: rgb(213,217,96); }
H1.HeaderClassName
{
color: #D5D960;
}
.AnyTagClassName
{
color: #D5D960;
}
</style>
background-color css
<style>
a { background-color: #D5D960; }
a { background-color: rgb(213,217,96); }
div.DivClassName
{
background-color: #D5D960;
}
.BgClassName
{
background-color: #D5D960;
}
</style>
border-color css
<style>
span { border-color: #D5D960; }
span { border-color: rgb(213,217,96); }
td.TdClassName
{
border-color: #D5D960;
}
.TagClassName
{
border-color: #D5D960;
}
</style>