Shades of Winter Hazel #D4C984
Tints of Winter Hazel #D4C984
RGB
CMYK
RGB Variations
Color information
#D4C984 (or 0xD4C984) is known color: Winter Hazel. HEX triplet: D4, C9 and 84. RGB value is (212,201,132). Sum of RGB (Red+Green+Blue) = 212+201+132=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C984 is #2B367B. Grayscale: #C4C4C4. Windows color (decimal): -2831996 or 8702420. OLE color: 8702420.
HSL color Cylindrical-coordinate representation of color #D4C984: hue angle of 51.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4C984 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 132 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.17 |
| HSL | 51.75º | 0.48% | 0.67% | - |
| HSV(B) | 51.75º | 0.38% | 0.83% | - |
| XYZ | 52.2 | 57.44 | 30.16 | - |
| YUV | 196.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 132 | 0 | 0.05 | 0.38 | 0.17 | 51.75 | 0.48 | 0.67 |
| Hex | D4 | C9 | 84 | 0 | 5 | 26 | 11 | 34 | 30 | 43 |
| Octal | 324 | 311 | 204 | 0 | 5 | 46 | 21 | 64 | 60 | 103 |
| Binary | 11010100 | 11001001 | 10000100 | 0 | 101 | 100110 | 10001 | 110100 | 110000 | 1000011 |
Color Harmonies of #D4C984
Complementary color
Monochromatic Colors of #D4C984
Black with #D4C984
Text Example
Text Example
White with #D4C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C984; }
p { color: rgb(212,201,132); }
H1.HeaderClassName
{
color: #D4C984;
}
.AnyTagClassName
{
color: #D4C984;
}
</style>
background-color css
<style>
a { background-color: #D4C984; }
a { background-color: rgb(212,201,132); }
div.DivClassName
{
background-color: #D4C984;
}
.BgClassName
{
background-color: #D4C984;
}
</style>
border-color css
<style>
span { border-color: #D4C984; }
span { border-color: rgb(212,201,132); }
td.TdClassName
{
border-color: #D4C984;
}
.TagClassName
{
border-color: #D4C984;
}
</style>