Shades of Winter Hazel #D6C686
Tints of Winter Hazel #D6C686
RGB
CMYK
RGB Variations
Color information
#D6C686 (or 0xD6C686) is known color: Winter Hazel. HEX triplet: D6, C6 and 86. RGB value is (214,198,134). Sum of RGB (Red+Green+Blue) = 214+198+134=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C686 is #293979. Grayscale: #C3C3C3. Windows color (decimal): -2701690 or 8832726. OLE color: 8832726.
HSL color Cylindrical-coordinate representation of color #D6C686: hue angle of 48º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6C686 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 134 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.16 |
| HSL | 48º | 0.49% | 0.68% | - |
| HSV(B) | 48º | 0.37% | 0.84% | - |
| XYZ | 52.23 | 56.41 | 30.69 | - |
| YUV | 195.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 134 | 0 | 0.07 | 0.37 | 0.16 | 48 | 0.49 | 0.68 |
| Hex | D6 | C6 | 86 | 0 | 7 | 25 | 10 | 30 | 31 | 44 |
| Octal | 326 | 306 | 206 | 0 | 7 | 45 | 20 | 60 | 61 | 104 |
| Binary | 11010110 | 11000110 | 10000110 | 0 | 111 | 100101 | 10000 | 110000 | 110001 | 1000100 |
Color Harmonies of #D6C686
Complementary color
Monochromatic Colors of #D6C686
Black with #D6C686
Text Example
Text Example
White with #D6C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C686; }
p { color: rgb(214,198,134); }
H1.HeaderClassName
{
color: #D6C686;
}
.AnyTagClassName
{
color: #D6C686;
}
</style>
background-color css
<style>
a { background-color: #D6C686; }
a { background-color: rgb(214,198,134); }
div.DivClassName
{
background-color: #D6C686;
}
.BgClassName
{
background-color: #D6C686;
}
</style>
border-color css
<style>
span { border-color: #D6C686; }
span { border-color: rgb(214,198,134); }
td.TdClassName
{
border-color: #D6C686;
}
.TagClassName
{
border-color: #D6C686;
}
</style>