#DE885D

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

Shades of Copper #DE885D

Tints of Copper #DE885D

Color information

#DE885D (or 0xDE885D) is unknown color: approx Copper. HEX triplet: DE, 88 and 5D. RGB value is (222,136,93). Sum of RGB (Red+Green+Blue) = 222+136+93=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE885D is #2177A2. Grayscale: #9D9D9D. Windows color (decimal): -2193315 or 6129886. OLE color: 6129886.

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

Color convert

RGB22213693-
CMYK00.390.580.13
HSL20º66.15%61.76%-
HSV(B)20º58.11%87.06%-
XYZ40.933.9314.75-
YUV156.8191.99174.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=49.22%
G=30.16%
B=20.62%

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
Decimal2221369300.390.580.132066.1561.76
HexDE885D0273AD14423e
Octal33621013504772152410276
Binary1101111010001000101110101001111110101101101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE885D; }

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

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

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

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

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

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

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

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