#DC8561

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

Shades of Copper #DC8561

Tints of Copper #DC8561

Color information

#DC8561 (or 0xDC8561) is unknown color: approx Copper. HEX triplet: DC, 85 and 61. RGB value is (220,133,97). Sum of RGB (Red+Green+Blue) = 220+133+97=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8561 is #237A9E. Grayscale: #9B9B9B. Windows color (decimal): -2325151 or 6391260. OLE color: 6391260.

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

Color convert

RGB22013397-
CMYK00.400.560.14
HSL17.56º63.73%62.16%-
HSV(B)17.56º55.91%86.27%-
XYZ40.0632.8515.54-
YUV154.9195.32174.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=48.89%
G=29.56%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201339700.400.560.1417.5663.7362.16
HexDC856102838E12403e
Octal33420514105070162210076
Binary1101110010000101110000101010001110001110100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8561; }

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

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

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

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

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

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

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

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