Shades of Winter Hazel #D6CA85
Tints of Winter Hazel #D6CA85
RGB
CMYK
RGB Variations
Color information
#D6CA85 (or 0xD6CA85) is known color: Winter Hazel. HEX triplet: D6, CA and 85. RGB value is (214,202,133). Sum of RGB (Red+Green+Blue) = 214+202+133=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA85 is #29357A. Grayscale: #C6C6C6. Windows color (decimal): -2700667 or 8768214. OLE color: 8768214.
HSL color Cylindrical-coordinate representation of color #D6CA85: hue angle of 51.11º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6CA85 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 133 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.16 |
| HSL | 51.11º | 0.5% | 0.68% | - |
| HSV(B) | 51.11º | 0.38% | 0.84% | - |
| XYZ | 53.09 | 58.23 | 30.63 | - |
| YUV | 197.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 133 | 0 | 0.06 | 0.38 | 0.16 | 51.11 | 0.5 | 0.68 |
| Hex | D6 | CA | 85 | 0 | 6 | 26 | 10 | 33 | 32 | 44 |
| Octal | 326 | 312 | 205 | 0 | 6 | 46 | 20 | 63 | 62 | 104 |
| Binary | 11010110 | 11001010 | 10000101 | 0 | 110 | 100110 | 10000 | 110011 | 110010 | 1000100 |
Color Harmonies of #D6CA85
Complementary color
Monochromatic Colors of #D6CA85
Black with #D6CA85
Text Example
Text Example
White with #D6CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA85; }
p { color: rgb(214,202,133); }
H1.HeaderClassName
{
color: #D6CA85;
}
.AnyTagClassName
{
color: #D6CA85;
}
</style>
background-color css
<style>
a { background-color: #D6CA85; }
a { background-color: rgb(214,202,133); }
div.DivClassName
{
background-color: #D6CA85;
}
.BgClassName
{
background-color: #D6CA85;
}
</style>
border-color css
<style>
span { border-color: #D6CA85; }
span { border-color: rgb(214,202,133); }
td.TdClassName
{
border-color: #D6CA85;
}
.TagClassName
{
border-color: #D6CA85;
}
</style>