Shades of Copper #DC8F70
Tints of Copper #DC8F70
RGB
CMYK
RGB Variations
Color information
#DC8F70 (or 0xDC8F70) is known color: Copper. HEX triplet: DC, 8F and 70. RGB value is (220,143,112). Sum of RGB (Red+Green+Blue) = 220+143+112=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F70 is #23708F. Grayscale: #A2A2A2. Windows color (decimal): -2322576 or 7376860. OLE color: 7376860.
HSL color Cylindrical-coordinate representation of color #DC8F70: hue angle of 17.22º 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 #DC8F70 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 112 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.14 |
| HSL | 17.22º | 0.61% | 0.65% | - |
| HSV(B) | 17.22º | 0.49% | 0.86% | - |
| XYZ | 42.26 | 36.03 | 20.06 | - |
| YUV | 162.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 112 | 0 | 0.35 | 0.49 | 0.14 | 17.22 | 0.61 | 0.65 |
| Hex | DC | 8F | 70 | 0 | 23 | 31 | E | 11 | 3D | 41 |
| Octal | 334 | 217 | 160 | 0 | 43 | 61 | 16 | 21 | 75 | 101 |
| Binary | 11011100 | 10001111 | 1110000 | 0 | 100011 | 110001 | 1110 | 10001 | 111101 | 1000001 |
Color Harmonies of #DC8F70
Complementary color
Monochromatic Colors of #DC8F70
Black with #DC8F70
Text Example
Text Example
White with #DC8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F70; }
p { color: rgb(220,143,112); }
H1.HeaderClassName
{
color: #DC8F70;
}
.AnyTagClassName
{
color: #DC8F70;
}
</style>
background-color css
<style>
a { background-color: #DC8F70; }
a { background-color: rgb(220,143,112); }
div.DivClassName
{
background-color: #DC8F70;
}
.BgClassName
{
background-color: #DC8F70;
}
</style>
border-color css
<style>
span { border-color: #DC8F70; }
span { border-color: rgb(220,143,112); }
td.TdClassName
{
border-color: #DC8F70;
}
.TagClassName
{
border-color: #DC8F70;
}
</style>