Shades of Winter Hazel #D7C584
Tints of Winter Hazel #D7C584
RGB
CMYK
RGB Variations
Color information
#D7C584 (or 0xD7C584) is known color: Winter Hazel. HEX triplet: D7, C5 and 84. RGB value is (215,197,132). Sum of RGB (Red+Green+Blue) = 215+197+132=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C584 is #283A7B. Grayscale: #C3C3C3. Windows color (decimal): -2636412 or 8701399. OLE color: 8701399.
HSL color Cylindrical-coordinate representation of color #D7C584: hue angle of 46.99º 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 #D7C584 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 132 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.16 |
| HSL | 46.99º | 0.51% | 0.68% | - |
| HSV(B) | 46.99º | 0.39% | 0.84% | - |
| XYZ | 52.16 | 56.05 | 29.9 | - |
| YUV | 194.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 132 | 0 | 0.08 | 0.39 | 0.16 | 46.99 | 0.51 | 0.68 |
| Hex | D7 | C5 | 84 | 0 | 8 | 27 | 10 | 2F | 33 | 44 |
| Octal | 327 | 305 | 204 | 0 | 10 | 47 | 20 | 57 | 63 | 104 |
| Binary | 11010111 | 11000101 | 10000100 | 0 | 1000 | 100111 | 10000 | 101111 | 110011 | 1000100 |
Color Harmonies of #D7C584
Complementary color
Monochromatic Colors of #D7C584
Black with #D7C584
Text Example
Text Example
White with #D7C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C584; }
p { color: rgb(215,197,132); }
H1.HeaderClassName
{
color: #D7C584;
}
.AnyTagClassName
{
color: #D7C584;
}
</style>
background-color css
<style>
a { background-color: #D7C584; }
a { background-color: rgb(215,197,132); }
div.DivClassName
{
background-color: #D7C584;
}
.BgClassName
{
background-color: #D7C584;
}
</style>
border-color css
<style>
span { border-color: #D7C584; }
span { border-color: rgb(215,197,132); }
td.TdClassName
{
border-color: #D7C584;
}
.TagClassName
{
border-color: #D7C584;
}
</style>