#DE895C

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

Shades of Copper #DE895C

Tints of Copper #DE895C

Color information

#DE895C (or 0xDE895C) is unknown color: approx Copper. HEX triplet: DE, 89 and 5C. RGB value is (222,137,92). Sum of RGB (Red+Green+Blue) = 222+137+92=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE895C is #2176A3. Grayscale: #9D9D9D. Windows color (decimal): -2193060 or 6064606. OLE color: 6064606.

HSL color Cylindrical-coordinate representation of color #DE895C: hue angle of 20.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE895C is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22213792-
CMYK00.380.590.13
HSL20.77º66.33%61.57%-
HSV(B)20.77º58.56%87.06%-
XYZ4134.1914.56-
YUV157.2891.16174.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=49.22%
G=30.38%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221379200.380.590.1320.7766.3361.57
HexDE895C0263BD15423e
Octal33621113404673152510276
Binary1101111010001001101110001001101110111101101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE895C; }

 p { color: rgb(222,137,92); }

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

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

 a { background-color: rgb(222,137,92); }

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

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

 span { border-color: rgb(222,137,92); }

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