#DE856A

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

Shades of Copper #DE856A

Tints of Copper #DE856A

Color information

#DE856A (or 0xDE856A) is unknown color: approx Copper. HEX triplet: DE, 85 and 6A. RGB value is (222,133,106). Sum of RGB (Red+Green+Blue) = 222+133+106=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE856A is #217A95. Grayscale: #9C9C9C. Windows color (decimal): -2194070 or 6981086. OLE color: 6981086.

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

Color convert

RGB222133106-
CMYK00.400.520.13
HSL13.97º63.74%64.31%-
HSV(B)13.97º52.25%87.06%-
XYZ41.1133.3517.91-
YUV156.5399.49174.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=48.16%
G=28.85%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213310600.400.520.1313.9763.7464.31
HexDE856A02834De4040
Octal336205152050641516100100
Binary1101111010000101110101001010001101001101111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE856A; }

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

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

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

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

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

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

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

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