Shades of Copper #DC8760
Tints of Copper #DC8760
RGB
CMYK
RGB Variations
Color information
#DC8760 (or 0xDC8760) is known color: Copper. HEX triplet: DC, 87 and 60. RGB value is (220,135,96). Sum of RGB (Red+Green+Blue) = 220+135+96=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8760 is #23789F. Grayscale: #9C9C9C. Windows color (decimal): -2324640 or 6326236. OLE color: 6326236.
HSL color Cylindrical-coordinate representation of color #DC8760: hue angle of 18.87º 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 #DC8760 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 96 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.14 |
| HSL | 18.87º | 0.64% | 0.62% | - |
| HSV(B) | 18.87º | 0.56% | 0.86% | - |
| XYZ | 40.29 | 33.39 | 15.39 | - |
| YUV | 155.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 96 | 0 | 0.39 | 0.56 | 0.14 | 18.87 | 0.64 | 0.62 |
| Hex | DC | 87 | 60 | 0 | 27 | 38 | E | 13 | 40 | 3E |
| Octal | 334 | 207 | 140 | 0 | 47 | 70 | 16 | 23 | 100 | 76 |
| Binary | 11011100 | 10000111 | 1100000 | 0 | 100111 | 111000 | 1110 | 10011 | 1000000 | 111110 |
Color Harmonies of #DC8760
Complementary color
Monochromatic Colors of #DC8760
Black with #DC8760
Text Example
Text Example
White with #DC8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8760; }
p { color: rgb(220,135,96); }
H1.HeaderClassName
{
color: #DC8760;
}
.AnyTagClassName
{
color: #DC8760;
}
</style>
background-color css
<style>
a { background-color: #DC8760; }
a { background-color: rgb(220,135,96); }
div.DivClassName
{
background-color: #DC8760;
}
.BgClassName
{
background-color: #DC8760;
}
</style>
border-color css
<style>
span { border-color: #DC8760; }
span { border-color: rgb(220,135,96); }
td.TdClassName
{
border-color: #DC8760;
}
.TagClassName
{
border-color: #DC8760;
}
</style>