Shades of Winter Hazel #D5C880
Tints of Winter Hazel #D5C880
RGB
CMYK
RGB Variations
Color information
#D5C880 (or 0xD5C880) is known color: Winter Hazel. HEX triplet: D5, C8 and 80. RGB value is (213,200,128). Sum of RGB (Red+Green+Blue) = 213+200+128=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C880 is #2A377F. Grayscale: #C3C3C3. Windows color (decimal): -2766720 or 8440021. OLE color: 8440021.
HSL color Cylindrical-coordinate representation of color #D5C880: hue angle of 50.82º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5C880 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 128 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.16 |
| HSL | 50.82º | 0.5% | 0.67% | - |
| HSV(B) | 50.82º | 0.4% | 0.84% | - |
| XYZ | 51.99 | 57.01 | 28.69 | - |
| YUV | 195.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 128 | 0 | 0.06 | 0.40 | 0.16 | 50.82 | 0.5 | 0.67 |
| Hex | D5 | C8 | 80 | 0 | 6 | 28 | 10 | 33 | 32 | 43 |
| Octal | 325 | 310 | 200 | 0 | 6 | 50 | 20 | 63 | 62 | 103 |
| Binary | 11010101 | 11001000 | 10000000 | 0 | 110 | 101000 | 10000 | 110011 | 110010 | 1000011 |
Color Harmonies of #D5C880
Complementary color
Monochromatic Colors of #D5C880
Black with #D5C880
Text Example
Text Example
White with #D5C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C880; }
p { color: rgb(213,200,128); }
H1.HeaderClassName
{
color: #D5C880;
}
.AnyTagClassName
{
color: #D5C880;
}
</style>
background-color css
<style>
a { background-color: #D5C880; }
a { background-color: rgb(213,200,128); }
div.DivClassName
{
background-color: #D5C880;
}
.BgClassName
{
background-color: #D5C880;
}
</style>
border-color css
<style>
span { border-color: #D5C880; }
span { border-color: rgb(213,200,128); }
td.TdClassName
{
border-color: #D5C880;
}
.TagClassName
{
border-color: #D5C880;
}
</style>