#DC855C

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

Shades of Copper #DC855C

Tints of Copper #DC855C

Color information

#DC855C (or 0xDC855C) is unknown color: approx Copper. HEX triplet: DC, 85 and 5C. RGB value is (220,133,92). Sum of RGB (Red+Green+Blue) = 220+133+92=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC855C is #237AA3. Grayscale: #9A9A9A. Windows color (decimal): -2325156 or 6063580. OLE color: 6063580.

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

Color convert

RGB22013392-
CMYK00.400.580.14
HSL19.22º64.65%61.18%-
HSV(B)19.22º58.18%86.27%-
XYZ39.8332.7614.35-
YUV154.3492.82174.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=49.44%
G=29.89%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201339200.400.580.1419.2264.6561.18
HexDC855C0283AE13413d
Octal33420513405072162310175
Binary1101110010000101101110001010001110101110100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC855C; }

 p { color: rgb(220,133,92); }

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

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

 a { background-color: rgb(220,133,92); }

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

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

 span { border-color: rgb(220,133,92); }

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