Shades of Copper #DC8A60
Tints of Copper #DC8A60
RGB
CMYK
RGB Variations
Color information
#DC8A60 (or 0xDC8A60) is known color: Copper. HEX triplet: DC, 8A and 60. RGB value is (220,138,96). Sum of RGB (Red+Green+Blue) = 220+138+96=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A60 is #23759F. Grayscale: #9D9D9D. Windows color (decimal): -2323872 or 6327004. OLE color: 6327004.
HSL color Cylindrical-coordinate representation of color #DC8A60: hue angle of 20.32º 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 #DC8A60 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 96 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.14 |
| HSL | 20.32º | 0.64% | 0.62% | - |
| HSV(B) | 20.32º | 0.56% | 0.86% | - |
| XYZ | 40.72 | 34.24 | 15.53 | - |
| YUV | 157.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 96 | 0 | 0.37 | 0.56 | 0.14 | 20.32 | 0.64 | 0.62 |
| Hex | DC | 8A | 60 | 0 | 25 | 38 | E | 14 | 40 | 3E |
| Octal | 334 | 212 | 140 | 0 | 45 | 70 | 16 | 24 | 100 | 76 |
| Binary | 11011100 | 10001010 | 1100000 | 0 | 100101 | 111000 | 1110 | 10100 | 1000000 | 111110 |
Color Harmonies of #DC8A60
Complementary color
Monochromatic Colors of #DC8A60
Black with #DC8A60
Text Example
Text Example
White with #DC8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A60; }
p { color: rgb(220,138,96); }
H1.HeaderClassName
{
color: #DC8A60;
}
.AnyTagClassName
{
color: #DC8A60;
}
</style>
background-color css
<style>
a { background-color: #DC8A60; }
a { background-color: rgb(220,138,96); }
div.DivClassName
{
background-color: #DC8A60;
}
.BgClassName
{
background-color: #DC8A60;
}
</style>
border-color css
<style>
span { border-color: #DC8A60; }
span { border-color: rgb(220,138,96); }
td.TdClassName
{
border-color: #DC8A60;
}
.TagClassName
{
border-color: #DC8A60;
}
</style>