Shades of Winter Hazel #D4C786
Tints of Winter Hazel #D4C786
RGB
CMYK
RGB Variations
Color information
#D4C786 (or 0xD4C786) is known color: Winter Hazel. HEX triplet: D4, C7 and 86. RGB value is (212,199,134). Sum of RGB (Red+Green+Blue) = 212+199+134=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C786 is #2B3879. Grayscale: #C3C3C3. Windows color (decimal): -2832506 or 8832980. OLE color: 8832980.
HSL color Cylindrical-coordinate representation of color #D4C786: hue angle of 50º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4C786 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 134 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.17 |
| HSL | 50º | 0.48% | 0.68% | - |
| HSV(B) | 50º | 0.37% | 0.83% | - |
| XYZ | 51.88 | 56.57 | 30.74 | - |
| YUV | 195.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 134 | 0 | 0.06 | 0.37 | 0.17 | 50 | 0.48 | 0.68 |
| Hex | D4 | C7 | 86 | 0 | 6 | 25 | 11 | 32 | 30 | 44 |
| Octal | 324 | 307 | 206 | 0 | 6 | 45 | 21 | 62 | 60 | 104 |
| Binary | 11010100 | 11000111 | 10000110 | 0 | 110 | 100101 | 10001 | 110010 | 110000 | 1000100 |
Color Harmonies of #D4C786
Complementary color
Monochromatic Colors of #D4C786
Black with #D4C786
Text Example
Text Example
White with #D4C786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C786; }
p { color: rgb(212,199,134); }
H1.HeaderClassName
{
color: #D4C786;
}
.AnyTagClassName
{
color: #D4C786;
}
</style>
background-color css
<style>
a { background-color: #D4C786; }
a { background-color: rgb(212,199,134); }
div.DivClassName
{
background-color: #D4C786;
}
.BgClassName
{
background-color: #D4C786;
}
</style>
border-color css
<style>
span { border-color: #D4C786; }
span { border-color: rgb(212,199,134); }
td.TdClassName
{
border-color: #D4C786;
}
.TagClassName
{
border-color: #D4C786;
}
</style>