#DE8869

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

Shades of Copper #DE8869

Tints of Copper #DE8869

Color information

#DE8869 (or 0xDE8869) is unknown color: approx Copper. HEX triplet: DE, 88 and 69. RGB value is (222,136,105). Sum of RGB (Red+Green+Blue) = 222+136+105=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8869 is #217796. Grayscale: #9E9E9E. Windows color (decimal): -2193303 or 6916318. OLE color: 6916318.

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

Color convert

RGB222136105-
CMYK00.390.530.13
HSL15.9º63.93%64.12%-
HSV(B)15.9º52.7%87.06%-
XYZ41.4834.1617.77-
YUV158.1897.99173.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=47.95%
G=29.37%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213610500.390.530.1315.963.9364.12
HexDE886902735D104040
Octal336210151047651520100100
Binary11011110100010001101001010011111010111011000010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8869; }

 p { color: rgb(222,136,105); }

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

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

 a { background-color: rgb(222,136,105); }

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

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

 span { border-color: rgb(222,136,105); }

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