#DE946D

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

Shades of Copper #DE946D

Tints of Copper #DE946D

Color information

#DE946D (or 0xDE946D) is unknown color: approx Copper. HEX triplet: DE, 94 and 6D. RGB value is (222,148,109). Sum of RGB (Red+Green+Blue) = 222+148+109=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE946D is #216B92. Grayscale: #A5A5A5. Windows color (decimal): -2190227 or 7181534. OLE color: 7181534.

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

Color convert

RGB222148109-
CMYK00.330.510.13
HSL20.71º63.13%64.9%-
HSV(B)20.71º50.9%87.06%-
XYZ43.4737.8119.48-
YUV165.6896.02168.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=46.35%
G=30.90%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214810900.330.510.1320.7163.1364.9
HexDE946D02133D153f41
Octal33622415504163152577101
Binary1101111010010100110110101000011100111101101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE946D; }

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

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

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

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

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

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

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

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