Shades of Winter Hazel #D3CB8C
Tints of Winter Hazel #D3CB8C
RGB
CMYK
RGB Variations
Color information
#D3CB8C (or 0xD3CB8C) is known color: Winter Hazel. HEX triplet: D3, CB and 8C. RGB value is (211,203,140). Sum of RGB (Red+Green+Blue) = 211+203+140=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CB8C is #2C3473. Grayscale: #C6C6C6. Windows color (decimal): -2897012 or 9227219. OLE color: 9227219.
HSL color Cylindrical-coordinate representation of color #D3CB8C: hue angle of 53.24º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3CB8C is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 140 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.17 |
| HSL | 53.24º | 0.45% | 0.69% | - |
| HSV(B) | 53.24º | 0.34% | 0.83% | - |
| XYZ | 52.95 | 58.45 | 33.3 | - |
| YUV | 198.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 140 | 0 | 0.04 | 0.34 | 0.17 | 53.24 | 0.45 | 0.69 |
| Hex | D3 | CB | 8C | 0 | 4 | 22 | 11 | 35 | 2D | 45 |
| Octal | 323 | 313 | 214 | 0 | 4 | 42 | 21 | 65 | 55 | 105 |
| Binary | 11010011 | 11001011 | 10001100 | 0 | 100 | 100010 | 10001 | 110101 | 101101 | 1000101 |
Color Harmonies of #D3CB8C
Complementary color
Monochromatic Colors of #D3CB8C
Black with #D3CB8C
Text Example
Text Example
White with #D3CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB8C; }
p { color: rgb(211,203,140); }
H1.HeaderClassName
{
color: #D3CB8C;
}
.AnyTagClassName
{
color: #D3CB8C;
}
</style>
background-color css
<style>
a { background-color: #D3CB8C; }
a { background-color: rgb(211,203,140); }
div.DivClassName
{
background-color: #D3CB8C;
}
.BgClassName
{
background-color: #D3CB8C;
}
</style>
border-color css
<style>
span { border-color: #D3CB8C; }
span { border-color: rgb(211,203,140); }
td.TdClassName
{
border-color: #D3CB8C;
}
.TagClassName
{
border-color: #D3CB8C;
}
</style>