Shades of Copper #DE8D5E
Tints of Copper #DE8D5E
RGB
CMYK
RGB Variations
Color information
#DE8D5E (or 0xDE8D5E) is known color: Copper. HEX triplet: DE, 8D and 5E. RGB value is (222,141,94). Sum of RGB (Red+Green+Blue) = 222+141+94=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D5E is #2172A1. Grayscale: #A0A0A0. Windows color (decimal): -2192034 or 6196702. OLE color: 6196702.
HSL color Cylindrical-coordinate representation of color #DE8D5E: hue angle of 22.03º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE8D5E is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 94 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.13 |
| HSL | 22.03º | 0.66% | 0.62% | - |
| HSV(B) | 22.03º | 0.58% | 0.87% | - |
| XYZ | 41.67 | 35.39 | 15.22 | - |
| YUV | 159.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 94 | 0 | 0.36 | 0.58 | 0.13 | 22.03 | 0.66 | 0.62 |
| Hex | DE | 8D | 5E | 0 | 24 | 3A | D | 16 | 42 | 3E |
| Octal | 336 | 215 | 136 | 0 | 44 | 72 | 15 | 26 | 102 | 76 |
| Binary | 11011110 | 10001101 | 1011110 | 0 | 100100 | 111010 | 1101 | 10110 | 1000010 | 111110 |
Color Harmonies of #DE8D5E
Complementary color
Monochromatic Colors of #DE8D5E
Black with #DE8D5E
Text Example
Text Example
White with #DE8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D5E; }
p { color: rgb(222,141,94); }
H1.HeaderClassName
{
color: #DE8D5E;
}
.AnyTagClassName
{
color: #DE8D5E;
}
</style>
background-color css
<style>
a { background-color: #DE8D5E; }
a { background-color: rgb(222,141,94); }
div.DivClassName
{
background-color: #DE8D5E;
}
.BgClassName
{
background-color: #DE8D5E;
}
</style>
border-color css
<style>
span { border-color: #DE8D5E; }
span { border-color: rgb(222,141,94); }
td.TdClassName
{
border-color: #DE8D5E;
}
.TagClassName
{
border-color: #DE8D5E;
}
</style>