Shades of Winter Hazel #D3CB85
Tints of Winter Hazel #D3CB85
RGB
CMYK
RGB Variations
Color information
#D3CB85 (or 0xD3CB85) is known color: Winter Hazel. HEX triplet: D3, CB and 85. RGB value is (211,203,133). Sum of RGB (Red+Green+Blue) = 211+203+133=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CB85 is #2C347A. Grayscale: #C5C5C5. Windows color (decimal): -2897019 or 8768467. OLE color: 8768467.
HSL color Cylindrical-coordinate representation of color #D3CB85: hue angle of 53.85º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3CB85 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 133 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.17 |
| HSL | 53.85º | 0.47% | 0.67% | - |
| HSV(B) | 53.85º | 0.37% | 0.83% | - |
| XYZ | 52.45 | 58.25 | 30.67 | - |
| YUV | 197.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 133 | 0 | 0.04 | 0.37 | 0.17 | 53.85 | 0.47 | 0.67 |
| Hex | D3 | CB | 85 | 0 | 4 | 25 | 11 | 36 | 2F | 43 |
| Octal | 323 | 313 | 205 | 0 | 4 | 45 | 21 | 66 | 57 | 103 |
| Binary | 11010011 | 11001011 | 10000101 | 0 | 100 | 100101 | 10001 | 110110 | 101111 | 1000011 |
Color Harmonies of #D3CB85
Complementary color
Monochromatic Colors of #D3CB85
Black with #D3CB85
Text Example
Text Example
White with #D3CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB85; }
p { color: rgb(211,203,133); }
H1.HeaderClassName
{
color: #D3CB85;
}
.AnyTagClassName
{
color: #D3CB85;
}
</style>
background-color css
<style>
a { background-color: #D3CB85; }
a { background-color: rgb(211,203,133); }
div.DivClassName
{
background-color: #D3CB85;
}
.BgClassName
{
background-color: #D3CB85;
}
</style>
border-color css
<style>
span { border-color: #D3CB85; }
span { border-color: rgb(211,203,133); }
td.TdClassName
{
border-color: #D3CB85;
}
.TagClassName
{
border-color: #D3CB85;
}
</style>