#DE9169

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

Shades of Copper #DE9169

Tints of Copper #DE9169

Color information

#DE9169 (or 0xDE9169) is unknown color: approx Copper. HEX triplet: DE, 91 and 69. RGB value is (222,145,105). Sum of RGB (Red+Green+Blue) = 222+145+105=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9169 is #216E96. Grayscale: #A3A3A3. Windows color (decimal): -2190999 or 6918622. OLE color: 6918622.

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

Color convert

RGB222145105-
CMYK00.350.530.13
HSL20.51º63.93%64.12%-
HSV(B)20.51º52.7%87.06%-
XYZ42.836.818.21-
YUV163.4695.01169.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=47.03%
G=30.72%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214510500.350.530.1320.5163.9364.12
HexDE916902335D154040
Octal336221151043651525100100
Binary11011110100100011101001010001111010111011010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9169; }

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

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

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

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

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

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

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

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