#DE9064

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

Shades of Copper #DE9064

Tints of Copper #DE9064

Color information

#DE9064 (or 0xDE9064) is unknown color: approx Copper. HEX triplet: DE, 90 and 64. RGB value is (222,144,100). Sum of RGB (Red+Green+Blue) = 222+144+100=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9064 is #216F9B. Grayscale: #A2A2A2. Windows color (decimal): -2191260 or 6590686. OLE color: 6590686.

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

Color convert

RGB222144100-
CMYK00.350.550.13
HSL21.64º64.89%63.14%-
HSV(B)21.64º54.95%87.06%-
XYZ42.436.416.85-
YUV162.3192.84170.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=47.64%
G=30.90%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214410000.350.550.1321.6464.8963.14
HexDE906402337D16413f
Octal33622014404367152610177
Binary1101111010010000110010001000111101111101101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9064; }

 p { color: rgb(222,144,100); }

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

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

 a { background-color: rgb(222,144,100); }

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

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

 span { border-color: rgb(222,144,100); }

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