Shades of Goldenrod #D5D962
Tints of Goldenrod #D5D962
RGB
CMYK
RGB Variations
Color information
#D5D962 (or 0xD5D962) is known color: Goldenrod. HEX triplet: D5, D9 and 62. RGB value is (213,217,98). Sum of RGB (Red+Green+Blue) = 213+217+98=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D962 is #2A269D. Grayscale: #CACACA. Windows color (decimal): -2762398 or 6478293. OLE color: 6478293.
HSL color Cylindrical-coordinate representation of color #D5D962: hue angle of 62.02º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5D962 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 98 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.15 |
| HSL | 62.02º | 0.61% | 0.62% | - |
| HSV(B) | 62.02º | 0.55% | 0.85% | - |
| XYZ | 54.46 | 64.65 | 21.16 | - |
| YUV | 202.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 98 | 0.02 | 0 | 0.55 | 0.15 | 62.02 | 0.61 | 0.62 |
| Hex | D5 | D9 | 62 | 2 | 0 | 37 | F | 3E | 3D | 3E |
| Octal | 325 | 331 | 142 | 2 | 0 | 67 | 17 | 76 | 75 | 76 |
| Binary | 11010101 | 11011001 | 1100010 | 10 | 0 | 110111 | 1111 | 111110 | 111101 | 111110 |
Color Harmonies of #D5D962
Complementary color
Monochromatic Colors of #D5D962
Black with #D5D962
Text Example
Text Example
White with #D5D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D962; }
p { color: rgb(213,217,98); }
H1.HeaderClassName
{
color: #D5D962;
}
.AnyTagClassName
{
color: #D5D962;
}
</style>
background-color css
<style>
a { background-color: #D5D962; }
a { background-color: rgb(213,217,98); }
div.DivClassName
{
background-color: #D5D962;
}
.BgClassName
{
background-color: #D5D962;
}
</style>
border-color css
<style>
span { border-color: #D5D962; }
span { border-color: rgb(213,217,98); }
td.TdClassName
{
border-color: #D5D962;
}
.TagClassName
{
border-color: #D5D962;
}
</style>