#DE906E

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

Shades of Copper #DE906E

Tints of Copper #DE906E

Color information

#DE906E (or 0xDE906E) is unknown color: approx Copper. HEX triplet: DE, 90 and 6E. RGB value is (222,144,110). Sum of RGB (Red+Green+Blue) = 222+144+110=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE906E is #216F91. Grayscale: #A3A3A3. Windows color (decimal): -2191250 or 7246046. OLE color: 7246046.

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

Color convert

RGB222144110-
CMYK00.350.500.13
HSL18.21º62.92%65.1%-
HSV(B)18.21º50.45%87.06%-
XYZ42.9136.619.56-
YUV163.4597.84169.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=46.64%
G=30.25%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214411000.350.500.1318.2162.9265.1
HexDE906E02332D123f41
Octal33622015604362152277101
Binary1101111010010000110111001000111100101101100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE906E; }

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

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

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

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

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

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

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

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