Shades of Copper #DE8358
Tints of Copper #DE8358
RGB
CMYK
RGB Variations
Color information
#DE8358 (or 0xDE8358) is known color: Copper. HEX triplet: DE, 83 and 58. RGB value is (222,131,88). Sum of RGB (Red+Green+Blue) = 222+131+88=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8358 is #217CA7. Grayscale: #999999. Windows color (decimal): -2194600 or 5800926. OLE color: 5800926.
HSL color Cylindrical-coordinate representation of color #DE8358: hue angle of 19.25º 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 #DE8358 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 88 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.13 |
| HSL | 19.25º | 0.67% | 0.61% | - |
| HSV(B) | 19.25º | 0.6% | 0.87% | - |
| XYZ | 40 | 32.47 | 13.39 | - |
| YUV | 153.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 88 | 0 | 0.41 | 0.60 | 0.13 | 19.25 | 0.67 | 0.61 |
| Hex | DE | 83 | 58 | 0 | 29 | 3C | D | 13 | 43 | 3D |
| Octal | 336 | 203 | 130 | 0 | 51 | 74 | 15 | 23 | 103 | 75 |
| Binary | 11011110 | 10000011 | 1011000 | 0 | 101001 | 111100 | 1101 | 10011 | 1000011 | 111101 |
Color Harmonies of #DE8358
Complementary color
Monochromatic Colors of #DE8358
Black with #DE8358
Text Example
Text Example
White with #DE8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8358; }
p { color: rgb(222,131,88); }
H1.HeaderClassName
{
color: #DE8358;
}
.AnyTagClassName
{
color: #DE8358;
}
</style>
background-color css
<style>
a { background-color: #DE8358; }
a { background-color: rgb(222,131,88); }
div.DivClassName
{
background-color: #DE8358;
}
.BgClassName
{
background-color: #DE8358;
}
</style>
border-color css
<style>
span { border-color: #DE8358; }
span { border-color: rgb(222,131,88); }
td.TdClassName
{
border-color: #DE8358;
}
.TagClassName
{
border-color: #DE8358;
}
</style>