#DC956C

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

Shades of Copper #DC956C

Tints of Copper #DC956C

Color information

#DC956C (or 0xDC956C) is unknown color: approx Copper. HEX triplet: DC, 95 and 6C. RGB value is (220,149,108). Sum of RGB (Red+Green+Blue) = 220+149+108=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956C is #236A93. Grayscale: #A5A5A5. Windows color (decimal): -2321044 or 7116252. OLE color: 7116252.

HSL color Cylindrical-coordinate representation of color #DC956C: hue angle of 21.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC956C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220149108-
CMYK00.320.510.14
HSL21.96º61.54%64.31%-
HSV(B)21.96º50.91%86.27%-
XYZ42.9737.7919.22-
YUV165.5695.52166.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=46.12%
G=31.24%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014910800.320.510.1421.9661.5464.31
HexDC956C02033E163e40
Octal33422515404063162676100
Binary1101110010010101110110001000001100111110101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC956C; }

 p { color: rgb(220,149,108); }

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

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

 a { background-color: rgb(220,149,108); }

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

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

 span { border-color: rgb(220,149,108); }

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