Shades of Copper #DC8E6D
Tints of Copper #DC8E6D
RGB
CMYK
RGB Variations
Color information
#DC8E6D (or 0xDC8E6D) is known color: Copper. HEX triplet: DC, 8E and 6D. RGB value is (220,142,109). Sum of RGB (Red+Green+Blue) = 220+142+109=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E6D is #237192. Grayscale: #A1A1A1. Windows color (decimal): -2322835 or 7179996. OLE color: 7179996.
HSL color Cylindrical-coordinate representation of color #DC8E6D: hue angle of 17.84º 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 #DC8E6D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 109 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.14 |
| HSL | 17.84º | 0.61% | 0.65% | - |
| HSV(B) | 17.84º | 0.5% | 0.86% | - |
| XYZ | 41.95 | 35.67 | 19.14 | - |
| YUV | 161.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 109 | 0 | 0.35 | 0.50 | 0.14 | 17.84 | 0.61 | 0.65 |
| Hex | DC | 8E | 6D | 0 | 23 | 32 | E | 12 | 3D | 41 |
| Octal | 334 | 216 | 155 | 0 | 43 | 62 | 16 | 22 | 75 | 101 |
| Binary | 11011100 | 10001110 | 1101101 | 0 | 100011 | 110010 | 1110 | 10010 | 111101 | 1000001 |
Color Harmonies of #DC8E6D
Complementary color
Monochromatic Colors of #DC8E6D
Black with #DC8E6D
Text Example
Text Example
White with #DC8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E6D; }
p { color: rgb(220,142,109); }
H1.HeaderClassName
{
color: #DC8E6D;
}
.AnyTagClassName
{
color: #DC8E6D;
}
</style>
background-color css
<style>
a { background-color: #DC8E6D; }
a { background-color: rgb(220,142,109); }
div.DivClassName
{
background-color: #DC8E6D;
}
.BgClassName
{
background-color: #DC8E6D;
}
</style>
border-color css
<style>
span { border-color: #DC8E6D; }
span { border-color: rgb(220,142,109); }
td.TdClassName
{
border-color: #DC8E6D;
}
.TagClassName
{
border-color: #DC8E6D;
}
</style>