Shades of Winter Hazel #D6C587
Tints of Winter Hazel #D6C587
RGB
CMYK
RGB Variations
Color information
#D6C587 (or 0xD6C587) is known color: Winter Hazel. HEX triplet: D6, C5 and 87. RGB value is (214,197,135). Sum of RGB (Red+Green+Blue) = 214+197+135=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C587 is #293A78. Grayscale: #C3C3C3. Windows color (decimal): -2701945 or 8898006. OLE color: 8898006.
HSL color Cylindrical-coordinate representation of color #D6C587: hue angle of 47.09º 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 #D6C587 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 135 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.16 |
| HSL | 47.09º | 0.49% | 0.68% | - |
| HSV(B) | 47.09º | 0.37% | 0.84% | - |
| XYZ | 52.07 | 55.98 | 30.98 | - |
| YUV | 195.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 135 | 0 | 0.08 | 0.37 | 0.16 | 47.09 | 0.49 | 0.68 |
| Hex | D6 | C5 | 87 | 0 | 8 | 25 | 10 | 2F | 31 | 44 |
| Octal | 326 | 305 | 207 | 0 | 10 | 45 | 20 | 57 | 61 | 104 |
| Binary | 11010110 | 11000101 | 10000111 | 0 | 1000 | 100101 | 10000 | 101111 | 110001 | 1000100 |
Color Harmonies of #D6C587
Complementary color
Monochromatic Colors of #D6C587
Black with #D6C587
Text Example
Text Example
White with #D6C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C587; }
p { color: rgb(214,197,135); }
H1.HeaderClassName
{
color: #D6C587;
}
.AnyTagClassName
{
color: #D6C587;
}
</style>
background-color css
<style>
a { background-color: #D6C587; }
a { background-color: rgb(214,197,135); }
div.DivClassName
{
background-color: #D6C587;
}
.BgClassName
{
background-color: #D6C587;
}
</style>
border-color css
<style>
span { border-color: #D6C587; }
span { border-color: rgb(214,197,135); }
td.TdClassName
{
border-color: #D6C587;
}
.TagClassName
{
border-color: #D6C587;
}
</style>