Shades of Winter Hazel #D5C579
Tints of Winter Hazel #D5C579
RGB
CMYK
RGB Variations
Color information
#D5C579 (or 0xD5C579) is known color: Winter Hazel. HEX triplet: D5, C5 and 79. RGB value is (213,197,121). Sum of RGB (Red+Green+Blue) = 213+197+121=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C579 is #2A3A86. Grayscale: #C1C1C1. Windows color (decimal): -2767495 or 7980501. OLE color: 7980501.
HSL color Cylindrical-coordinate representation of color #D5C579: hue angle of 49.57º 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 #D5C579 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 121 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.16 |
| HSL | 49.57º | 0.52% | 0.65% | - |
| HSV(B) | 49.57º | 0.43% | 0.84% | - |
| XYZ | 50.86 | 55.46 | 26.11 | - |
| YUV | 193.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 121 | 0 | 0.08 | 0.43 | 0.16 | 49.57 | 0.52 | 0.65 |
| Hex | D5 | C5 | 79 | 0 | 8 | 2B | 10 | 32 | 34 | 41 |
| Octal | 325 | 305 | 171 | 0 | 10 | 53 | 20 | 62 | 64 | 101 |
| Binary | 11010101 | 11000101 | 1111001 | 0 | 1000 | 101011 | 10000 | 110010 | 110100 | 1000001 |
Color Harmonies of #D5C579
Complementary color
Monochromatic Colors of #D5C579
Black with #D5C579
Text Example
Text Example
White with #D5C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C579; }
p { color: rgb(213,197,121); }
H1.HeaderClassName
{
color: #D5C579;
}
.AnyTagClassName
{
color: #D5C579;
}
</style>
background-color css
<style>
a { background-color: #D5C579; }
a { background-color: rgb(213,197,121); }
div.DivClassName
{
background-color: #D5C579;
}
.BgClassName
{
background-color: #D5C579;
}
</style>
border-color css
<style>
span { border-color: #D5C579; }
span { border-color: rgb(213,197,121); }
td.TdClassName
{
border-color: #D5C579;
}
.TagClassName
{
border-color: #D5C579;
}
</style>