Shades of Copper #DC8060
Tints of Copper #DC8060
RGB
CMYK
RGB Variations
Color information
#DC8060 (or 0xDC8060) is known color: Copper. HEX triplet: DC, 80 and 60. RGB value is (220,128,96). Sum of RGB (Red+Green+Blue) = 220+128+96=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8060 is #237F9F. Grayscale: #989898. Windows color (decimal): -2326432 or 6324444. OLE color: 6324444.
HSL color Cylindrical-coordinate representation of color #DC8060: hue angle of 15.48º 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 #DC8060 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 96 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.14 |
| HSL | 15.48º | 0.64% | 0.62% | - |
| HSV(B) | 15.48º | 0.56% | 0.86% | - |
| XYZ | 39.35 | 31.5 | 15.07 | - |
| YUV | 151.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 96 | 0 | 0.42 | 0.56 | 0.14 | 15.48 | 0.64 | 0.62 |
| Hex | DC | 80 | 60 | 0 | 2A | 38 | E | F | 40 | 3E |
| Octal | 334 | 200 | 140 | 0 | 52 | 70 | 16 | 17 | 100 | 76 |
| Binary | 11011100 | 10000000 | 1100000 | 0 | 101010 | 111000 | 1110 | 1111 | 1000000 | 111110 |
Color Harmonies of #DC8060
Complementary color
Monochromatic Colors of #DC8060
Black with #DC8060
Text Example
Text Example
White with #DC8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8060; }
p { color: rgb(220,128,96); }
H1.HeaderClassName
{
color: #DC8060;
}
.AnyTagClassName
{
color: #DC8060;
}
</style>
background-color css
<style>
a { background-color: #DC8060; }
a { background-color: rgb(220,128,96); }
div.DivClassName
{
background-color: #DC8060;
}
.BgClassName
{
background-color: #DC8060;
}
</style>
border-color css
<style>
span { border-color: #DC8060; }
span { border-color: rgb(220,128,96); }
td.TdClassName
{
border-color: #DC8060;
}
.TagClassName
{
border-color: #DC8060;
}
</style>