Shades of Winter Hazel #D6CA8D
Tints of Winter Hazel #D6CA8D
RGB
CMYK
RGB Variations
Color information
#D6CA8D (or 0xD6CA8D) is known color: Winter Hazel. HEX triplet: D6, CA and 8D. RGB value is (214,202,141). Sum of RGB (Red+Green+Blue) = 214+202+141=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA8D is #293572. Grayscale: #C6C6C6. Windows color (decimal): -2700659 or 9292502. OLE color: 9292502.
HSL color Cylindrical-coordinate representation of color #D6CA8D: hue angle of 50.14º 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 #D6CA8D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 141 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.16 |
| HSL | 50.14º | 0.47% | 0.7% | - |
| HSV(B) | 50.14º | 0.34% | 0.84% | - |
| XYZ | 53.66 | 58.46 | 33.66 | - |
| YUV | 198.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 141 | 0 | 0.06 | 0.34 | 0.16 | 50.14 | 0.47 | 0.7 |
| Hex | D6 | CA | 8D | 0 | 6 | 22 | 10 | 32 | 2F | 46 |
| Octal | 326 | 312 | 215 | 0 | 6 | 42 | 20 | 62 | 57 | 106 |
| Binary | 11010110 | 11001010 | 10001101 | 0 | 110 | 100010 | 10000 | 110010 | 101111 | 1000110 |
Color Harmonies of #D6CA8D
Complementary color
Monochromatic Colors of #D6CA8D
Black with #D6CA8D
Text Example
Text Example
White with #D6CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA8D; }
p { color: rgb(214,202,141); }
H1.HeaderClassName
{
color: #D6CA8D;
}
.AnyTagClassName
{
color: #D6CA8D;
}
</style>
background-color css
<style>
a { background-color: #D6CA8D; }
a { background-color: rgb(214,202,141); }
div.DivClassName
{
background-color: #D6CA8D;
}
.BgClassName
{
background-color: #D6CA8D;
}
</style>
border-color css
<style>
span { border-color: #D6CA8D; }
span { border-color: rgb(214,202,141); }
td.TdClassName
{
border-color: #D6CA8D;
}
.TagClassName
{
border-color: #D6CA8D;
}
</style>