Shades of Winter Hazel #D7C482
Tints of Winter Hazel #D7C482
RGB
CMYK
RGB Variations
Color information
#D7C482 (or 0xD7C482) is known color: Winter Hazel. HEX triplet: D7, C4 and 82. RGB value is (215,196,130). Sum of RGB (Red+Green+Blue) = 215+196+130=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C482 is #283B7D. Grayscale: #C2C2C2. Windows color (decimal): -2636670 or 8570071. OLE color: 8570071.
HSL color Cylindrical-coordinate representation of color #D7C482: hue angle of 46.59º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7C482 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 130 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.16 |
| HSL | 46.59º | 0.52% | 0.68% | - |
| HSV(B) | 46.59º | 0.4% | 0.84% | - |
| XYZ | 51.79 | 55.54 | 29.11 | - |
| YUV | 194.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 130 | 0 | 0.09 | 0.40 | 0.16 | 46.59 | 0.52 | 0.68 |
| Hex | D7 | C4 | 82 | 0 | 9 | 28 | 10 | 2F | 34 | 44 |
| Octal | 327 | 304 | 202 | 0 | 11 | 50 | 20 | 57 | 64 | 104 |
| Binary | 11010111 | 11000100 | 10000010 | 0 | 1001 | 101000 | 10000 | 101111 | 110100 | 1000100 |
Color Harmonies of #D7C482
Complementary color
Monochromatic Colors of #D7C482
Black with #D7C482
Text Example
Text Example
White with #D7C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C482; }
p { color: rgb(215,196,130); }
H1.HeaderClassName
{
color: #D7C482;
}
.AnyTagClassName
{
color: #D7C482;
}
</style>
background-color css
<style>
a { background-color: #D7C482; }
a { background-color: rgb(215,196,130); }
div.DivClassName
{
background-color: #D7C482;
}
.BgClassName
{
background-color: #D7C482;
}
</style>
border-color css
<style>
span { border-color: #D7C482; }
span { border-color: rgb(215,196,130); }
td.TdClassName
{
border-color: #D7C482;
}
.TagClassName
{
border-color: #D7C482;
}
</style>