Shades of Winter Hazel #D2C984
Tints of Winter Hazel #D2C984
RGB
CMYK
RGB Variations
Color information
#D2C984 (or 0xD2C984) is known color: Winter Hazel. HEX triplet: D2, C9 and 84. RGB value is (210,201,132). Sum of RGB (Red+Green+Blue) = 210+201+132=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C984 is #2D367B. Grayscale: #C4C4C4. Windows color (decimal): -2963068 or 8702418. OLE color: 8702418.
HSL color Cylindrical-coordinate representation of color #D2C984: hue angle of 53.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2C984 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 132 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.18 |
| HSL | 53.08º | 0.46% | 0.67% | - |
| HSV(B) | 53.08º | 0.37% | 0.82% | - |
| XYZ | 51.63 | 57.14 | 30.14 | - |
| YUV | 195.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 132 | 0 | 0.04 | 0.37 | 0.18 | 53.08 | 0.46 | 0.67 |
| Hex | D2 | C9 | 84 | 0 | 4 | 25 | 12 | 35 | 2E | 43 |
| Octal | 322 | 311 | 204 | 0 | 4 | 45 | 22 | 65 | 56 | 103 |
| Binary | 11010010 | 11001001 | 10000100 | 0 | 100 | 100101 | 10010 | 110101 | 101110 | 1000011 |
Color Harmonies of #D2C984
Complementary color
Monochromatic Colors of #D2C984
Black with #D2C984
Text Example
Text Example
White with #D2C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C984; }
p { color: rgb(210,201,132); }
H1.HeaderClassName
{
color: #D2C984;
}
.AnyTagClassName
{
color: #D2C984;
}
</style>
background-color css
<style>
a { background-color: #D2C984; }
a { background-color: rgb(210,201,132); }
div.DivClassName
{
background-color: #D2C984;
}
.BgClassName
{
background-color: #D2C984;
}
</style>
border-color css
<style>
span { border-color: #D2C984; }
span { border-color: rgb(210,201,132); }
td.TdClassName
{
border-color: #D2C984;
}
.TagClassName
{
border-color: #D2C984;
}
</style>