#DC8864

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

Shades of Copper #DC8864

Tints of Copper #DC8864

Color information

#DC8864 (or 0xDC8864) is unknown color: approx Copper. HEX triplet: DC, 88 and 64. RGB value is (220,136,100). Sum of RGB (Red+Green+Blue) = 220+136+100=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8864 is #23779B. Grayscale: #9D9D9D. Windows color (decimal): -2324380 or 6588636. OLE color: 6588636.

HSL color Cylindrical-coordinate representation of color #DC8864: hue angle of 18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8864 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB220136100-
CMYK00.380.550.14
HSL18º63.16%62.75%-
HSV(B)18º54.55%86.27%-
XYZ40.6233.7416.43-
YUV157.0195.83172.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 100 (39.45% from 255) = 21.93%
R=48.25%
G=29.82%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013610000.380.550.141863.1662.75
HexDC886402637E123f3f
Octal3342101440466716227777
Binary110111001000100011001000100110110111111010010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8864; }

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

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

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

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

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

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

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

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