#DE8D6A

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

Shades of Copper #DE8D6A

Tints of Copper #DE8D6A

Color information

#DE8D6A (or 0xDE8D6A) is unknown color: approx Copper. HEX triplet: DE, 8D and 6A. RGB value is (222,141,106). Sum of RGB (Red+Green+Blue) = 222+141+106=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D6A is #217295. Grayscale: #A1A1A1. Windows color (decimal): -2192022 or 6983134. OLE color: 6983134.

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

Color convert

RGB222141106-
CMYK00.360.520.13
HSL18.1º63.74%64.31%-
HSV(B)18.1º52.25%87.06%-
XYZ42.2535.6218.28-
YUV161.2396.84171.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=47.33%
G=30.06%
B=22.60%

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
Decimal22214110600.360.520.1318.163.7464.31
HexDE8D6A02434D124040
Octal336215152044641522100100
Binary11011110100011011101010010010011010011011001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D6A; }

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

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

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

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

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

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

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

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