Shades of Copper #DC8E6E
Tints of Copper #DC8E6E
RGB
CMYK
RGB Variations
Color information
#DC8E6E (or 0xDC8E6E) is known color: Copper. HEX triplet: DC, 8E and 6E. RGB value is (220,142,110). Sum of RGB (Red+Green+Blue) = 220+142+110=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E6E is #237191. Grayscale: #A1A1A1. Windows color (decimal): -2322834 or 7245532. OLE color: 7245532.
HSL color Cylindrical-coordinate representation of color #DC8E6E: hue angle of 17.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC8E6E is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 110 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.14 |
| HSL | 17.45º | 0.61% | 0.65% | - |
| HSV(B) | 17.45º | 0.5% | 0.86% | - |
| XYZ | 42 | 35.69 | 19.43 | - |
| YUV | 161.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 110 | 0 | 0.35 | 0.50 | 0.14 | 17.45 | 0.61 | 0.65 |
| Hex | DC | 8E | 6E | 0 | 23 | 32 | E | 11 | 3D | 41 |
| Octal | 334 | 216 | 156 | 0 | 43 | 62 | 16 | 21 | 75 | 101 |
| Binary | 11011100 | 10001110 | 1101110 | 0 | 100011 | 110010 | 1110 | 10001 | 111101 | 1000001 |
Color Harmonies of #DC8E6E
Complementary color
Monochromatic Colors of #DC8E6E
Black with #DC8E6E
Text Example
Text Example
White with #DC8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E6E; }
p { color: rgb(220,142,110); }
H1.HeaderClassName
{
color: #DC8E6E;
}
.AnyTagClassName
{
color: #DC8E6E;
}
</style>
background-color css
<style>
a { background-color: #DC8E6E; }
a { background-color: rgb(220,142,110); }
div.DivClassName
{
background-color: #DC8E6E;
}
.BgClassName
{
background-color: #DC8E6E;
}
</style>
border-color css
<style>
span { border-color: #DC8E6E; }
span { border-color: rgb(220,142,110); }
td.TdClassName
{
border-color: #DC8E6E;
}
.TagClassName
{
border-color: #DC8E6E;
}
</style>