Shades of Winter Hazel #D6C484
Tints of Winter Hazel #D6C484
RGB
CMYK
RGB Variations
Color information
#D6C484 (or 0xD6C484) is known color: Winter Hazel. HEX triplet: D6, C4 and 84. RGB value is (214,196,132). Sum of RGB (Red+Green+Blue) = 214+196+132=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C484 is #293B7B. Grayscale: #C2C2C2. Windows color (decimal): -2702204 or 8701142. OLE color: 8701142.
HSL color Cylindrical-coordinate representation of color #D6C484: hue angle of 46.83º 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 #D6C484 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 132 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.16 |
| HSL | 46.83º | 0.5% | 0.68% | - |
| HSV(B) | 46.83º | 0.38% | 0.84% | - |
| XYZ | 51.64 | 55.44 | 29.81 | - |
| YUV | 194.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 132 | 0 | 0.08 | 0.38 | 0.16 | 46.83 | 0.5 | 0.68 |
| Hex | D6 | C4 | 84 | 0 | 8 | 26 | 10 | 2F | 32 | 44 |
| Octal | 326 | 304 | 204 | 0 | 10 | 46 | 20 | 57 | 62 | 104 |
| Binary | 11010110 | 11000100 | 10000100 | 0 | 1000 | 100110 | 10000 | 101111 | 110010 | 1000100 |
Color Harmonies of #D6C484
Complementary color
Monochromatic Colors of #D6C484
Black with #D6C484
Text Example
Text Example
White with #D6C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C484; }
p { color: rgb(214,196,132); }
H1.HeaderClassName
{
color: #D6C484;
}
.AnyTagClassName
{
color: #D6C484;
}
</style>
background-color css
<style>
a { background-color: #D6C484; }
a { background-color: rgb(214,196,132); }
div.DivClassName
{
background-color: #D6C484;
}
.BgClassName
{
background-color: #D6C484;
}
</style>
border-color css
<style>
span { border-color: #D6C484; }
span { border-color: rgb(214,196,132); }
td.TdClassName
{
border-color: #D6C484;
}
.TagClassName
{
border-color: #D6C484;
}
</style>