#DC8861

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

Shades of Copper #DC8861

Tints of Copper #DC8861

Color information

#DC8861 (or 0xDC8861) is unknown color: approx Copper. HEX triplet: DC, 88 and 61. RGB value is (220,136,97). Sum of RGB (Red+Green+Blue) = 220+136+97=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8861 is #23779E. Grayscale: #9C9C9C. Windows color (decimal): -2324383 or 6392028. OLE color: 6392028.

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

Color convert

RGB22013697-
CMYK00.380.560.14
HSL19.02º63.73%62.16%-
HSV(B)19.02º55.91%86.27%-
XYZ40.4833.6915.68-
YUV156.6794.33173.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=48.57%
G=30.02%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201369700.380.560.1419.0263.7362.16
HexDC886102638E13403e
Octal33421014104670162310076
Binary1101110010001000110000101001101110001110100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8861; }

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

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

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

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

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

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

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

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