#DE8563

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

Shades of Copper #DE8563

Tints of Copper #DE8563

Color information

#DE8563 (or 0xDE8563) is unknown color: approx Copper. HEX triplet: DE, 85 and 63. RGB value is (222,133,99). Sum of RGB (Red+Green+Blue) = 222+133+99=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8563 is #217A9C. Grayscale: #9B9B9B. Windows color (decimal): -2194077 or 6522334. OLE color: 6522334.

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

Color convert

RGB22213399-
CMYK00.400.550.13
HSL16.59º65.08%62.94%-
HSV(B)16.59º55.41%87.06%-
XYZ40.7633.2116.07-
YUV155.7495.99175.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=48.90%
G=29.30%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221339900.400.550.1316.5965.0862.94
HexDE856302837D11413f
Octal33620514305067152110177
Binary1101111010000101110001101010001101111101100011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8563; }

 p { color: rgb(222,133,99); }

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

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

 a { background-color: rgb(222,133,99); }

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

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

 span { border-color: rgb(222,133,99); }

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