#DE9468

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

Shades of Copper #DE9468

Tints of Copper #DE9468

Color information

#DE9468 (or 0xDE9468) is unknown color: approx Copper. HEX triplet: DE, 94 and 68. RGB value is (222,148,104). Sum of RGB (Red+Green+Blue) = 222+148+104=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9468 is #216B97. Grayscale: #A5A5A5. Windows color (decimal): -2190232 or 6853854. OLE color: 6853854.

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

Color convert

RGB222148104-
CMYK00.330.530.13
HSL22.37º64.13%63.92%-
HSV(B)22.37º53.15%87.06%-
XYZ43.2137.7118.1-
YUV165.1193.52168.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.84%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 104 (41.02% from 255) = 21.94%
R=46.84%
G=31.22%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214810400.330.530.1322.3764.1363.92
HexDE946802135D164040
Octal336224150041651526100100
Binary11011110100101001101000010000111010111011011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9468; }

 p { color: rgb(222,148,104); }

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

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

 a { background-color: rgb(222,148,104); }

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

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

 span { border-color: rgb(222,148,104); }

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