#DC976C

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

Shades of Copper #DC976C

Tints of Copper #DC976C

Color information

#DC976C (or 0xDC976C) is unknown color: approx Copper. HEX triplet: DC, 97 and 6C. RGB value is (220,151,108). Sum of RGB (Red+Green+Blue) = 220+151+108=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976C is #236893. Grayscale: #A6A6A6. Windows color (decimal): -2320532 or 7116764. OLE color: 7116764.

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

Color convert

RGB220151108-
CMYK00.310.510.14
HSL23.04º61.54%64.31%-
HSV(B)23.04º50.91%86.27%-
XYZ43.2938.4319.32-
YUV166.7394.86166-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=45.93%
G=31.52%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015110800.310.510.1423.0461.5464.31
HexDC976C01F33E173e40
Octal33422715403763162776100
Binary110111001001011111011000111111100111110101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC976C; }

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

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

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

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

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

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

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

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