Shades of Winter Hazel #D6CB87
Tints of Winter Hazel #D6CB87
RGB
CMYK
RGB Variations
Color information
#D6CB87 (or 0xD6CB87) is known color: Winter Hazel. HEX triplet: D6, CB and 87. RGB value is (214,203,135). Sum of RGB (Red+Green+Blue) = 214+203+135=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 135 (53.12% from 255 or 24.46% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB87 is #293478. Grayscale: #C6C6C6. Windows color (decimal): -2700409 or 8899542. OLE color: 8899542.
HSL color Cylindrical-coordinate representation of color #D6CB87: hue angle of 51.65º 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 #D6CB87 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 135 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.16 |
| HSL | 51.65º | 0.49% | 0.68% | - |
| HSV(B) | 51.65º | 0.37% | 0.84% | - |
| XYZ | 53.46 | 58.76 | 31.45 | - |
| YUV | 198.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 135 | 0 | 0.05 | 0.37 | 0.16 | 51.65 | 0.49 | 0.68 |
| Hex | D6 | CB | 87 | 0 | 5 | 25 | 10 | 34 | 31 | 44 |
| Octal | 326 | 313 | 207 | 0 | 5 | 45 | 20 | 64 | 61 | 104 |
| Binary | 11010110 | 11001011 | 10000111 | 0 | 101 | 100101 | 10000 | 110100 | 110001 | 1000100 |
Color Harmonies of #D6CB87
Complementary color
Monochromatic Colors of #D6CB87
Black with #D6CB87
Text Example
Text Example
White with #D6CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB87; }
p { color: rgb(214,203,135); }
H1.HeaderClassName
{
color: #D6CB87;
}
.AnyTagClassName
{
color: #D6CB87;
}
</style>
background-color css
<style>
a { background-color: #D6CB87; }
a { background-color: rgb(214,203,135); }
div.DivClassName
{
background-color: #D6CB87;
}
.BgClassName
{
background-color: #D6CB87;
}
</style>
border-color css
<style>
span { border-color: #D6CB87; }
span { border-color: rgb(214,203,135); }
td.TdClassName
{
border-color: #D6CB87;
}
.TagClassName
{
border-color: #D6CB87;
}
</style>