Shades of Winter Hazel #D5C979
Tints of Winter Hazel #D5C979
RGB
CMYK
RGB Variations
Color information
#D5C979 (or 0xD5C979) is known color: Winter Hazel. HEX triplet: D5, C9 and 79. RGB value is (213,201,121). Sum of RGB (Red+Green+Blue) = 213+201+121=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C979 is #2A3686. Grayscale: #C3C3C3. Windows color (decimal): -2766471 or 7981525. OLE color: 7981525.
HSL color Cylindrical-coordinate representation of color #D5C979: hue angle of 52.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5C979 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 121 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.16 |
| HSL | 52.17º | 0.52% | 0.65% | - |
| HSV(B) | 52.17º | 0.43% | 0.84% | - |
| XYZ | 51.78 | 57.3 | 26.42 | - |
| YUV | 195.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 121 | 0 | 0.06 | 0.43 | 0.16 | 52.17 | 0.52 | 0.65 |
| Hex | D5 | C9 | 79 | 0 | 6 | 2B | 10 | 34 | 34 | 41 |
| Octal | 325 | 311 | 171 | 0 | 6 | 53 | 20 | 64 | 64 | 101 |
| Binary | 11010101 | 11001001 | 1111001 | 0 | 110 | 101011 | 10000 | 110100 | 110100 | 1000001 |
Color Harmonies of #D5C979
Complementary color
Monochromatic Colors of #D5C979
Black with #D5C979
Text Example
Text Example
White with #D5C979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C979; }
p { color: rgb(213,201,121); }
H1.HeaderClassName
{
color: #D5C979;
}
.AnyTagClassName
{
color: #D5C979;
}
</style>
background-color css
<style>
a { background-color: #D5C979; }
a { background-color: rgb(213,201,121); }
div.DivClassName
{
background-color: #D5C979;
}
.BgClassName
{
background-color: #D5C979;
}
</style>
border-color css
<style>
span { border-color: #D5C979; }
span { border-color: rgb(213,201,121); }
td.TdClassName
{
border-color: #D5C979;
}
.TagClassName
{
border-color: #D5C979;
}
</style>