#DE8269

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

Shades of Copper #DE8269

Tints of Copper #DE8269

Color information

#DE8269 (or 0xDE8269) is unknown color: approx Copper. HEX triplet: DE, 82 and 69. RGB value is (222,130,105). Sum of RGB (Red+Green+Blue) = 222+130+105=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8269 is #217D96. Grayscale: #9A9A9A. Windows color (decimal): -2194839 or 6914782. OLE color: 6914782.

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

Color convert

RGB222130105-
CMYK00.410.530.13
HSL12.82º63.93%64.12%-
HSV(B)12.82º52.7%87.06%-
XYZ40.6632.5117.5-
YUV154.6699.98176.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=48.58%
G=28.45%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213010500.410.530.1312.8263.9364.12
HexDE826902935Dd4040
Octal336202151051651515100100
Binary1101111010000010110100101010011101011101110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8269; }

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

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

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

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

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

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

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

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