Shades of Winter Hazel #D2C177
Tints of Winter Hazel #D2C177
RGB
CMYK
RGB Variations
Color information
#D2C177 (or 0xD2C177) is known color: Winter Hazel. HEX triplet: D2, C1 and 77. RGB value is (210,193,119). Sum of RGB (Red+Green+Blue) = 210+193+119=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C177 is #2D3E88. Grayscale: #BDBDBD. Windows color (decimal): -2965129 or 7848402. OLE color: 7848402.
HSL color Cylindrical-coordinate representation of color #D2C177: hue angle of 48.79º degrees, saturation: 0.5, 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 #D2C177 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 119 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.18 |
| HSL | 48.79º | 0.5% | 0.65% | - |
| HSV(B) | 48.79º | 0.43% | 0.82% | - |
| XYZ | 48.98 | 53.17 | 25.13 | - |
| YUV | 189.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 119 | 0 | 0.08 | 0.43 | 0.18 | 48.79 | 0.5 | 0.65 |
| Hex | D2 | C1 | 77 | 0 | 8 | 2B | 12 | 31 | 32 | 41 |
| Octal | 322 | 301 | 167 | 0 | 10 | 53 | 22 | 61 | 62 | 101 |
| Binary | 11010010 | 11000001 | 1110111 | 0 | 1000 | 101011 | 10010 | 110001 | 110010 | 1000001 |
Color Harmonies of #D2C177
Complementary color
Monochromatic Colors of #D2C177
Black with #D2C177
Text Example
Text Example
White with #D2C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C177; }
p { color: rgb(210,193,119); }
H1.HeaderClassName
{
color: #D2C177;
}
.AnyTagClassName
{
color: #D2C177;
}
</style>
background-color css
<style>
a { background-color: #D2C177; }
a { background-color: rgb(210,193,119); }
div.DivClassName
{
background-color: #D2C177;
}
.BgClassName
{
background-color: #D2C177;
}
</style>
border-color css
<style>
span { border-color: #D2C177; }
span { border-color: rgb(210,193,119); }
td.TdClassName
{
border-color: #D2C177;
}
.TagClassName
{
border-color: #D2C177;
}
</style>