Shades of Winter Hazel #D3C086
Tints of Winter Hazel #D3C086
RGB
CMYK
RGB Variations
Color information
#D3C086 (or 0xD3C086) is known color: Winter Hazel. HEX triplet: D3, C0 and 86. RGB value is (211,192,134). Sum of RGB (Red+Green+Blue) = 211+192+134=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C086 is #2C3F79. Grayscale: #BFBFBF. Windows color (decimal): -2899834 or 8831187. OLE color: 8831187.
HSL color Cylindrical-coordinate representation of color #D3C086: hue angle of 45.19º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3C086 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 134 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.17 |
| HSL | 45.19º | 0.47% | 0.68% | - |
| HSV(B) | 45.19º | 0.36% | 0.83% | - |
| XYZ | 50.02 | 53.27 | 30.2 | - |
| YUV | 191.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 134 | 0 | 0.09 | 0.36 | 0.17 | 45.19 | 0.47 | 0.68 |
| Hex | D3 | C0 | 86 | 0 | 9 | 24 | 11 | 2D | 2F | 44 |
| Octal | 323 | 300 | 206 | 0 | 11 | 44 | 21 | 55 | 57 | 104 |
| Binary | 11010011 | 11000000 | 10000110 | 0 | 1001 | 100100 | 10001 | 101101 | 101111 | 1000100 |
Color Harmonies of #D3C086
Complementary color
Monochromatic Colors of #D3C086
Black with #D3C086
Text Example
Text Example
White with #D3C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C086; }
p { color: rgb(211,192,134); }
H1.HeaderClassName
{
color: #D3C086;
}
.AnyTagClassName
{
color: #D3C086;
}
</style>
background-color css
<style>
a { background-color: #D3C086; }
a { background-color: rgb(211,192,134); }
div.DivClassName
{
background-color: #D3C086;
}
.BgClassName
{
background-color: #D3C086;
}
</style>
border-color css
<style>
span { border-color: #D3C086; }
span { border-color: rgb(211,192,134); }
td.TdClassName
{
border-color: #D3C086;
}
.TagClassName
{
border-color: #D3C086;
}
</style>