#DE8A5D

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

Shades of Copper #DE8A5D

Tints of Copper #DE8A5D

Color information

#DE8A5D (or 0xDE8A5D) is unknown color: approx Copper. HEX triplet: DE, 8A and 5D. RGB value is (222,138,93). Sum of RGB (Red+Green+Blue) = 222+138+93=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A5D is #2175A2. Grayscale: #9E9E9E. Windows color (decimal): -2192803 or 6130398. OLE color: 6130398.

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

Color convert

RGB22213893-
CMYK00.380.580.13
HSL20.93º66.15%61.76%-
HSV(B)20.93º58.11%87.06%-
XYZ41.1934.514.84-
YUV157.9991.33173.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=49.01%
G=30.46%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221389300.380.580.1320.9366.1561.76
HexDE8A5D0263AD15423e
Octal33621213504672152510276
Binary1101111010001010101110101001101110101101101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8A5D; }

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

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

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

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

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

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

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

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