#DE8266

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

Shades of Copper #DE8266

Tints of Copper #DE8266

Color information

#DE8266 (or 0xDE8266) is unknown color: approx Copper. HEX triplet: DE, 82 and 66. RGB value is (222,130,102). Sum of RGB (Red+Green+Blue) = 222+130+102=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8266 is #217D99. Grayscale: #9A9A9A. Windows color (decimal): -2194842 or 6718174. OLE color: 6718174.

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

Color convert

RGB222130102-
CMYK00.410.540.13
HSL14º64.52%63.53%-
HSV(B)14º54.05%87.06%-
XYZ40.5132.4516.7-
YUV154.3298.48176.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=48.90%
G=28.63%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213010200.410.540.131464.5263.53
HexDE826602936De4140
Octal336202146051661516101100
Binary1101111010000010110011001010011101101101111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8266; }

 p { color: rgb(222,130,102); }

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

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

 a { background-color: rgb(222,130,102); }

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

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

 span { border-color: rgb(222,130,102); }

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