#DE8259

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

Shades of Copper #DE8259

Tints of Copper #DE8259

Color information

#DE8259 (or 0xDE8259) is unknown color: approx Copper. HEX triplet: DE, 82 and 59. RGB value is (222,130,89). Sum of RGB (Red+Green+Blue) = 222+130+89=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8259 is #217DA6. Grayscale: #999999. Windows color (decimal): -2194855 or 5866206. OLE color: 5866206.

HSL color Cylindrical-coordinate representation of color #DE8259: hue angle of 18.5º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE8259 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22213089-
CMYK00.410.600.13
HSL18.5º66.83%60.98%-
HSV(B)18.5º59.91%87.06%-
XYZ39.9132.2213.57-
YUV152.8391.98177.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=50.34%
G=29.48%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221308900.410.600.1318.566.8360.98
HexDE82590293CD12433d
Octal33620213105174152210375
Binary1101111010000010101100101010011111001101100101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8259; }

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

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

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

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

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

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

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

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