Shades of Winter Hazel #D6C584
Tints of Winter Hazel #D6C584
RGB
CMYK
RGB Variations
Color information
#D6C584 (or 0xD6C584) is known color: Winter Hazel. HEX triplet: D6, C5 and 84. RGB value is (214,197,132). Sum of RGB (Red+Green+Blue) = 214+197+132=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C584 is #293A7B. Grayscale: #C2C2C2. Windows color (decimal): -2701948 or 8701398. OLE color: 8701398.
HSL color Cylindrical-coordinate representation of color #D6C584: hue angle of 47.56º 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 #D6C584 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 132 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.16 |
| HSL | 47.56º | 0.5% | 0.68% | - |
| HSV(B) | 47.56º | 0.38% | 0.84% | - |
| XYZ | 51.86 | 55.89 | 29.89 | - |
| YUV | 194.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 132 | 0 | 0.08 | 0.38 | 0.16 | 47.56 | 0.5 | 0.68 |
| Hex | D6 | C5 | 84 | 0 | 8 | 26 | 10 | 30 | 32 | 44 |
| Octal | 326 | 305 | 204 | 0 | 10 | 46 | 20 | 60 | 62 | 104 |
| Binary | 11010110 | 11000101 | 10000100 | 0 | 1000 | 100110 | 10000 | 110000 | 110010 | 1000100 |
Color Harmonies of #D6C584
Complementary color
Monochromatic Colors of #D6C584
Black with #D6C584
Text Example
Text Example
White with #D6C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C584; }
p { color: rgb(214,197,132); }
H1.HeaderClassName
{
color: #D6C584;
}
.AnyTagClassName
{
color: #D6C584;
}
</style>
background-color css
<style>
a { background-color: #D6C584; }
a { background-color: rgb(214,197,132); }
div.DivClassName
{
background-color: #D6C584;
}
.BgClassName
{
background-color: #D6C584;
}
</style>
border-color css
<style>
span { border-color: #D6C584; }
span { border-color: rgb(214,197,132); }
td.TdClassName
{
border-color: #D6C584;
}
.TagClassName
{
border-color: #D6C584;
}
</style>