Shades of Copper #DE896E
Tints of Copper #DE896E
RGB
CMYK
RGB Variations
Color information
#DE896E (or 0xDE896E) is known color: Copper. HEX triplet: DE, 89 and 6E. RGB value is (222,137,110). Sum of RGB (Red+Green+Blue) = 222+137+110=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE896E is #217691. Grayscale: #9F9F9F. Windows color (decimal): -2193042 or 7244254. OLE color: 7244254.
HSL color Cylindrical-coordinate representation of color #DE896E: hue angle of 14.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE896E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 137 | 110 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.13 |
| HSL | 14.46º | 0.63% | 0.65% | - |
| HSV(B) | 14.46º | 0.5% | 0.87% | - |
| XYZ | 41.88 | 34.55 | 19.21 | - |
| YUV | 159.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 110 | 0 | 0.38 | 0.50 | 0.13 | 14.46 | 0.63 | 0.65 |
| Hex | DE | 89 | 6E | 0 | 26 | 32 | D | E | 3F | 41 |
| Octal | 336 | 211 | 156 | 0 | 46 | 62 | 15 | 16 | 77 | 101 |
| Binary | 11011110 | 10001001 | 1101110 | 0 | 100110 | 110010 | 1101 | 1110 | 111111 | 1000001 |
Color Harmonies of #DE896E
Complementary color
Monochromatic Colors of #DE896E
Black with #DE896E
Text Example
Text Example
White with #DE896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE896E; }
p { color: rgb(222,137,110); }
H1.HeaderClassName
{
color: #DE896E;
}
.AnyTagClassName
{
color: #DE896E;
}
</style>
background-color css
<style>
a { background-color: #DE896E; }
a { background-color: rgb(222,137,110); }
div.DivClassName
{
background-color: #DE896E;
}
.BgClassName
{
background-color: #DE896E;
}
</style>
border-color css
<style>
span { border-color: #DE896E; }
span { border-color: rgb(222,137,110); }
td.TdClassName
{
border-color: #DE896E;
}
.TagClassName
{
border-color: #DE896E;
}
</style>