Shades of Copper #DC8860
Tints of Copper #DC8860
RGB
CMYK
RGB Variations
Color information
#DC8860 (or 0xDC8860) is known color: Copper. HEX triplet: DC, 88 and 60. RGB value is (220,136,96). Sum of RGB (Red+Green+Blue) = 220+136+96=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8860 is #23779F. Grayscale: #9C9C9C. Windows color (decimal): -2324384 or 6326492. OLE color: 6326492.
HSL color Cylindrical-coordinate representation of color #DC8860: hue angle of 19.35º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC8860 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 96 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.14 |
| HSL | 19.35º | 0.64% | 0.62% | - |
| HSV(B) | 19.35º | 0.56% | 0.86% | - |
| XYZ | 40.43 | 33.67 | 15.43 | - |
| YUV | 156.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 96 | 0 | 0.38 | 0.56 | 0.14 | 19.35 | 0.64 | 0.62 |
| Hex | DC | 88 | 60 | 0 | 26 | 38 | E | 13 | 40 | 3E |
| Octal | 334 | 210 | 140 | 0 | 46 | 70 | 16 | 23 | 100 | 76 |
| Binary | 11011100 | 10001000 | 1100000 | 0 | 100110 | 111000 | 1110 | 10011 | 1000000 | 111110 |
Color Harmonies of #DC8860
Complementary color
Monochromatic Colors of #DC8860
Black with #DC8860
Text Example
Text Example
White with #DC8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8860; }
p { color: rgb(220,136,96); }
H1.HeaderClassName
{
color: #DC8860;
}
.AnyTagClassName
{
color: #DC8860;
}
</style>
background-color css
<style>
a { background-color: #DC8860; }
a { background-color: rgb(220,136,96); }
div.DivClassName
{
background-color: #DC8860;
}
.BgClassName
{
background-color: #DC8860;
}
</style>
border-color css
<style>
span { border-color: #DC8860; }
span { border-color: rgb(220,136,96); }
td.TdClassName
{
border-color: #DC8860;
}
.TagClassName
{
border-color: #DC8860;
}
</style>