#DE8D71

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

Shades of Copper #DE8D71

Tints of Copper #DE8D71

Color information

#DE8D71 (or 0xDE8D71) is unknown color: approx Copper. HEX triplet: DE, 8D and 71. RGB value is (222,141,113). Sum of RGB (Red+Green+Blue) = 222+141+113=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D71 is #21728E. Grayscale: #A2A2A2. Windows color (decimal): -2192015 or 7441886. OLE color: 7441886.

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

Color convert

RGB222141113-
CMYK00.360.490.13
HSL15.41º62.29%65.69%-
HSV(B)15.41º49.1%87.06%-
XYZ42.6335.7720.28-
YUV162.03100.34170.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=46.64%
G=29.62%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214111300.360.490.1315.4162.2965.69
HexDE8D7102431Df3e42
Octal33621516104461151776102
Binary110111101000110111100010100100110001110111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D71; }

 p { color: rgb(222,141,113); }

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

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

 a { background-color: rgb(222,141,113); }

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

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

 span { border-color: rgb(222,141,113); }

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