Shades of Copper #DE885D
Tints of Copper #DE885D
RGB
CMYK
RGB Variations
Color information
#DE885D (or 0xDE885D) is known color: Copper. HEX triplet: DE, 88 and 5D. RGB value is (222,136,93). Sum of RGB (Red+Green+Blue) = 222+136+93=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE885D is #2177A2. Grayscale: #9D9D9D. Windows color (decimal): -2193315 or 6129886. OLE color: 6129886.
HSL color Cylindrical-coordinate representation of color #DE885D: hue angle of 20º 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 #DE885D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 93 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.13 |
| HSL | 20º | 0.66% | 0.62% | - |
| HSV(B) | 20º | 0.58% | 0.87% | - |
| XYZ | 40.9 | 33.93 | 14.75 | - |
| YUV | 156.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 93 | 0 | 0.39 | 0.58 | 0.13 | 20 | 0.66 | 0.62 |
| Hex | DE | 88 | 5D | 0 | 27 | 3A | D | 14 | 42 | 3E |
| Octal | 336 | 210 | 135 | 0 | 47 | 72 | 15 | 24 | 102 | 76 |
| Binary | 11011110 | 10001000 | 1011101 | 0 | 100111 | 111010 | 1101 | 10100 | 1000010 | 111110 |
Color Harmonies of #DE885D
Complementary color
Monochromatic Colors of #DE885D
Black with #DE885D
Text Example
Text Example
White with #DE885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE885D; }
p { color: rgb(222,136,93); }
H1.HeaderClassName
{
color: #DE885D;
}
.AnyTagClassName
{
color: #DE885D;
}
</style>
background-color css
<style>
a { background-color: #DE885D; }
a { background-color: rgb(222,136,93); }
div.DivClassName
{
background-color: #DE885D;
}
.BgClassName
{
background-color: #DE885D;
}
</style>
border-color css
<style>
span { border-color: #DE885D; }
span { border-color: rgb(222,136,93); }
td.TdClassName
{
border-color: #DE885D;
}
.TagClassName
{
border-color: #DE885D;
}
</style>