Shades of Winter Hazel #D6CB8D
Tints of Winter Hazel #D6CB8D
RGB
CMYK
RGB Variations
Color information
#D6CB8D (or 0xD6CB8D) is known color: Winter Hazel. HEX triplet: D6, CB and 8D. RGB value is (214,203,141). Sum of RGB (Red+Green+Blue) = 214+203+141=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB8D is #293472. Grayscale: #C7C7C7. Windows color (decimal): -2700403 or 9292758. OLE color: 9292758.
HSL color Cylindrical-coordinate representation of color #D6CB8D: hue angle of 50.96º 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 #D6CB8D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 141 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.16 |
| HSL | 50.96º | 0.47% | 0.7% | - |
| HSV(B) | 50.96º | 0.34% | 0.84% | - |
| XYZ | 53.9 | 58.93 | 33.73 | - |
| YUV | 199.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 141 | 0 | 0.05 | 0.34 | 0.16 | 50.96 | 0.47 | 0.7 |
| Hex | D6 | CB | 8D | 0 | 5 | 22 | 10 | 33 | 2F | 46 |
| Octal | 326 | 313 | 215 | 0 | 5 | 42 | 20 | 63 | 57 | 106 |
| Binary | 11010110 | 11001011 | 10001101 | 0 | 101 | 100010 | 10000 | 110011 | 101111 | 1000110 |
Color Harmonies of #D6CB8D
Complementary color
Monochromatic Colors of #D6CB8D
Black with #D6CB8D
Text Example
Text Example
White with #D6CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB8D; }
p { color: rgb(214,203,141); }
H1.HeaderClassName
{
color: #D6CB8D;
}
.AnyTagClassName
{
color: #D6CB8D;
}
</style>
background-color css
<style>
a { background-color: #D6CB8D; }
a { background-color: rgb(214,203,141); }
div.DivClassName
{
background-color: #D6CB8D;
}
.BgClassName
{
background-color: #D6CB8D;
}
</style>
border-color css
<style>
span { border-color: #D6CB8D; }
span { border-color: rgb(214,203,141); }
td.TdClassName
{
border-color: #D6CB8D;
}
.TagClassName
{
border-color: #D6CB8D;
}
</style>