Shades of Winter Hazel #D1C275
Tints of Winter Hazel #D1C275
RGB
CMYK
RGB Variations
Color information
#D1C275 (or 0xD1C275) is known color: Winter Hazel. HEX triplet: D1, C2 and 75. RGB value is (209,194,117). Sum of RGB (Red+Green+Blue) = 209+194+117=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C275 is #2E3D8A. Grayscale: #BEBEBE. Windows color (decimal): -3030411 or 7717585. OLE color: 7717585.
HSL color Cylindrical-coordinate representation of color #D1C275: hue angle of 50.22º 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 #D1C275 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 117 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.18 |
| HSL | 50.22º | 0.5% | 0.64% | - |
| HSV(B) | 50.22º | 0.44% | 0.82% | - |
| XYZ | 48.8 | 53.42 | 24.57 | - |
| YUV | 189.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 117 | 0 | 0.07 | 0.44 | 0.18 | 50.22 | 0.5 | 0.64 |
| Hex | D1 | C2 | 75 | 0 | 7 | 2C | 12 | 32 | 32 | 40 |
| Octal | 321 | 302 | 165 | 0 | 7 | 54 | 22 | 62 | 62 | 100 |
| Binary | 11010001 | 11000010 | 1110101 | 0 | 111 | 101100 | 10010 | 110010 | 110010 | 1000000 |
Color Harmonies of #D1C275
Complementary color
Monochromatic Colors of #D1C275
Black with #D1C275
Text Example
Text Example
White with #D1C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C275; }
p { color: rgb(209,194,117); }
H1.HeaderClassName
{
color: #D1C275;
}
.AnyTagClassName
{
color: #D1C275;
}
</style>
background-color css
<style>
a { background-color: #D1C275; }
a { background-color: rgb(209,194,117); }
div.DivClassName
{
background-color: #D1C275;
}
.BgClassName
{
background-color: #D1C275;
}
</style>
border-color css
<style>
span { border-color: #D1C275; }
span { border-color: rgb(209,194,117); }
td.TdClassName
{
border-color: #D1C275;
}
.TagClassName
{
border-color: #D1C275;
}
</style>