Shades of Copper #DE8A60
Tints of Copper #DE8A60
RGB
CMYK
RGB Variations
Color information
#DE8A60 (or 0xDE8A60) is known color: Copper. HEX triplet: DE, 8A and 60. RGB value is (222,138,96). Sum of RGB (Red+Green+Blue) = 222+138+96=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A60 is #21759F. Grayscale: #9E9E9E. Windows color (decimal): -2192800 or 6327006. OLE color: 6327006.
HSL color Cylindrical-coordinate representation of color #DE8A60: 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.57%. Process color model (Four color, CMYK) of #DE8A60 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 96 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.13 |
| HSL | 20º | 0.66% | 0.62% | - |
| HSV(B) | 20º | 0.57% | 0.87% | - |
| XYZ | 41.32 | 34.55 | 15.56 | - |
| YUV | 158.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 96 | 0 | 0.38 | 0.57 | 0.13 | 20 | 0.66 | 0.62 |
| Hex | DE | 8A | 60 | 0 | 26 | 39 | D | 14 | 42 | 3E |
| Octal | 336 | 212 | 140 | 0 | 46 | 71 | 15 | 24 | 102 | 76 |
| Binary | 11011110 | 10001010 | 1100000 | 0 | 100110 | 111001 | 1101 | 10100 | 1000010 | 111110 |
Color Harmonies of #DE8A60
Complementary color
Monochromatic Colors of #DE8A60
Black with #DE8A60
Text Example
Text Example
White with #DE8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A60; }
p { color: rgb(222,138,96); }
H1.HeaderClassName
{
color: #DE8A60;
}
.AnyTagClassName
{
color: #DE8A60;
}
</style>
background-color css
<style>
a { background-color: #DE8A60; }
a { background-color: rgb(222,138,96); }
div.DivClassName
{
background-color: #DE8A60;
}
.BgClassName
{
background-color: #DE8A60;
}
</style>
border-color css
<style>
span { border-color: #DE8A60; }
span { border-color: rgb(222,138,96); }
td.TdClassName
{
border-color: #DE8A60;
}
.TagClassName
{
border-color: #DE8A60;
}
</style>