#DE9268

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

Shades of Copper #DE9268

Tints of Copper #DE9268

Color information

#DE9268 (or 0xDE9268) is unknown color: approx Copper. HEX triplet: DE, 92 and 68. RGB value is (222,146,104). Sum of RGB (Red+Green+Blue) = 222+146+104=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9268 is #216D97. Grayscale: #A4A4A4. Windows color (decimal): -2190744 or 6853342. OLE color: 6853342.

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

Color convert

RGB222146104-
CMYK00.340.530.13
HSL21.36º64.13%63.92%-
HSV(B)21.36º53.15%87.06%-
XYZ42.937.0917.99-
YUV163.9494.18169.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=47.03%
G=30.93%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214610400.340.530.1321.3664.1363.92
HexDE926802235D154040
Octal336222150042651525100100
Binary11011110100100101101000010001011010111011010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9268; }

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

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

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

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

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

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

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

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