Shades of Winter Hazel #D3CB84
Tints of Winter Hazel #D3CB84
RGB
CMYK
RGB Variations
Color information
#D3CB84 (or 0xD3CB84) is known color: Winter Hazel. HEX triplet: D3, CB and 84. RGB value is (211,203,132). Sum of RGB (Red+Green+Blue) = 211+203+132=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CB84 is #2C347B. Grayscale: #C5C5C5. Windows color (decimal): -2897020 or 8702931. OLE color: 8702931.
HSL color Cylindrical-coordinate representation of color #D3CB84: hue angle of 53.92º 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 #D3CB84 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 132 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.17 |
| HSL | 53.92º | 0.47% | 0.67% | - |
| HSV(B) | 53.92º | 0.37% | 0.83% | - |
| XYZ | 52.38 | 58.23 | 30.31 | - |
| YUV | 197.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 132 | 0 | 0.04 | 0.37 | 0.17 | 53.92 | 0.47 | 0.67 |
| Hex | D3 | CB | 84 | 0 | 4 | 25 | 11 | 36 | 2F | 43 |
| Octal | 323 | 313 | 204 | 0 | 4 | 45 | 21 | 66 | 57 | 103 |
| Binary | 11010011 | 11001011 | 10000100 | 0 | 100 | 100101 | 10001 | 110110 | 101111 | 1000011 |
Color Harmonies of #D3CB84
Complementary color
Monochromatic Colors of #D3CB84
Black with #D3CB84
Text Example
Text Example
White with #D3CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB84; }
p { color: rgb(211,203,132); }
H1.HeaderClassName
{
color: #D3CB84;
}
.AnyTagClassName
{
color: #D3CB84;
}
</style>
background-color css
<style>
a { background-color: #D3CB84; }
a { background-color: rgb(211,203,132); }
div.DivClassName
{
background-color: #D3CB84;
}
.BgClassName
{
background-color: #D3CB84;
}
</style>
border-color css
<style>
span { border-color: #D3CB84; }
span { border-color: rgb(211,203,132); }
td.TdClassName
{
border-color: #D3CB84;
}
.TagClassName
{
border-color: #D3CB84;
}
</style>