#dc8760

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

Shades of Copper #DC8760

Tints of Copper #DC8760

Color information

#DC8760 (or 0xDC8760) is unknown color: approx Copper. HEX triplet: DC, 87 and 60. RGB value is (220,135,96). Sum of RGB (Red+Green+Blue) = 220+135+96=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8760 is #23789F. Grayscale: #9C9C9C. Windows color (decimal): -2324640 or 6326236. OLE color: 6326236.

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

Color convert

RGB22013596-
CMYK00.390.560.14
HSL18.87º63.92%61.96%-
HSV(B)18.87º56.36%86.27%-
XYZ40.2933.3915.39-
YUV155.9794.16173.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.78%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=48.78%
G=29.93%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201359600.390.560.1418.8763.9261.96
HexDC876002738E13403e
Octal33420714004770162310076
Binary1101110010000111110000001001111110001110100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8760; }

 p { color: rgb(220,135,96); }

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

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

 a { background-color: rgb(220,135,96); }

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

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

 span { border-color: rgb(220,135,96); }

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