Shades of Winter Hazel #D2CC85
Tints of Winter Hazel #D2CC85
RGB
CMYK
RGB Variations
Color information
#D2CC85 (or 0xD2CC85) is known color: Winter Hazel. HEX triplet: D2, CC and 85. RGB value is (210,204,133). Sum of RGB (Red+Green+Blue) = 210+204+133=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC85 is #2D337A. Grayscale: #C5C5C5. Windows color (decimal): -2962299 or 8768722. OLE color: 8768722.
HSL color Cylindrical-coordinate representation of color #D2CC85: hue angle of 55.32º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2CC85 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 133 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.18 |
| HSL | 55.32º | 0.46% | 0.67% | - |
| HSV(B) | 55.32º | 0.37% | 0.82% | - |
| XYZ | 52.4 | 58.58 | 30.74 | - |
| YUV | 197.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 133 | 0 | 0.03 | 0.37 | 0.18 | 55.32 | 0.46 | 0.67 |
| Hex | D2 | CC | 85 | 0 | 3 | 25 | 12 | 37 | 2E | 43 |
| Octal | 322 | 314 | 205 | 0 | 3 | 45 | 22 | 67 | 56 | 103 |
| Binary | 11010010 | 11001100 | 10000101 | 0 | 11 | 100101 | 10010 | 110111 | 101110 | 1000011 |
Color Harmonies of #D2CC85
Complementary color
Monochromatic Colors of #D2CC85
Black with #D2CC85
Text Example
Text Example
White with #D2CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC85; }
p { color: rgb(210,204,133); }
H1.HeaderClassName
{
color: #D2CC85;
}
.AnyTagClassName
{
color: #D2CC85;
}
</style>
background-color css
<style>
a { background-color: #D2CC85; }
a { background-color: rgb(210,204,133); }
div.DivClassName
{
background-color: #D2CC85;
}
.BgClassName
{
background-color: #D2CC85;
}
</style>
border-color css
<style>
span { border-color: #D2CC85; }
span { border-color: rgb(210,204,133); }
td.TdClassName
{
border-color: #D2CC85;
}
.TagClassName
{
border-color: #D2CC85;
}
</style>