Shades of Goldenrod #D5D96B
Tints of Goldenrod #D5D96B
RGB
CMYK
RGB Variations
Color information
#D5D96B (or 0xD5D96B) is known color: Goldenrod. HEX triplet: D5, D9 and 6B. RGB value is (213,217,107). Sum of RGB (Red+Green+Blue) = 213+217+107=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D96B is #2A2694. Grayscale: #CBCBCB. Windows color (decimal): -2762389 or 7068117. OLE color: 7068117.
HSL color Cylindrical-coordinate representation of color #D5D96B: hue angle of 62.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5D96B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 107 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.15 |
| HSL | 62.18º | 0.59% | 0.64% | - |
| HSV(B) | 62.18º | 0.51% | 0.85% | - |
| XYZ | 54.91 | 64.83 | 23.53 | - |
| YUV | 203.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 107 | 0.02 | 0 | 0.51 | 0.15 | 62.18 | 0.59 | 0.64 |
| Hex | D5 | D9 | 6B | 2 | 0 | 33 | F | 3E | 3B | 40 |
| Octal | 325 | 331 | 153 | 2 | 0 | 63 | 17 | 76 | 73 | 100 |
| Binary | 11010101 | 11011001 | 1101011 | 10 | 0 | 110011 | 1111 | 111110 | 111011 | 1000000 |
Color Harmonies of #D5D96B
Complementary color
Monochromatic Colors of #D5D96B
Black with #D5D96B
Text Example
Text Example
White with #D5D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D96B; }
p { color: rgb(213,217,107); }
H1.HeaderClassName
{
color: #D5D96B;
}
.AnyTagClassName
{
color: #D5D96B;
}
</style>
background-color css
<style>
a { background-color: #D5D96B; }
a { background-color: rgb(213,217,107); }
div.DivClassName
{
background-color: #D5D96B;
}
.BgClassName
{
background-color: #D5D96B;
}
</style>
border-color css
<style>
span { border-color: #D5D96B; }
span { border-color: rgb(213,217,107); }
td.TdClassName
{
border-color: #D5D96B;
}
.TagClassName
{
border-color: #D5D96B;
}
</style>