Shades of Winter Hazel #D7C484
Tints of Winter Hazel #D7C484
RGB
CMYK
RGB Variations
Color information
#D7C484 (or 0xD7C484) is known color: Winter Hazel. HEX triplet: D7, C4 and 84. RGB value is (215,196,132). Sum of RGB (Red+Green+Blue) = 215+196+132=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C484 is #283B7B. Grayscale: #C2C2C2. Windows color (decimal): -2636668 or 8701143. OLE color: 8701143.
HSL color Cylindrical-coordinate representation of color #D7C484: hue angle of 46.27º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7C484 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 132 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.16 |
| HSL | 46.27º | 0.51% | 0.68% | - |
| HSV(B) | 46.27º | 0.39% | 0.84% | - |
| XYZ | 51.93 | 55.59 | 29.82 | - |
| YUV | 194.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 132 | 0 | 0.09 | 0.39 | 0.16 | 46.27 | 0.51 | 0.68 |
| Hex | D7 | C4 | 84 | 0 | 9 | 27 | 10 | 2E | 33 | 44 |
| Octal | 327 | 304 | 204 | 0 | 11 | 47 | 20 | 56 | 63 | 104 |
| Binary | 11010111 | 11000100 | 10000100 | 0 | 1001 | 100111 | 10000 | 101110 | 110011 | 1000100 |
Color Harmonies of #D7C484
Complementary color
Monochromatic Colors of #D7C484
Black with #D7C484
Text Example
Text Example
White with #D7C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C484; }
p { color: rgb(215,196,132); }
H1.HeaderClassName
{
color: #D7C484;
}
.AnyTagClassName
{
color: #D7C484;
}
</style>
background-color css
<style>
a { background-color: #D7C484; }
a { background-color: rgb(215,196,132); }
div.DivClassName
{
background-color: #D7C484;
}
.BgClassName
{
background-color: #D7C484;
}
</style>
border-color css
<style>
span { border-color: #D7C484; }
span { border-color: rgb(215,196,132); }
td.TdClassName
{
border-color: #D7C484;
}
.TagClassName
{
border-color: #D7C484;
}
</style>