#DE916F

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

Shades of Copper #DE916F

Tints of Copper #DE916F

Color information

#DE916F (or 0xDE916F) is unknown color: approx Copper. HEX triplet: DE, 91 and 6F. RGB value is (222,145,111). Sum of RGB (Red+Green+Blue) = 222+145+111=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE916F is #216E90. Grayscale: #A4A4A4. Windows color (decimal): -2190993 or 7311838. OLE color: 7311838.

HSL color Cylindrical-coordinate representation of color #DE916F: hue angle of 18.38º 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 #DE916F is Cyan = 0, Magento = 0.35, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222145111-
CMYK00.350.50.13
HSL18.38º62.71%65.29%-
HSV(B)18.38º50%87.06%-
XYZ43.1236.9319.89-
YUV164.1598.01169.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=46.44%
G=30.33%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214511100.350.50.1318.3862.7165.29
HexDE916F02332D123f41
Octal33622115704362152277101
Binary1101111010010001110111101000111100101101100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE916F; }

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

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

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

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

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

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

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

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