#DE8469

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

Shades of Copper #DE8469

Tints of Copper #DE8469

Color information

#DE8469 (or 0xDE8469) is unknown color: approx Copper. HEX triplet: DE, 84 and 69. RGB value is (222,132,105). Sum of RGB (Red+Green+Blue) = 222+132+105=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8469 is #217B96. Grayscale: #9C9C9C. Windows color (decimal): -2194327 or 6915294. OLE color: 6915294.

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

Color convert

RGB222132105-
CMYK00.410.530.13
HSL13.85º63.93%64.12%-
HSV(B)13.85º52.7%87.06%-
XYZ40.9333.0517.59-
YUV155.8399.32175.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=48.37%
G=28.76%
B=22.88%

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
Decimal22213210500.410.530.1313.8563.9364.12
HexDE846902935De4040
Octal336204151051651516100100
Binary1101111010000100110100101010011101011101111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8469; }

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

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

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

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

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

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

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

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