Shades of Copper #DE8E6E
Tints of Copper #DE8E6E
RGB
CMYK
RGB Variations
Color information
#DE8E6E (or 0xDE8E6E) is known color: Copper. HEX triplet: DE, 8E and 6E. RGB value is (222,142,110). Sum of RGB (Red+Green+Blue) = 222+142+110=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E6E is #217191. Grayscale: #A2A2A2. Windows color (decimal): -2191762 or 7245534. OLE color: 7245534.
HSL color Cylindrical-coordinate representation of color #DE8E6E: hue angle of 17.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE8E6E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 110 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.13 |
| HSL | 17.14º | 0.63% | 0.65% | - |
| HSV(B) | 17.14º | 0.5% | 0.87% | - |
| XYZ | 42.61 | 36 | 19.45 | - |
| YUV | 162.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 110 | 0 | 0.36 | 0.50 | 0.13 | 17.14 | 0.63 | 0.65 |
| Hex | DE | 8E | 6E | 0 | 24 | 32 | D | 11 | 3F | 41 |
| Octal | 336 | 216 | 156 | 0 | 44 | 62 | 15 | 21 | 77 | 101 |
| Binary | 11011110 | 10001110 | 1101110 | 0 | 100100 | 110010 | 1101 | 10001 | 111111 | 1000001 |
Color Harmonies of #DE8E6E
Complementary color
Monochromatic Colors of #DE8E6E
Black with #DE8E6E
Text Example
Text Example
White with #DE8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8E6E; }
p { color: rgb(222,142,110); }
H1.HeaderClassName
{
color: #DE8E6E;
}
.AnyTagClassName
{
color: #DE8E6E;
}
</style>
background-color css
<style>
a { background-color: #DE8E6E; }
a { background-color: rgb(222,142,110); }
div.DivClassName
{
background-color: #DE8E6E;
}
.BgClassName
{
background-color: #DE8E6E;
}
</style>
border-color css
<style>
span { border-color: #DE8E6E; }
span { border-color: rgb(222,142,110); }
td.TdClassName
{
border-color: #DE8E6E;
}
.TagClassName
{
border-color: #DE8E6E;
}
</style>