#DE885C

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

Shades of Copper #DE885C

Tints of Copper #DE885C

Color information

#DE885C (or 0xDE885C) is unknown color: approx Copper. HEX triplet: DE, 88 and 5C. RGB value is (222,136,92). Sum of RGB (Red+Green+Blue) = 222+136+92=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE885C is #2177A3. Grayscale: #9C9C9C. Windows color (decimal): -2193316 or 6064350. OLE color: 6064350.

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

Color convert

RGB22213692-
CMYK00.390.590.13
HSL20.31º66.33%61.57%-
HSV(B)20.31º58.56%87.06%-
XYZ40.8633.9114.52-
YUV156.791.49174.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=49.33%
G=30.22%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221369200.390.590.1320.3166.3361.57
HexDE885C0273BD14423e
Octal33621013404773152410276
Binary1101111010001000101110001001111110111101101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE885C; }

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

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

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

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

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

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

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

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