Shades of Copper #DC8360
Tints of Copper #DC8360
RGB
CMYK
RGB Variations
Color information
#DC8360 (or 0xDC8360) is known color: Copper. HEX triplet: DC, 83 and 60. RGB value is (220,131,96). Sum of RGB (Red+Green+Blue) = 220+131+96=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8360 is #237C9F. Grayscale: #999999. Windows color (decimal): -2325664 or 6325212. OLE color: 6325212.
HSL color Cylindrical-coordinate representation of color #DC8360: hue angle of 16.94º 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 #DC8360 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 96 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.14 |
| HSL | 16.94º | 0.64% | 0.62% | - |
| HSV(B) | 16.94º | 0.56% | 0.86% | - |
| XYZ | 39.74 | 32.29 | 15.2 | - |
| YUV | 153.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 96 | 0 | 0.40 | 0.56 | 0.14 | 16.94 | 0.64 | 0.62 |
| Hex | DC | 83 | 60 | 0 | 28 | 38 | E | 11 | 40 | 3E |
| Octal | 334 | 203 | 140 | 0 | 50 | 70 | 16 | 21 | 100 | 76 |
| Binary | 11011100 | 10000011 | 1100000 | 0 | 101000 | 111000 | 1110 | 10001 | 1000000 | 111110 |
Color Harmonies of #DC8360
Complementary color
Monochromatic Colors of #DC8360
Black with #DC8360
Text Example
Text Example
White with #DC8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8360; }
p { color: rgb(220,131,96); }
H1.HeaderClassName
{
color: #DC8360;
}
.AnyTagClassName
{
color: #DC8360;
}
</style>
background-color css
<style>
a { background-color: #DC8360; }
a { background-color: rgb(220,131,96); }
div.DivClassName
{
background-color: #DC8360;
}
.BgClassName
{
background-color: #DC8360;
}
</style>
border-color css
<style>
span { border-color: #DC8360; }
span { border-color: rgb(220,131,96); }
td.TdClassName
{
border-color: #DC8360;
}
.TagClassName
{
border-color: #DC8360;
}
</style>