#DE906D

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

Shades of Copper #DE906D

Tints of Copper #DE906D

Color information

#DE906D (or 0xDE906D) is unknown color: approx Copper. HEX triplet: DE, 90 and 6D. RGB value is (222,144,109). Sum of RGB (Red+Green+Blue) = 222+144+109=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE906D is #216F92. Grayscale: #A3A3A3. Windows color (decimal): -2191251 or 7180510. OLE color: 7180510.

HSL color Cylindrical-coordinate representation of color #DE906D: hue angle of 18.58º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE906D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB222144109-
CMYK00.350.510.13
HSL18.58º63.13%64.9%-
HSV(B)18.58º50.9%87.06%-
XYZ42.8636.5819.27-
YUV163.3397.34169.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=46.74%
G=30.32%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214410900.350.510.1318.5863.1364.9
HexDE906D02333D133f41
Octal33622015504363152377101
Binary1101111010010000110110101000111100111101100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE906D; }

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

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

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

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

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

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

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

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