Shades of Winter Hazel #D5C981
Tints of Winter Hazel #D5C981
RGB
CMYK
RGB Variations
Color information
#D5C981 (or 0xD5C981) is known color: Winter Hazel. HEX triplet: D5, C9 and 81. RGB value is (213,201,129). Sum of RGB (Red+Green+Blue) = 213+201+129=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C981 is #2A367E. Grayscale: #C4C4C4. Windows color (decimal): -2766463 or 8505813. OLE color: 8505813.
HSL color Cylindrical-coordinate representation of color #D5C981: hue angle of 51.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5C981 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 129 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.16 |
| HSL | 51.43º | 0.5% | 0.67% | - |
| HSV(B) | 51.43º | 0.39% | 0.84% | - |
| XYZ | 52.29 | 57.5 | 29.11 | - |
| YUV | 196.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 129 | 0 | 0.06 | 0.39 | 0.16 | 51.43 | 0.5 | 0.67 |
| Hex | D5 | C9 | 81 | 0 | 6 | 27 | 10 | 33 | 32 | 43 |
| Octal | 325 | 311 | 201 | 0 | 6 | 47 | 20 | 63 | 62 | 103 |
| Binary | 11010101 | 11001001 | 10000001 | 0 | 110 | 100111 | 10000 | 110011 | 110010 | 1000011 |
Color Harmonies of #D5C981
Complementary color
Monochromatic Colors of #D5C981
Black with #D5C981
Text Example
Text Example
White with #D5C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C981; }
p { color: rgb(213,201,129); }
H1.HeaderClassName
{
color: #D5C981;
}
.AnyTagClassName
{
color: #D5C981;
}
</style>
background-color css
<style>
a { background-color: #D5C981; }
a { background-color: rgb(213,201,129); }
div.DivClassName
{
background-color: #D5C981;
}
.BgClassName
{
background-color: #D5C981;
}
</style>
border-color css
<style>
span { border-color: #D5C981; }
span { border-color: rgb(213,201,129); }
td.TdClassName
{
border-color: #D5C981;
}
.TagClassName
{
border-color: #D5C981;
}
</style>