Shades of Winter Hazel #D7C47A
Tints of Winter Hazel #D7C47A
RGB
CMYK
RGB Variations
Color information
#D7C47A (or 0xD7C47A) is known color: Winter Hazel. HEX triplet: D7, C4 and 7A. RGB value is (215,196,122). Sum of RGB (Red+Green+Blue) = 215+196+122=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C47A is #283B85. Grayscale: #C1C1C1. Windows color (decimal): -2636678 or 8045783. OLE color: 8045783.
HSL color Cylindrical-coordinate representation of color #D7C47A: hue angle of 47.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7C47A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 122 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.16 |
| HSL | 47.74º | 0.54% | 0.66% | - |
| HSV(B) | 47.74º | 0.43% | 0.84% | - |
| XYZ | 51.28 | 55.33 | 26.39 | - |
| YUV | 193.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 122 | 0 | 0.09 | 0.43 | 0.16 | 47.74 | 0.54 | 0.66 |
| Hex | D7 | C4 | 7A | 0 | 9 | 2B | 10 | 30 | 36 | 42 |
| Octal | 327 | 304 | 172 | 0 | 11 | 53 | 20 | 60 | 66 | 102 |
| Binary | 11010111 | 11000100 | 1111010 | 0 | 1001 | 101011 | 10000 | 110000 | 110110 | 1000010 |
Color Harmonies of #D7C47A
Complementary color
Monochromatic Colors of #D7C47A
Black with #D7C47A
Text Example
Text Example
White with #D7C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C47A; }
p { color: rgb(215,196,122); }
H1.HeaderClassName
{
color: #D7C47A;
}
.AnyTagClassName
{
color: #D7C47A;
}
</style>
background-color css
<style>
a { background-color: #D7C47A; }
a { background-color: rgb(215,196,122); }
div.DivClassName
{
background-color: #D7C47A;
}
.BgClassName
{
background-color: #D7C47A;
}
</style>
border-color css
<style>
span { border-color: #D7C47A; }
span { border-color: rgb(215,196,122); }
td.TdClassName
{
border-color: #D7C47A;
}
.TagClassName
{
border-color: #D7C47A;
}
</style>