#DC8765

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

Shades of Copper #DC8765

Tints of Copper #DC8765

Color information

#DC8765 (or 0xDC8765) is unknown color: approx Copper. HEX triplet: DC, 87 and 65. RGB value is (220,135,101). Sum of RGB (Red+Green+Blue) = 220+135+101=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8765 is #23789A. Grayscale: #9C9C9C. Windows color (decimal): -2324635 or 6653916. OLE color: 6653916.

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

Color convert

RGB220135101-
CMYK00.390.540.14
HSL17.14º62.96%62.94%-
HSV(B)17.14º54.09%86.27%-
XYZ40.5333.4816.64-
YUV156.5496.66173.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=48.25%
G=29.61%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013510100.390.540.1417.1462.9662.94
HexDC876502736E113f3f
Octal3342071450476616217777
Binary110111001000011111001010100111110110111010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8765; }

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

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

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

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

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

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

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

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