#DE956F

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

Shades of Copper #DE956F

Tints of Copper #DE956F

Color information

#DE956F (or 0xDE956F) is unknown color: approx Copper. HEX triplet: DE, 95 and 6F. RGB value is (222,149,111). Sum of RGB (Red+Green+Blue) = 222+149+111=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE956F is #216A90. Grayscale: #A6A6A6. Windows color (decimal): -2189969 or 7312862. OLE color: 7312862.

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

Color convert

RGB222149111-
CMYK00.330.50.13
HSL20.54º62.71%65.29%-
HSV(B)20.54º50%87.06%-
XYZ43.7438.1720.1-
YUV166.596.68167.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=46.06%
G=30.91%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214911100.330.50.1320.5462.7165.29
HexDE956F02132D153f41
Octal33622515704162152577101
Binary1101111010010101110111101000011100101101101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE956F; }

 p { color: rgb(222,149,111); }

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

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

 a { background-color: rgb(222,149,111); }

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

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

 span { border-color: rgb(222,149,111); }

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