Shades of Winter Hazel #D3C57C
Tints of Winter Hazel #D3C57C
RGB
CMYK
RGB Variations
Color information
#D3C57C (or 0xD3C57C) is known color: Winter Hazel. HEX triplet: D3, C5 and 7C. RGB value is (211,197,124). Sum of RGB (Red+Green+Blue) = 211+197+124=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C57C is #2C3A83. Grayscale: #C1C1C1. Windows color (decimal): -2898564 or 8177107. OLE color: 8177107.
HSL color Cylindrical-coordinate representation of color #D3C57C: hue angle of 50.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3C57C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 124 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.17 |
| HSL | 50.34º | 0.5% | 0.66% | - |
| HSV(B) | 50.34º | 0.41% | 0.83% | - |
| XYZ | 50.47 | 55.24 | 27.07 | - |
| YUV | 192.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 124 | 0 | 0.07 | 0.41 | 0.17 | 50.34 | 0.5 | 0.66 |
| Hex | D3 | C5 | 7C | 0 | 7 | 29 | 11 | 32 | 32 | 42 |
| Octal | 323 | 305 | 174 | 0 | 7 | 51 | 21 | 62 | 62 | 102 |
| Binary | 11010011 | 11000101 | 1111100 | 0 | 111 | 101001 | 10001 | 110010 | 110010 | 1000010 |
Color Harmonies of #D3C57C
Complementary color
Monochromatic Colors of #D3C57C
Black with #D3C57C
Text Example
Text Example
White with #D3C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C57C; }
p { color: rgb(211,197,124); }
H1.HeaderClassName
{
color: #D3C57C;
}
.AnyTagClassName
{
color: #D3C57C;
}
</style>
background-color css
<style>
a { background-color: #D3C57C; }
a { background-color: rgb(211,197,124); }
div.DivClassName
{
background-color: #D3C57C;
}
.BgClassName
{
background-color: #D3C57C;
}
</style>
border-color css
<style>
span { border-color: #D3C57C; }
span { border-color: rgb(211,197,124); }
td.TdClassName
{
border-color: #D3C57C;
}
.TagClassName
{
border-color: #D3C57C;
}
</style>