#DE8665

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

Shades of Copper #DE8665

Tints of Copper #DE8665

Color information

#DE8665 (or 0xDE8665) is unknown color: approx Copper. HEX triplet: DE, 86 and 65. RGB value is (222,134,101). Sum of RGB (Red+Green+Blue) = 222+134+101=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8665 is #21799A. Grayscale: #9C9C9C. Windows color (decimal): -2193819 or 6653662. OLE color: 6653662.

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

Color convert

RGB222134101-
CMYK00.400.550.13
HSL16.36º64.71%63.33%-
HSV(B)16.36º54.5%87.06%-
XYZ4133.5216.62-
YUV156.5596.65174.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=48.58%
G=29.32%
B=22.10%

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
Decimal22213410100.400.550.1316.3664.7163.33
HexDE866502837D10413f
Octal33620614505067152010177
Binary1101111010000110110010101010001101111101100001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8665; }

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

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

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

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

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

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

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

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