Shades of Copper #DC8C70
Tints of Copper #DC8C70
RGB
CMYK
RGB Variations
Color information
#DC8C70 (or 0xDC8C70) is known color: Copper. HEX triplet: DC, 8C and 70. RGB value is (220,140,112). Sum of RGB (Red+Green+Blue) = 220+140+112=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C70 is #23738F. Grayscale: #A0A0A0. Windows color (decimal): -2323344 or 7376092. OLE color: 7376092.
HSL color Cylindrical-coordinate representation of color #DC8C70: hue angle of 15.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC8C70 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 112 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.14 |
| HSL | 15.56º | 0.61% | 0.65% | - |
| HSV(B) | 15.56º | 0.49% | 0.86% | - |
| XYZ | 41.82 | 35.14 | 19.91 | - |
| YUV | 160.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 112 | 0 | 0.36 | 0.49 | 0.14 | 15.56 | 0.61 | 0.65 |
| Hex | DC | 8C | 70 | 0 | 24 | 31 | E | 10 | 3D | 41 |
| Octal | 334 | 214 | 160 | 0 | 44 | 61 | 16 | 20 | 75 | 101 |
| Binary | 11011100 | 10001100 | 1110000 | 0 | 100100 | 110001 | 1110 | 10000 | 111101 | 1000001 |
Color Harmonies of #DC8C70
Complementary color
Monochromatic Colors of #DC8C70
Black with #DC8C70
Text Example
Text Example
White with #DC8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C70; }
p { color: rgb(220,140,112); }
H1.HeaderClassName
{
color: #DC8C70;
}
.AnyTagClassName
{
color: #DC8C70;
}
</style>
background-color css
<style>
a { background-color: #DC8C70; }
a { background-color: rgb(220,140,112); }
div.DivClassName
{
background-color: #DC8C70;
}
.BgClassName
{
background-color: #DC8C70;
}
</style>
border-color css
<style>
span { border-color: #DC8C70; }
span { border-color: rgb(220,140,112); }
td.TdClassName
{
border-color: #DC8C70;
}
.TagClassName
{
border-color: #DC8C70;
}
</style>