Shades of Copper #DE8E6D
Tints of Copper #DE8E6D
RGB
CMYK
RGB Variations
Color information
#DE8E6D (or 0xDE8E6D) is known color: Copper. HEX triplet: DE, 8E and 6D. RGB value is (222,142,109). Sum of RGB (Red+Green+Blue) = 222+142+109=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E6D is #217192. Grayscale: #A2A2A2. Windows color (decimal): -2191763 or 7179998. OLE color: 7179998.
HSL color Cylindrical-coordinate representation of color #DE8E6D: hue angle of 17.52º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE8E6D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 109 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.13 |
| HSL | 17.52º | 0.63% | 0.65% | - |
| HSV(B) | 17.52º | 0.51% | 0.87% | - |
| XYZ | 42.56 | 35.98 | 19.17 | - |
| YUV | 162.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 109 | 0 | 0.36 | 0.51 | 0.13 | 17.52 | 0.63 | 0.65 |
| Hex | DE | 8E | 6D | 0 | 24 | 33 | D | 12 | 3F | 41 |
| Octal | 336 | 216 | 155 | 0 | 44 | 63 | 15 | 22 | 77 | 101 |
| Binary | 11011110 | 10001110 | 1101101 | 0 | 100100 | 110011 | 1101 | 10010 | 111111 | 1000001 |
Color Harmonies of #DE8E6D
Complementary color
Monochromatic Colors of #DE8E6D
Black with #DE8E6D
Text Example
Text Example
White with #DE8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8E6D; }
p { color: rgb(222,142,109); }
H1.HeaderClassName
{
color: #DE8E6D;
}
.AnyTagClassName
{
color: #DE8E6D;
}
</style>
background-color css
<style>
a { background-color: #DE8E6D; }
a { background-color: rgb(222,142,109); }
div.DivClassName
{
background-color: #DE8E6D;
}
.BgClassName
{
background-color: #DE8E6D;
}
</style>
border-color css
<style>
span { border-color: #DE8E6D; }
span { border-color: rgb(222,142,109); }
td.TdClassName
{
border-color: #DE8E6D;
}
.TagClassName
{
border-color: #DE8E6D;
}
</style>