Shades of Winter Hazel #D5C279
Tints of Winter Hazel #D5C279
RGB
CMYK
RGB Variations
Color information
#D5C279 (or 0xD5C279) is known color: Winter Hazel. HEX triplet: D5, C2 and 79. RGB value is (213,194,121). Sum of RGB (Red+Green+Blue) = 213+194+121=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C279 is #2A3D86. Grayscale: #BFBFBF. Windows color (decimal): -2768263 or 7979733. OLE color: 7979733.
HSL color Cylindrical-coordinate representation of color #D5C279: hue angle of 47.61º 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 #D5C279 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 121 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.16 |
| HSL | 47.61º | 0.52% | 0.65% | - |
| HSV(B) | 47.61º | 0.43% | 0.84% | - |
| XYZ | 50.18 | 54.11 | 25.89 | - |
| YUV | 191.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 121 | 0 | 0.09 | 0.43 | 0.16 | 47.61 | 0.52 | 0.65 |
| Hex | D5 | C2 | 79 | 0 | 9 | 2B | 10 | 30 | 34 | 41 |
| Octal | 325 | 302 | 171 | 0 | 11 | 53 | 20 | 60 | 64 | 101 |
| Binary | 11010101 | 11000010 | 1111001 | 0 | 1001 | 101011 | 10000 | 110000 | 110100 | 1000001 |
Color Harmonies of #D5C279
Complementary color
Monochromatic Colors of #D5C279
Black with #D5C279
Text Example
Text Example
White with #D5C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C279; }
p { color: rgb(213,194,121); }
H1.HeaderClassName
{
color: #D5C279;
}
.AnyTagClassName
{
color: #D5C279;
}
</style>
background-color css
<style>
a { background-color: #D5C279; }
a { background-color: rgb(213,194,121); }
div.DivClassName
{
background-color: #D5C279;
}
.BgClassName
{
background-color: #D5C279;
}
</style>
border-color css
<style>
span { border-color: #D5C279; }
span { border-color: rgb(213,194,121); }
td.TdClassName
{
border-color: #D5C279;
}
.TagClassName
{
border-color: #D5C279;
}
</style>