#DC8E71

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

Shades of Copper #DC8E71

Tints of Copper #DC8E71

Color information

#DC8E71 (or 0xDC8E71) is unknown color: approx Copper. HEX triplet: DC, 8E and 71. RGB value is (220,142,113). Sum of RGB (Red+Green+Blue) = 220+142+113=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E71 is #23718E. Grayscale: #A2A2A2. Windows color (decimal): -2322831 or 7442140. OLE color: 7442140.

HSL color Cylindrical-coordinate representation of color #DC8E71: hue angle of 16.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC8E71 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220142113-
CMYK00.350.490.14
HSL16.26º60.45%65.29%-
HSV(B)16.26º48.64%86.27%-
XYZ42.1735.7520.3-
YUV162.02100.34169.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=46.32%
G=29.89%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014211300.350.490.1416.2660.4565.29
HexDC8E7102331E103c41
Octal33421616104361162074101
Binary1101110010001110111000101000111100011110100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E71; }

 p { color: rgb(220,142,113); }

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

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

 a { background-color: rgb(220,142,113); }

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

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

 span { border-color: rgb(220,142,113); }

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