#DC8C5E

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

Shades of Copper #DC8C5E

Tints of Copper #DC8C5E

Color information

#DC8C5E (or 0xDC8C5E) is unknown color: approx Copper. HEX triplet: DC, 8C and 5E. RGB value is (220,140,94). Sum of RGB (Red+Green+Blue) = 220+140+94=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C5E is #2373A1. Grayscale: #9E9E9E. Windows color (decimal): -2323362 or 6196444. OLE color: 6196444.

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

Color convert

RGB22014094-
CMYK00.360.570.14
HSL21.9º64.29%61.57%-
HSV(B)21.9º57.27%86.27%-
XYZ40.9134.7815.15-
YUV158.6891.5171.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.46%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=48.46%
G=30.84%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201409400.360.570.1421.964.2961.57
HexDC8C5E02439E16403e
Octal33421413604471162610076
Binary1101110010001100101111001001001110011110101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C5E; }

 p { color: rgb(220,140,94); }

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

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

 a { background-color: rgb(220,140,94); }

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

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

 span { border-color: rgb(220,140,94); }

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