#DC8E6F

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

Shades of Copper #DC8E6F

Tints of Copper #DC8E6F

Color information

#DC8E6F (or 0xDC8E6F) is unknown color: approx Copper. HEX triplet: DC, 8E and 6F. RGB value is (220,142,111). Sum of RGB (Red+Green+Blue) = 220+142+111=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E6F is #237190. Grayscale: #A1A1A1. Windows color (decimal): -2322833 or 7311068. OLE color: 7311068.

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

Color convert

RGB220142111-
CMYK00.350.500.14
HSL17.06º60.89%64.9%-
HSV(B)17.06º49.55%86.27%-
XYZ42.0635.7119.71-
YUV161.7999.34169.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=46.51%
G=30.02%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014211100.350.500.1417.0660.8964.9
HexDC8E6F02332E113d41
Octal33421615704362162175101
Binary1101110010001110110111101000111100101110100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E6F; }

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

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

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

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

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

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

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

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