Shades of Winter Hazel #D1C078
Tints of Winter Hazel #D1C078
RGB
CMYK
RGB Variations
Color information
#D1C078 (or 0xD1C078) is known color: Winter Hazel. HEX triplet: D1, C0 and 78. RGB value is (209,192,120). Sum of RGB (Red+Green+Blue) = 209+192+120=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C078 is #2E3F87. Grayscale: #BDBDBD. Windows color (decimal): -3030920 or 7913681. OLE color: 7913681.
HSL color Cylindrical-coordinate representation of color #D1C078: hue angle of 48.54º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1C078 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 120 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.18 |
| HSL | 48.54º | 0.49% | 0.65% | - |
| HSV(B) | 48.54º | 0.43% | 0.82% | - |
| XYZ | 48.53 | 52.61 | 25.37 | - |
| YUV | 188.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 120 | 0 | 0.08 | 0.43 | 0.18 | 48.54 | 0.49 | 0.65 |
| Hex | D1 | C0 | 78 | 0 | 8 | 2B | 12 | 31 | 31 | 41 |
| Octal | 321 | 300 | 170 | 0 | 10 | 53 | 22 | 61 | 61 | 101 |
| Binary | 11010001 | 11000000 | 1111000 | 0 | 1000 | 101011 | 10010 | 110001 | 110001 | 1000001 |
Color Harmonies of #D1C078
Complementary color
Monochromatic Colors of #D1C078
Black with #D1C078
Text Example
Text Example
White with #D1C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C078; }
p { color: rgb(209,192,120); }
H1.HeaderClassName
{
color: #D1C078;
}
.AnyTagClassName
{
color: #D1C078;
}
</style>
background-color css
<style>
a { background-color: #D1C078; }
a { background-color: rgb(209,192,120); }
div.DivClassName
{
background-color: #D1C078;
}
.BgClassName
{
background-color: #D1C078;
}
</style>
border-color css
<style>
span { border-color: #D1C078; }
span { border-color: rgb(209,192,120); }
td.TdClassName
{
border-color: #D1C078;
}
.TagClassName
{
border-color: #D1C078;
}
</style>