Shades of Winter Hazel #D4C776
Tints of Winter Hazel #D4C776
RGB
CMYK
RGB Variations
Color information
#D4C776 (or 0xD4C776) is known color: Winter Hazel. HEX triplet: D4, C7 and 76. RGB value is (212,199,118). Sum of RGB (Red+Green+Blue) = 212+199+118=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C776 is #2B3889. Grayscale: #C1C1C1. Windows color (decimal): -2832522 or 7784404. OLE color: 7784404.
HSL color Cylindrical-coordinate representation of color #D4C776: hue angle of 51.7º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4C776 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 118 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.17 |
| HSL | 51.7º | 0.52% | 0.65% | - |
| HSV(B) | 51.7º | 0.44% | 0.83% | - |
| XYZ | 50.84 | 56.15 | 25.3 | - |
| YUV | 193.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 118 | 0 | 0.06 | 0.44 | 0.17 | 51.7 | 0.52 | 0.65 |
| Hex | D4 | C7 | 76 | 0 | 6 | 2C | 11 | 34 | 34 | 41 |
| Octal | 324 | 307 | 166 | 0 | 6 | 54 | 21 | 64 | 64 | 101 |
| Binary | 11010100 | 11000111 | 1110110 | 0 | 110 | 101100 | 10001 | 110100 | 110100 | 1000001 |
Color Harmonies of #D4C776
Complementary color
Monochromatic Colors of #D4C776
Black with #D4C776
Text Example
Text Example
White with #D4C776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C776; }
p { color: rgb(212,199,118); }
H1.HeaderClassName
{
color: #D4C776;
}
.AnyTagClassName
{
color: #D4C776;
}
</style>
background-color css
<style>
a { background-color: #D4C776; }
a { background-color: rgb(212,199,118); }
div.DivClassName
{
background-color: #D4C776;
}
.BgClassName
{
background-color: #D4C776;
}
</style>
border-color css
<style>
span { border-color: #D4C776; }
span { border-color: rgb(212,199,118); }
td.TdClassName
{
border-color: #D4C776;
}
.TagClassName
{
border-color: #D4C776;
}
</style>