#DE8C71

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

Shades of Copper #DE8C71

Tints of Copper #DE8C71

Color information

#DE8C71 (or 0xDE8C71) is unknown color: approx Copper. HEX triplet: DE, 8C and 71. RGB value is (222,140,113). Sum of RGB (Red+Green+Blue) = 222+140+113=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C71 is #21738E. Grayscale: #A1A1A1. Windows color (decimal): -2192271 or 7441630. OLE color: 7441630.

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

Color convert

RGB222140113-
CMYK00.370.490.13
HSL14.86º62.29%65.69%-
HSV(B)14.86º49.1%87.06%-
XYZ42.4835.4820.23-
YUV161.44100.67171.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=46.74%
G=29.47%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214011300.370.490.1314.8662.2965.69
HexDE8C7102531Df3e42
Octal33621416104561151776102
Binary110111101000110011100010100101110001110111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8C71; }

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

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

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

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

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

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

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

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