Shades of Winter Hazel #D2C880
Tints of Winter Hazel #D2C880
RGB
CMYK
RGB Variations
Color information
#D2C880 (or 0xD2C880) is known color: Winter Hazel. HEX triplet: D2, C8 and 80. RGB value is (210,200,128). Sum of RGB (Red+Green+Blue) = 210+200+128=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C880 is #2D377F. Grayscale: #C3C3C3. Windows color (decimal): -2963328 or 8440018. OLE color: 8440018.
HSL color Cylindrical-coordinate representation of color #D2C880: hue angle of 52.68º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2C880 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 128 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.18 |
| HSL | 52.68º | 0.48% | 0.66% | - |
| HSV(B) | 52.68º | 0.39% | 0.82% | - |
| XYZ | 51.13 | 56.57 | 28.65 | - |
| YUV | 194.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 128 | 0 | 0.05 | 0.39 | 0.18 | 52.68 | 0.48 | 0.66 |
| Hex | D2 | C8 | 80 | 0 | 5 | 27 | 12 | 35 | 30 | 42 |
| Octal | 322 | 310 | 200 | 0 | 5 | 47 | 22 | 65 | 60 | 102 |
| Binary | 11010010 | 11001000 | 10000000 | 0 | 101 | 100111 | 10010 | 110101 | 110000 | 1000010 |
Color Harmonies of #D2C880
Complementary color
Monochromatic Colors of #D2C880
Black with #D2C880
Text Example
Text Example
White with #D2C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C880; }
p { color: rgb(210,200,128); }
H1.HeaderClassName
{
color: #D2C880;
}
.AnyTagClassName
{
color: #D2C880;
}
</style>
background-color css
<style>
a { background-color: #D2C880; }
a { background-color: rgb(210,200,128); }
div.DivClassName
{
background-color: #D2C880;
}
.BgClassName
{
background-color: #D2C880;
}
</style>
border-color css
<style>
span { border-color: #D2C880; }
span { border-color: rgb(210,200,128); }
td.TdClassName
{
border-color: #D2C880;
}
.TagClassName
{
border-color: #D2C880;
}
</style>