Shades of Goldenrod #D5D961
Tints of Goldenrod #D5D961
RGB
CMYK
RGB Variations
Color information
#D5D961 (or 0xD5D961) is known color: Goldenrod. HEX triplet: D5, D9 and 61. RGB value is (213,217,97). Sum of RGB (Red+Green+Blue) = 213+217+97=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D961 is #2A269E. Grayscale: #CACACA. Windows color (decimal): -2762399 or 6412757. OLE color: 6412757.
HSL color Cylindrical-coordinate representation of color #D5D961: hue angle of 62º 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 #D5D961 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 97 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.15 |
| HSL | 62º | 0.61% | 0.62% | - |
| HSV(B) | 62º | 0.55% | 0.85% | - |
| XYZ | 54.41 | 64.63 | 20.92 | - |
| YUV | 202.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 97 | 0.02 | 0 | 0.55 | 0.15 | 62 | 0.61 | 0.62 |
| Hex | D5 | D9 | 61 | 2 | 0 | 37 | F | 3E | 3D | 3E |
| Octal | 325 | 331 | 141 | 2 | 0 | 67 | 17 | 76 | 75 | 76 |
| Binary | 11010101 | 11011001 | 1100001 | 10 | 0 | 110111 | 1111 | 111110 | 111101 | 111110 |
Color Harmonies of #D5D961
Complementary color
Monochromatic Colors of #D5D961
Black with #D5D961
Text Example
Text Example
White with #D5D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D961; }
p { color: rgb(213,217,97); }
H1.HeaderClassName
{
color: #D5D961;
}
.AnyTagClassName
{
color: #D5D961;
}
</style>
background-color css
<style>
a { background-color: #D5D961; }
a { background-color: rgb(213,217,97); }
div.DivClassName
{
background-color: #D5D961;
}
.BgClassName
{
background-color: #D5D961;
}
</style>
border-color css
<style>
span { border-color: #D5D961; }
span { border-color: rgb(213,217,97); }
td.TdClassName
{
border-color: #D5D961;
}
.TagClassName
{
border-color: #D5D961;
}
</style>