Shades of Copper #DE8D6D
Tints of Copper #DE8D6D
RGB
CMYK
RGB Variations
Color information
#DE8D6D (or 0xDE8D6D) is known color: Copper. HEX triplet: DE, 8D and 6D. RGB value is (222,141,109). Sum of RGB (Red+Green+Blue) = 222+141+109=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D6D is #217292. Grayscale: #A1A1A1. Windows color (decimal): -2192019 or 7179742. OLE color: 7179742.
HSL color Cylindrical-coordinate representation of color #DE8D6D: hue angle of 16.99º 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 #DE8D6D is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 109 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.13 |
| HSL | 16.99º | 0.63% | 0.65% | - |
| HSV(B) | 16.99º | 0.51% | 0.87% | - |
| XYZ | 42.41 | 35.68 | 19.12 | - |
| YUV | 161.57 | 98.34 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 109 | 0 | 0.36 | 0.51 | 0.13 | 16.99 | 0.63 | 0.65 |
| Hex | DE | 8D | 6D | 0 | 24 | 33 | D | 11 | 3F | 41 |
| Octal | 336 | 215 | 155 | 0 | 44 | 63 | 15 | 21 | 77 | 101 |
| Binary | 11011110 | 10001101 | 1101101 | 0 | 100100 | 110011 | 1101 | 10001 | 111111 | 1000001 |
Color Harmonies of #DE8D6D
Complementary color
Monochromatic Colors of #DE8D6D
Black with #DE8D6D
Text Example
Text Example
White with #DE8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D6D; }
p { color: rgb(222,141,109); }
H1.HeaderClassName
{
color: #DE8D6D;
}
.AnyTagClassName
{
color: #DE8D6D;
}
</style>
background-color css
<style>
a { background-color: #DE8D6D; }
a { background-color: rgb(222,141,109); }
div.DivClassName
{
background-color: #DE8D6D;
}
.BgClassName
{
background-color: #DE8D6D;
}
</style>
border-color css
<style>
span { border-color: #DE8D6D; }
span { border-color: rgb(222,141,109); }
td.TdClassName
{
border-color: #DE8D6D;
}
.TagClassName
{
border-color: #DE8D6D;
}
</style>