#DE885E

Color #DE885E Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #DE885E

Tints of Copper #DE885E

Color information

#DE885E (or 0xDE885E) is unknown color: approx Copper. HEX triplet: DE, 88 and 5E. RGB value is (222,136,94). Sum of RGB (Red+Green+Blue) = 222+136+94=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE885E is #2177A1. Grayscale: #9D9D9D. Windows color (decimal): -2193314 or 6195422. OLE color: 6195422.

HSL color Cylindrical-coordinate representation of color #DE885E: hue angle of 19.69º 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 #DE885E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22213694-
CMYK00.390.580.13
HSL19.69º65.98%61.96%-
HSV(B)19.69º57.66%87.06%-
XYZ40.9533.9514.98-
YUV156.9392.49174.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=49.12%
G=30.09%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221369400.390.580.1319.6965.9861.96
HexDE885E0273AD14423e
Octal33621013604772152410276
Binary1101111010001000101111001001111110101101101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE885E; }

 p { color: rgb(222,136,94); }

 H1.HeaderClassName
 {
   color: #DE885E;
 }
 .AnyTagClassName
 {
   color: #DE885E;
 }
</style>
background-color css

<style>
 a { background-color: #DE885E; }

 a { background-color: rgb(222,136,94); }

 div.DivClassName
 {
   background-color: #DE885E;
 }
 .BgClassName
 {
   background-color: #DE885E;
 }
</style>
border-color css

<style>
 span { border-color: #DE885E; }

 span { border-color: rgb(222,136,94); }

 td.TdClassName
 {
   border-color: #DE885E;
 }
 .TagClassName
 {
   border-color: #DE885E;
 }
</style>