Shades of Winter Hazel #D2C786
Tints of Winter Hazel #D2C786
RGB
CMYK
RGB Variations
Color information
#D2C786 (or 0xD2C786) is known color: Winter Hazel. HEX triplet: D2, C7 and 86. RGB value is (210,199,134). Sum of RGB (Red+Green+Blue) = 210+199+134=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C786 is #2D3879. Grayscale: #C3C3C3. Windows color (decimal): -2963578 or 8832978. OLE color: 8832978.
HSL color Cylindrical-coordinate representation of color #D2C786: hue angle of 51.32º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2C786 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 134 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.18 |
| HSL | 51.32º | 0.46% | 0.67% | - |
| HSV(B) | 51.32º | 0.36% | 0.82% | - |
| XYZ | 51.3 | 56.27 | 30.71 | - |
| YUV | 194.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 134 | 0 | 0.05 | 0.36 | 0.18 | 51.32 | 0.46 | 0.67 |
| Hex | D2 | C7 | 86 | 0 | 5 | 24 | 12 | 33 | 2E | 43 |
| Octal | 322 | 307 | 206 | 0 | 5 | 44 | 22 | 63 | 56 | 103 |
| Binary | 11010010 | 11000111 | 10000110 | 0 | 101 | 100100 | 10010 | 110011 | 101110 | 1000011 |
Color Harmonies of #D2C786
Complementary color
Monochromatic Colors of #D2C786
Black with #D2C786
Text Example
Text Example
White with #D2C786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C786; }
p { color: rgb(210,199,134); }
H1.HeaderClassName
{
color: #D2C786;
}
.AnyTagClassName
{
color: #D2C786;
}
</style>
background-color css
<style>
a { background-color: #D2C786; }
a { background-color: rgb(210,199,134); }
div.DivClassName
{
background-color: #D2C786;
}
.BgClassName
{
background-color: #D2C786;
}
</style>
border-color css
<style>
span { border-color: #D2C786; }
span { border-color: rgb(210,199,134); }
td.TdClassName
{
border-color: #D2C786;
}
.TagClassName
{
border-color: #D2C786;
}
</style>