Shades of Copper #DE8866
Tints of Copper #DE8866
RGB
CMYK
RGB Variations
Color information
#DE8866 (or 0xDE8866) is known color: Copper. HEX triplet: DE, 88 and 66. RGB value is (222,136,102). Sum of RGB (Red+Green+Blue) = 222+136+102=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8866 is #217799. Grayscale: #9E9E9E. Windows color (decimal): -2193306 or 6719710. OLE color: 6719710.
HSL color Cylindrical-coordinate representation of color #DE8866: hue angle of 17º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE8866 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 102 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.13 |
| HSL | 17º | 0.65% | 0.64% | - |
| HSV(B) | 17º | 0.54% | 0.87% | - |
| XYZ | 41.33 | 34.1 | 16.97 | - |
| YUV | 157.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 102 | 0 | 0.39 | 0.54 | 0.13 | 17 | 0.65 | 0.64 |
| Hex | DE | 88 | 66 | 0 | 27 | 36 | D | 11 | 41 | 40 |
| Octal | 336 | 210 | 146 | 0 | 47 | 66 | 15 | 21 | 101 | 100 |
| Binary | 11011110 | 10001000 | 1100110 | 0 | 100111 | 110110 | 1101 | 10001 | 1000001 | 1000000 |
Color Harmonies of #DE8866
Complementary color
Monochromatic Colors of #DE8866
Black with #DE8866
Text Example
Text Example
White with #DE8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8866; }
p { color: rgb(222,136,102); }
H1.HeaderClassName
{
color: #DE8866;
}
.AnyTagClassName
{
color: #DE8866;
}
</style>
background-color css
<style>
a { background-color: #DE8866; }
a { background-color: rgb(222,136,102); }
div.DivClassName
{
background-color: #DE8866;
}
.BgClassName
{
background-color: #DE8866;
}
</style>
border-color css
<style>
span { border-color: #DE8866; }
span { border-color: rgb(222,136,102); }
td.TdClassName
{
border-color: #DE8866;
}
.TagClassName
{
border-color: #DE8866;
}
</style>