Shades of Copper #DE825E
Tints of Copper #DE825E
RGB
CMYK
RGB Variations
Color information
#DE825E (or 0xDE825E) is known color: Copper. HEX triplet: DE, 82 and 5E. RGB value is (222,130,94). Sum of RGB (Red+Green+Blue) = 222+130+94=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE825E is #217DA1. Grayscale: #999999. Windows color (decimal): -2194850 or 6193886. OLE color: 6193886.
HSL color Cylindrical-coordinate representation of color #DE825E: hue angle of 16.88º 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 #DE825E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 94 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.13 |
| HSL | 16.88º | 0.66% | 0.62% | - |
| HSV(B) | 16.88º | 0.58% | 0.87% | - |
| XYZ | 40.13 | 32.3 | 14.71 | - |
| YUV | 153.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 94 | 0 | 0.41 | 0.58 | 0.13 | 16.88 | 0.66 | 0.62 |
| Hex | DE | 82 | 5E | 0 | 29 | 3A | D | 11 | 42 | 3E |
| Octal | 336 | 202 | 136 | 0 | 51 | 72 | 15 | 21 | 102 | 76 |
| Binary | 11011110 | 10000010 | 1011110 | 0 | 101001 | 111010 | 1101 | 10001 | 1000010 | 111110 |
Color Harmonies of #DE825E
Complementary color
Monochromatic Colors of #DE825E
Black with #DE825E
Text Example
Text Example
White with #DE825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE825E; }
p { color: rgb(222,130,94); }
H1.HeaderClassName
{
color: #DE825E;
}
.AnyTagClassName
{
color: #DE825E;
}
</style>
background-color css
<style>
a { background-color: #DE825E; }
a { background-color: rgb(222,130,94); }
div.DivClassName
{
background-color: #DE825E;
}
.BgClassName
{
background-color: #DE825E;
}
</style>
border-color css
<style>
span { border-color: #DE825E; }
span { border-color: rgb(222,130,94); }
td.TdClassName
{
border-color: #DE825E;
}
.TagClassName
{
border-color: #DE825E;
}
</style>