Shades of Winter Hazel #D1C076
Tints of Winter Hazel #D1C076
RGB
CMYK
RGB Variations
Color information
#D1C076 (or 0xD1C076) is known color: Winter Hazel. HEX triplet: D1, C0 and 76. RGB value is (209,192,118). Sum of RGB (Red+Green+Blue) = 209+192+118=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C076 is #2E3F89. Grayscale: #BCBCBC. Windows color (decimal): -3030922 or 7782609. OLE color: 7782609.
HSL color Cylindrical-coordinate representation of color #D1C076: hue angle of 48.79º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1C076 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 118 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.18 |
| HSL | 48.79º | 0.5% | 0.64% | - |
| HSV(B) | 48.79º | 0.44% | 0.82% | - |
| XYZ | 48.41 | 52.56 | 24.73 | - |
| YUV | 188.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 118 | 0 | 0.08 | 0.44 | 0.18 | 48.79 | 0.5 | 0.64 |
| Hex | D1 | C0 | 76 | 0 | 8 | 2C | 12 | 31 | 32 | 40 |
| Octal | 321 | 300 | 166 | 0 | 10 | 54 | 22 | 61 | 62 | 100 |
| Binary | 11010001 | 11000000 | 1110110 | 0 | 1000 | 101100 | 10010 | 110001 | 110010 | 1000000 |
Color Harmonies of #D1C076
Complementary color
Monochromatic Colors of #D1C076
Black with #D1C076
Text Example
Text Example
White with #D1C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C076; }
p { color: rgb(209,192,118); }
H1.HeaderClassName
{
color: #D1C076;
}
.AnyTagClassName
{
color: #D1C076;
}
</style>
background-color css
<style>
a { background-color: #D1C076; }
a { background-color: rgb(209,192,118); }
div.DivClassName
{
background-color: #D1C076;
}
.BgClassName
{
background-color: #D1C076;
}
</style>
border-color css
<style>
span { border-color: #D1C076; }
span { border-color: rgb(209,192,118); }
td.TdClassName
{
border-color: #D1C076;
}
.TagClassName
{
border-color: #D1C076;
}
</style>