#DE8E6A

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

Shades of Copper #DE8E6A

Tints of Copper #DE8E6A

Color information

#DE8E6A (or 0xDE8E6A) is unknown color: approx Copper. HEX triplet: DE, 8E and 6A. RGB value is (222,142,106). Sum of RGB (Red+Green+Blue) = 222+142+106=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8E6A is #217195. Grayscale: #A2A2A2. Windows color (decimal): -2191766 or 6983390. OLE color: 6983390.

HSL color Cylindrical-coordinate representation of color #DE8E6A: hue angle of 18.62º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE8E6A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB222142106-
CMYK00.360.520.13
HSL18.62º63.74%64.31%-
HSV(B)18.62º52.25%87.06%-
XYZ42.435.9218.33-
YUV161.8296.5170.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=47.23%
G=30.21%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214210600.360.520.1318.6263.7464.31
HexDE8E6A02434D134040
Octal336216152044641523100100
Binary11011110100011101101010010010011010011011001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8E6A; }

 p { color: rgb(222,142,106); }

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

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

 a { background-color: rgb(222,142,106); }

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

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

 span { border-color: rgb(222,142,106); }

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