Shades of Winter Hazel #D7C688
Tints of Winter Hazel #D7C688
RGB
CMYK
RGB Variations
Color information
#D7C688 (or 0xD7C688) is known color: Winter Hazel. HEX triplet: D7, C6 and 88. RGB value is (215,198,136). Sum of RGB (Red+Green+Blue) = 215+198+136=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C688 is #283977. Grayscale: #C4C4C4. Windows color (decimal): -2636152 or 8963799. OLE color: 8963799.
HSL color Cylindrical-coordinate representation of color #D7C688: hue angle of 47.09º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7C688 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 136 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.16 |
| HSL | 47.09º | 0.5% | 0.69% | - |
| HSV(B) | 47.09º | 0.37% | 0.84% | - |
| XYZ | 52.66 | 56.61 | 31.44 | - |
| YUV | 196.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 136 | 0 | 0.08 | 0.37 | 0.16 | 47.09 | 0.5 | 0.69 |
| Hex | D7 | C6 | 88 | 0 | 8 | 25 | 10 | 2F | 32 | 45 |
| Octal | 327 | 306 | 210 | 0 | 10 | 45 | 20 | 57 | 62 | 105 |
| Binary | 11010111 | 11000110 | 10001000 | 0 | 1000 | 100101 | 10000 | 101111 | 110010 | 1000101 |
Color Harmonies of #D7C688
Complementary color
Monochromatic Colors of #D7C688
Black with #D7C688
Text Example
Text Example
White with #D7C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C688; }
p { color: rgb(215,198,136); }
H1.HeaderClassName
{
color: #D7C688;
}
.AnyTagClassName
{
color: #D7C688;
}
</style>
background-color css
<style>
a { background-color: #D7C688; }
a { background-color: rgb(215,198,136); }
div.DivClassName
{
background-color: #D7C688;
}
.BgClassName
{
background-color: #D7C688;
}
</style>
border-color css
<style>
span { border-color: #D7C688; }
span { border-color: rgb(215,198,136); }
td.TdClassName
{
border-color: #D7C688;
}
.TagClassName
{
border-color: #D7C688;
}
</style>