Shades of Winter Hazel #D4C676
Tints of Winter Hazel #D4C676
RGB
CMYK
RGB Variations
Color information
#D4C676 (or 0xD4C676) is known color: Winter Hazel. HEX triplet: D4, C6 and 76. RGB value is (212,198,118). Sum of RGB (Red+Green+Blue) = 212+198+118=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C676 is #2B3989. Grayscale: #C1C1C1. Windows color (decimal): -2832778 or 7784148. OLE color: 7784148.
HSL color Cylindrical-coordinate representation of color #D4C676: hue angle of 51.06º 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 #D4C676 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 118 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.17 |
| HSL | 51.06º | 0.52% | 0.65% | - |
| HSV(B) | 51.06º | 0.44% | 0.83% | - |
| XYZ | 50.62 | 55.69 | 25.22 | - |
| YUV | 193.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 118 | 0 | 0.07 | 0.44 | 0.17 | 51.06 | 0.52 | 0.65 |
| Hex | D4 | C6 | 76 | 0 | 7 | 2C | 11 | 33 | 34 | 41 |
| Octal | 324 | 306 | 166 | 0 | 7 | 54 | 21 | 63 | 64 | 101 |
| Binary | 11010100 | 11000110 | 1110110 | 0 | 111 | 101100 | 10001 | 110011 | 110100 | 1000001 |
Color Harmonies of #D4C676
Complementary color
Monochromatic Colors of #D4C676
Black with #D4C676
Text Example
Text Example
White with #D4C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C676; }
p { color: rgb(212,198,118); }
H1.HeaderClassName
{
color: #D4C676;
}
.AnyTagClassName
{
color: #D4C676;
}
</style>
background-color css
<style>
a { background-color: #D4C676; }
a { background-color: rgb(212,198,118); }
div.DivClassName
{
background-color: #D4C676;
}
.BgClassName
{
background-color: #D4C676;
}
</style>
border-color css
<style>
span { border-color: #D4C676; }
span { border-color: rgb(212,198,118); }
td.TdClassName
{
border-color: #D4C676;
}
.TagClassName
{
border-color: #D4C676;
}
</style>