Shades of Copper #DC8D6D
Tints of Copper #DC8D6D
RGB
CMYK
RGB Variations
Color information
#DC8D6D (or 0xDC8D6D) is known color: Copper. HEX triplet: DC, 8D and 6D. RGB value is (220,141,109). Sum of RGB (Red+Green+Blue) = 220+141+109=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D6D is #237292. Grayscale: #A1A1A1. Windows color (decimal): -2323091 or 7179740. OLE color: 7179740.
HSL color Cylindrical-coordinate representation of color #DC8D6D: hue angle of 17.3º 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 #DC8D6D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 109 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.14 |
| HSL | 17.3º | 0.61% | 0.65% | - |
| HSV(B) | 17.3º | 0.5% | 0.86% | - |
| XYZ | 41.8 | 35.37 | 19.09 | - |
| YUV | 160.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 109 | 0 | 0.36 | 0.50 | 0.14 | 17.3 | 0.61 | 0.65 |
| Hex | DC | 8D | 6D | 0 | 24 | 32 | E | 11 | 3D | 41 |
| Octal | 334 | 215 | 155 | 0 | 44 | 62 | 16 | 21 | 75 | 101 |
| Binary | 11011100 | 10001101 | 1101101 | 0 | 100100 | 110010 | 1110 | 10001 | 111101 | 1000001 |
Color Harmonies of #DC8D6D
Complementary color
Monochromatic Colors of #DC8D6D
Black with #DC8D6D
Text Example
Text Example
White with #DC8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D6D; }
p { color: rgb(220,141,109); }
H1.HeaderClassName
{
color: #DC8D6D;
}
.AnyTagClassName
{
color: #DC8D6D;
}
</style>
background-color css
<style>
a { background-color: #DC8D6D; }
a { background-color: rgb(220,141,109); }
div.DivClassName
{
background-color: #DC8D6D;
}
.BgClassName
{
background-color: #DC8D6D;
}
</style>
border-color css
<style>
span { border-color: #DC8D6D; }
span { border-color: rgb(220,141,109); }
td.TdClassName
{
border-color: #DC8D6D;
}
.TagClassName
{
border-color: #DC8D6D;
}
</style>