Shades of Winter Hazel #D1C278
Tints of Winter Hazel #D1C278
RGB
CMYK
RGB Variations
Color information
#D1C278 (or 0xD1C278) is known color: Winter Hazel. HEX triplet: D1, C2 and 78. RGB value is (209,194,120). Sum of RGB (Red+Green+Blue) = 209+194+120=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C278 is #2E3D87. Grayscale: #BEBEBE. Windows color (decimal): -3030408 or 7914193. OLE color: 7914193.
HSL color Cylindrical-coordinate representation of color #D1C278: hue angle of 49.89º 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 #D1C278 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 120 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.18 |
| HSL | 49.89º | 0.49% | 0.65% | - |
| HSV(B) | 49.89º | 0.43% | 0.82% | - |
| XYZ | 48.98 | 53.49 | 25.51 | - |
| YUV | 190.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 120 | 0 | 0.07 | 0.43 | 0.18 | 49.89 | 0.49 | 0.65 |
| Hex | D1 | C2 | 78 | 0 | 7 | 2B | 12 | 32 | 31 | 41 |
| Octal | 321 | 302 | 170 | 0 | 7 | 53 | 22 | 62 | 61 | 101 |
| Binary | 11010001 | 11000010 | 1111000 | 0 | 111 | 101011 | 10010 | 110010 | 110001 | 1000001 |
Color Harmonies of #D1C278
Complementary color
Monochromatic Colors of #D1C278
Black with #D1C278
Text Example
Text Example
White with #D1C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C278; }
p { color: rgb(209,194,120); }
H1.HeaderClassName
{
color: #D1C278;
}
.AnyTagClassName
{
color: #D1C278;
}
</style>
background-color css
<style>
a { background-color: #D1C278; }
a { background-color: rgb(209,194,120); }
div.DivClassName
{
background-color: #D1C278;
}
.BgClassName
{
background-color: #D1C278;
}
</style>
border-color css
<style>
span { border-color: #D1C278; }
span { border-color: rgb(209,194,120); }
td.TdClassName
{
border-color: #D1C278;
}
.TagClassName
{
border-color: #D1C278;
}
</style>