Shades of Winter Hazel #D3C47F
Tints of Winter Hazel #D3C47F
RGB
CMYK
RGB Variations
Color information
#D3C47F (or 0xD3C47F) is known color: Winter Hazel. HEX triplet: D3, C4 and 7F. RGB value is (211,196,127). Sum of RGB (Red+Green+Blue) = 211+196+127=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C47F is #2C3B80. Grayscale: #C0C0C0. Windows color (decimal): -2898817 or 8373459. OLE color: 8373459.
HSL color Cylindrical-coordinate representation of color #D3C47F: hue angle of 49.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3C47F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 127 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.17 |
| HSL | 49.29º | 0.49% | 0.66% | - |
| HSV(B) | 49.29º | 0.4% | 0.83% | - |
| XYZ | 50.43 | 54.86 | 28.01 | - |
| YUV | 192.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 127 | 0 | 0.07 | 0.40 | 0.17 | 49.29 | 0.49 | 0.66 |
| Hex | D3 | C4 | 7F | 0 | 7 | 28 | 11 | 31 | 31 | 42 |
| Octal | 323 | 304 | 177 | 0 | 7 | 50 | 21 | 61 | 61 | 102 |
| Binary | 11010011 | 11000100 | 1111111 | 0 | 111 | 101000 | 10001 | 110001 | 110001 | 1000010 |
Color Harmonies of #D3C47F
Complementary color
Monochromatic Colors of #D3C47F
Black with #D3C47F
Text Example
Text Example
White with #D3C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C47F; }
p { color: rgb(211,196,127); }
H1.HeaderClassName
{
color: #D3C47F;
}
.AnyTagClassName
{
color: #D3C47F;
}
</style>
background-color css
<style>
a { background-color: #D3C47F; }
a { background-color: rgb(211,196,127); }
div.DivClassName
{
background-color: #D3C47F;
}
.BgClassName
{
background-color: #D3C47F;
}
</style>
border-color css
<style>
span { border-color: #D3C47F; }
span { border-color: rgb(211,196,127); }
td.TdClassName
{
border-color: #D3C47F;
}
.TagClassName
{
border-color: #D3C47F;
}
</style>