#DE9465

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

Shades of Copper #DE9465

Tints of Copper #DE9465

Color information

#DE9465 (or 0xDE9465) is unknown color: approx Copper. HEX triplet: DE, 94 and 65. RGB value is (222,148,101). Sum of RGB (Red+Green+Blue) = 222+148+101=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9465 is #216B9A. Grayscale: #A5A5A5. Windows color (decimal): -2190235 or 6657246. OLE color: 6657246.

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

Color convert

RGB222148101-
CMYK00.330.550.13
HSL23.31º64.71%63.33%-
HSV(B)23.31º54.5%87.06%-
XYZ43.0637.6517.31-
YUV164.7792.02168.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=47.13%
G=31.42%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214810100.330.550.1323.3164.7163.33
HexDE946502137D17413f
Octal33622414504167152710177
Binary1101111010010100110010101000011101111101101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9465; }

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

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

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

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

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

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

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

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