#DE9170

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

Shades of Copper #DE9170

Tints of Copper #DE9170

Color information

#DE9170 (or 0xDE9170) is unknown color: approx Copper. HEX triplet: DE, 91 and 70. RGB value is (222,145,112). Sum of RGB (Red+Green+Blue) = 222+145+112=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9170 is #216E8F. Grayscale: #A4A4A4. Windows color (decimal): -2190992 or 7377374. OLE color: 7377374.

HSL color Cylindrical-coordinate representation of color #DE9170: hue angle of 18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE9170 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222145112-
CMYK00.350.500.13
HSL18º62.5%65.49%-
HSV(B)18º49.55%87.06%-
XYZ43.1736.9520.19-
YUV164.2698.51169.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=46.35%
G=30.27%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214511200.350.500.131862.565.49
HexDE917002332D123e41
Octal33622116004362152276101
Binary1101111010010001111000001000111100101101100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9170; }

 p { color: rgb(222,145,112); }

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

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

 a { background-color: rgb(222,145,112); }

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

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

 span { border-color: rgb(222,145,112); }

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