#DC946D

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

Shades of Copper #DC946D

Tints of Copper #DC946D

Color information

#DC946D (or 0xDC946D) is unknown color: approx Copper. HEX triplet: DC, 94 and 6D. RGB value is (220,148,109). Sum of RGB (Red+Green+Blue) = 220+148+109=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC946D is #236B92. Grayscale: #A5A5A5. Windows color (decimal): -2321299 or 7181532. OLE color: 7181532.

HSL color Cylindrical-coordinate representation of color #DC946D: hue angle of 21.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC946D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220148109-
CMYK00.330.500.14
HSL21.08º61.33%64.51%-
HSV(B)21.08º50.45%86.27%-
XYZ42.8737.519.45-
YUV165.0896.35167.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=46.12%
G=31.03%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014810900.330.500.1421.0861.3364.51
HexDC946D02132E153d41
Octal33422415504162162575101
Binary1101110010010100110110101000011100101110101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC946D; }

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

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

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

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

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

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

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

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