#DE9069

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

Shades of Copper #DE9069

Tints of Copper #DE9069

Color information

#DE9069 (or 0xDE9069) is unknown color: approx Copper. HEX triplet: DE, 90 and 69. RGB value is (222,144,105). Sum of RGB (Red+Green+Blue) = 222+144+105=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9069 is #216F96. Grayscale: #A3A3A3. Windows color (decimal): -2191255 or 6918366. OLE color: 6918366.

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

Color convert

RGB222144105-
CMYK00.350.530.13
HSL20º63.93%64.12%-
HSV(B)20º52.7%87.06%-
XYZ42.6536.518.16-
YUV162.8895.34170.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=47.13%
G=30.57%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214410500.350.530.132063.9364.12
HexDE906902335D144040
Octal336220151043651524100100
Binary11011110100100001101001010001111010111011010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9069; }

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

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

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

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

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

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

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

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