#DE8F6E

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

Shades of Copper #DE8F6E

Tints of Copper #DE8F6E

Color information

#DE8F6E (or 0xDE8F6E) is unknown color: approx Copper. HEX triplet: DE, 8F and 6E. RGB value is (222,143,110). Sum of RGB (Red+Green+Blue) = 222+143+110=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F6E is #217091. Grayscale: #A3A3A3. Windows color (decimal): -2191506 or 7245790. OLE color: 7245790.

HSL color Cylindrical-coordinate representation of color #DE8F6E: hue angle of 17.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE8F6E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222143110-
CMYK00.360.500.13
HSL17.68º62.92%65.1%-
HSV(B)17.68º50.45%87.06%-
XYZ42.7636.319.5-
YUV162.8698.17170.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=46.74%
G=30.11%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214311000.360.500.1317.6862.9265.1
HexDE8F6E02432D123f41
Octal33621715604462152277101
Binary1101111010001111110111001001001100101101100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8F6E; }

 p { color: rgb(222,143,110); }

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

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

 a { background-color: rgb(222,143,110); }

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

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

 span { border-color: rgb(222,143,110); }

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