#DE8164

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

Shades of Copper #DE8164

Tints of Copper #DE8164

Color information

#DE8164 (or 0xDE8164) is unknown color: approx Copper. HEX triplet: DE, 81 and 64. RGB value is (222,129,100). Sum of RGB (Red+Green+Blue) = 222+129+100=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8164 is #217E9B. Grayscale: #999999. Windows color (decimal): -2195100 or 6586846. OLE color: 6586846.

HSL color Cylindrical-coordinate representation of color #DE8164: hue angle of 14.26º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE8164 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB222129100-
CMYK00.420.550.13
HSL14.26º64.89%63.14%-
HSV(B)14.26º54.95%87.06%-
XYZ40.2732.1516.14-
YUV153.597.81176.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=49.22%
G=28.60%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212910000.420.550.1314.2664.8963.14
HexDE816402A37De413f
Octal33620114405267151610177
Binary110111101000000111001000101010110111110111101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8164; }

 p { color: rgb(222,129,100); }

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

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

 a { background-color: rgb(222,129,100); }

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

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

 span { border-color: rgb(222,129,100); }

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