Shades of Winter Hazel #D6C88E
Tints of Winter Hazel #D6C88E
RGB
CMYK
RGB Variations
Color information
#D6C88E (or 0xD6C88E) is known color: Winter Hazel. HEX triplet: D6, C8 and 8E. RGB value is (214,200,142). Sum of RGB (Red+Green+Blue) = 214+200+142=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C88E is #293771. Grayscale: #C5C5C5. Windows color (decimal): -2701170 or 9357526. OLE color: 9357526.
HSL color Cylindrical-coordinate representation of color #D6C88E: hue angle of 48.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6C88E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 142 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.16 |
| HSL | 48.33º | 0.47% | 0.7% | - |
| HSV(B) | 48.33º | 0.34% | 0.84% | - |
| XYZ | 53.27 | 57.56 | 33.89 | - |
| YUV | 197.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 142 | 0 | 0.07 | 0.34 | 0.16 | 48.33 | 0.47 | 0.7 |
| Hex | D6 | C8 | 8E | 0 | 7 | 22 | 10 | 30 | 2F | 46 |
| Octal | 326 | 310 | 216 | 0 | 7 | 42 | 20 | 60 | 57 | 106 |
| Binary | 11010110 | 11001000 | 10001110 | 0 | 111 | 100010 | 10000 | 110000 | 101111 | 1000110 |
Color Harmonies of #D6C88E
Complementary color
Monochromatic Colors of #D6C88E
Black with #D6C88E
Text Example
Text Example
White with #D6C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C88E; }
p { color: rgb(214,200,142); }
H1.HeaderClassName
{
color: #D6C88E;
}
.AnyTagClassName
{
color: #D6C88E;
}
</style>
background-color css
<style>
a { background-color: #D6C88E; }
a { background-color: rgb(214,200,142); }
div.DivClassName
{
background-color: #D6C88E;
}
.BgClassName
{
background-color: #D6C88E;
}
</style>
border-color css
<style>
span { border-color: #D6C88E; }
span { border-color: rgb(214,200,142); }
td.TdClassName
{
border-color: #D6C88E;
}
.TagClassName
{
border-color: #D6C88E;
}
</style>