#DE946E

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

Shades of Copper #DE946E

Tints of Copper #DE946E

Color information

#DE946E (or 0xDE946E) is unknown color: approx Copper. HEX triplet: DE, 94 and 6E. RGB value is (222,148,110). Sum of RGB (Red+Green+Blue) = 222+148+110=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE946E is #216B91. Grayscale: #A6A6A6. Windows color (decimal): -2190226 or 7247070. OLE color: 7247070.

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

Color convert

RGB222148110-
CMYK00.330.500.13
HSL20.36º62.92%65.1%-
HSV(B)20.36º50.45%87.06%-
XYZ43.5337.8419.76-
YUV165.7996.52168.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=46.25%
G=30.83%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214811000.330.500.1320.3662.9265.1
HexDE946E02132D143f41
Octal33622415604162152477101
Binary1101111010010100110111001000011100101101101001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE946E; }

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

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

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

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

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

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

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

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