Shades of Winter Hazel #D2C179
Tints of Winter Hazel #D2C179
RGB
CMYK
RGB Variations
Color information
#D2C179 (or 0xD2C179) is known color: Winter Hazel. HEX triplet: D2, C1 and 79. RGB value is (210,193,121). Sum of RGB (Red+Green+Blue) = 210+193+121=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C179 is #2D3E86. Grayscale: #BEBEBE. Windows color (decimal): -2965127 or 7979474. OLE color: 7979474.
HSL color Cylindrical-coordinate representation of color #D2C179: hue angle of 48.54º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2C179 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 121 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.18 |
| HSL | 48.54º | 0.5% | 0.65% | - |
| HSV(B) | 48.54º | 0.42% | 0.82% | - |
| XYZ | 49.1 | 53.22 | 25.77 | - |
| YUV | 189.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 121 | 0 | 0.08 | 0.42 | 0.18 | 48.54 | 0.5 | 0.65 |
| Hex | D2 | C1 | 79 | 0 | 8 | 2A | 12 | 31 | 32 | 41 |
| Octal | 322 | 301 | 171 | 0 | 10 | 52 | 22 | 61 | 62 | 101 |
| Binary | 11010010 | 11000001 | 1111001 | 0 | 1000 | 101010 | 10010 | 110001 | 110010 | 1000001 |
Color Harmonies of #D2C179
Complementary color
Monochromatic Colors of #D2C179
Black with #D2C179
Text Example
Text Example
White with #D2C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C179; }
p { color: rgb(210,193,121); }
H1.HeaderClassName
{
color: #D2C179;
}
.AnyTagClassName
{
color: #D2C179;
}
</style>
background-color css
<style>
a { background-color: #D2C179; }
a { background-color: rgb(210,193,121); }
div.DivClassName
{
background-color: #D2C179;
}
.BgClassName
{
background-color: #D2C179;
}
</style>
border-color css
<style>
span { border-color: #D2C179; }
span { border-color: rgb(210,193,121); }
td.TdClassName
{
border-color: #D2C179;
}
.TagClassName
{
border-color: #D2C179;
}
</style>