#DE9366

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

Shades of Copper #DE9366

Tints of Copper #DE9366

Color information

#DE9366 (or 0xDE9366) is unknown color: approx Copper. HEX triplet: DE, 93 and 66. RGB value is (222,147,102). Sum of RGB (Red+Green+Blue) = 222+147+102=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9366 is #216C99. Grayscale: #A4A4A4. Windows color (decimal): -2190490 or 6722526. OLE color: 6722526.

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

Color convert

RGB222147102-
CMYK00.340.540.13
HSL22.5º64.52%63.53%-
HSV(B)22.5º54.05%87.06%-
XYZ42.9637.3617.52-
YUV164.392.85169.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=47.13%
G=31.21%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214710200.340.540.1322.564.5263.53
HexDE936602236D174140
Octal336223146042661527101100
Binary11011110100100111100110010001011011011011011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9366; }

 p { color: rgb(222,147,102); }

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

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

 a { background-color: rgb(222,147,102); }

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

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

 span { border-color: rgb(222,147,102); }

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