#DE9265

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

Shades of Copper #DE9265

Tints of Copper #DE9265

Color information

#DE9265 (or 0xDE9265) is unknown color: approx Copper. HEX triplet: DE, 92 and 65. RGB value is (222,146,101). Sum of RGB (Red+Green+Blue) = 222+146+101=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9265 is #216D9A. Grayscale: #A3A3A3. Windows color (decimal): -2190747 or 6656734. OLE color: 6656734.

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

Color convert

RGB222146101-
CMYK00.340.550.13
HSL22.31º64.71%63.33%-
HSV(B)22.31º54.5%87.06%-
XYZ42.7537.0317.21-
YUV163.5992.68169.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=47.33%
G=31.13%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214610100.340.550.1322.3164.7163.33
HexDE926502237D16413f
Octal33622214504267152610177
Binary1101111010010010110010101000101101111101101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9265; }

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

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

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

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

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

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

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

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