#DE8D69

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

Shades of Copper #DE8D69

Tints of Copper #DE8D69

Color information

#DE8D69 (or 0xDE8D69) is unknown color: approx Copper. HEX triplet: DE, 8D and 69. RGB value is (222,141,105). Sum of RGB (Red+Green+Blue) = 222+141+105=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D69 is #217296. Grayscale: #A1A1A1. Windows color (decimal): -2192023 or 6917598. OLE color: 6917598.

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

Color convert

RGB222141105-
CMYK00.360.530.13
HSL18.46º63.93%64.12%-
HSV(B)18.46º52.7%87.06%-
XYZ42.235.618.01-
YUV161.1196.34171.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=47.44%
G=30.13%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214110500.360.530.1318.4663.9364.12
HexDE8D6902435D124040
Octal336215151044651522100100
Binary11011110100011011101001010010011010111011001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D69; }

 p { color: rgb(222,141,105); }

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

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

 a { background-color: rgb(222,141,105); }

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

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

 span { border-color: rgb(222,141,105); }

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