Shades of Goldenrod #D5D96D
Tints of Goldenrod #D5D96D
RGB
CMYK
RGB Variations
Color information
#D5D96D (or 0xD5D96D) is known color: Goldenrod. HEX triplet: D5, D9 and 6D. RGB value is (213,217,109). Sum of RGB (Red+Green+Blue) = 213+217+109=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D96D is #2A2692. Grayscale: #CBCBCB. Windows color (decimal): -2762387 or 7199189. OLE color: 7199189.
HSL color Cylindrical-coordinate representation of color #D5D96D: hue angle of 62.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5D96D is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 109 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.15 |
| HSL | 62.22º | 0.59% | 0.64% | - |
| HSV(B) | 62.22º | 0.5% | 0.85% | - |
| XYZ | 55.01 | 64.88 | 24.09 | - |
| YUV | 203.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 109 | 0.02 | 0 | 0.50 | 0.15 | 62.22 | 0.59 | 0.64 |
| Hex | D5 | D9 | 6D | 2 | 0 | 32 | F | 3E | 3B | 40 |
| Octal | 325 | 331 | 155 | 2 | 0 | 62 | 17 | 76 | 73 | 100 |
| Binary | 11010101 | 11011001 | 1101101 | 10 | 0 | 110010 | 1111 | 111110 | 111011 | 1000000 |
Color Harmonies of #D5D96D
Complementary color
Monochromatic Colors of #D5D96D
Black with #D5D96D
Text Example
Text Example
White with #D5D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D96D; }
p { color: rgb(213,217,109); }
H1.HeaderClassName
{
color: #D5D96D;
}
.AnyTagClassName
{
color: #D5D96D;
}
</style>
background-color css
<style>
a { background-color: #D5D96D; }
a { background-color: rgb(213,217,109); }
div.DivClassName
{
background-color: #D5D96D;
}
.BgClassName
{
background-color: #D5D96D;
}
</style>
border-color css
<style>
span { border-color: #D5D96D; }
span { border-color: rgb(213,217,109); }
td.TdClassName
{
border-color: #D5D96D;
}
.TagClassName
{
border-color: #D5D96D;
}
</style>