#DE895A

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

Shades of Copper #DE895A

Tints of Copper #DE895A

Color information

#DE895A (or 0xDE895A) is unknown color: approx Copper. HEX triplet: DE, 89 and 5A. RGB value is (222,137,90). Sum of RGB (Red+Green+Blue) = 222+137+90=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE895A is #2176A5. Grayscale: #9D9D9D. Windows color (decimal): -2193062 or 5933534. OLE color: 5933534.

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

Color convert

RGB22213790-
CMYK00.380.590.13
HSL21.36º66.67%61.18%-
HSV(B)21.36º59.46%87.06%-
XYZ40.9234.1614.11-
YUV157.0690.16174.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=49.44%
G=30.51%
B=20.04%

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
Decimal2221379000.380.590.1321.3666.6761.18
HexDE895A0263BD15433d
Octal33621113204673152510375
Binary1101111010001001101101001001101110111101101011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE895A; }

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

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

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

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

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

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

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

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