Shades of Copper #DE8458
Tints of Copper #DE8458
RGB
CMYK
RGB Variations
Color information
#DE8458 (or 0xDE8458) is known color: Copper. HEX triplet: DE, 84 and 58. RGB value is (222,132,88). Sum of RGB (Red+Green+Blue) = 222+132+88=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8458 is #217BA7. Grayscale: #9A9A9A. Windows color (decimal): -2194344 or 5801182. OLE color: 5801182.
HSL color Cylindrical-coordinate representation of color #DE8458: hue angle of 19.7º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE8458 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 88 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.13 |
| HSL | 19.7º | 0.67% | 0.61% | - |
| HSV(B) | 19.7º | 0.6% | 0.87% | - |
| XYZ | 40.14 | 32.74 | 13.44 | - |
| YUV | 153.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 88 | 0 | 0.41 | 0.60 | 0.13 | 19.7 | 0.67 | 0.61 |
| Hex | DE | 84 | 58 | 0 | 29 | 3C | D | 14 | 43 | 3D |
| Octal | 336 | 204 | 130 | 0 | 51 | 74 | 15 | 24 | 103 | 75 |
| Binary | 11011110 | 10000100 | 1011000 | 0 | 101001 | 111100 | 1101 | 10100 | 1000011 | 111101 |
Color Harmonies of #DE8458
Complementary color
Monochromatic Colors of #DE8458
Black with #DE8458
Text Example
Text Example
White with #DE8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8458; }
p { color: rgb(222,132,88); }
H1.HeaderClassName
{
color: #DE8458;
}
.AnyTagClassName
{
color: #DE8458;
}
</style>
background-color css
<style>
a { background-color: #DE8458; }
a { background-color: rgb(222,132,88); }
div.DivClassName
{
background-color: #DE8458;
}
.BgClassName
{
background-color: #DE8458;
}
</style>
border-color css
<style>
span { border-color: #DE8458; }
span { border-color: rgb(222,132,88); }
td.TdClassName
{
border-color: #DE8458;
}
.TagClassName
{
border-color: #DE8458;
}
</style>