Shades of Winter Hazel #D6C984
Tints of Winter Hazel #D6C984
RGB
CMYK
RGB Variations
Color information
#D6C984 (or 0xD6C984) is known color: Winter Hazel. HEX triplet: D6, C9 and 84. RGB value is (214,201,132). Sum of RGB (Red+Green+Blue) = 214+201+132=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C984 is #29367B. Grayscale: #C5C5C5. Windows color (decimal): -2700924 or 8702422. OLE color: 8702422.
HSL color Cylindrical-coordinate representation of color #D6C984: hue angle of 50.49º 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 #D6C984 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 132 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.16 |
| HSL | 50.49º | 0.5% | 0.68% | - |
| HSV(B) | 50.49º | 0.38% | 0.84% | - |
| XYZ | 52.78 | 57.74 | 30.19 | - |
| YUV | 197.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 132 | 0 | 0.06 | 0.38 | 0.16 | 50.49 | 0.5 | 0.68 |
| Hex | D6 | C9 | 84 | 0 | 6 | 26 | 10 | 32 | 32 | 44 |
| Octal | 326 | 311 | 204 | 0 | 6 | 46 | 20 | 62 | 62 | 104 |
| Binary | 11010110 | 11001001 | 10000100 | 0 | 110 | 100110 | 10000 | 110010 | 110010 | 1000100 |
Color Harmonies of #D6C984
Complementary color
Monochromatic Colors of #D6C984
Black with #D6C984
Text Example
Text Example
White with #D6C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C984; }
p { color: rgb(214,201,132); }
H1.HeaderClassName
{
color: #D6C984;
}
.AnyTagClassName
{
color: #D6C984;
}
</style>
background-color css
<style>
a { background-color: #D6C984; }
a { background-color: rgb(214,201,132); }
div.DivClassName
{
background-color: #D6C984;
}
.BgClassName
{
background-color: #D6C984;
}
</style>
border-color css
<style>
span { border-color: #D6C984; }
span { border-color: rgb(214,201,132); }
td.TdClassName
{
border-color: #D6C984;
}
.TagClassName
{
border-color: #D6C984;
}
</style>