#DC8665

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

Shades of Copper #DC8665

Tints of Copper #DC8665

Color information

#DC8665 (or 0xDC8665) is unknown color: approx Copper. HEX triplet: DC, 86 and 65. RGB value is (220,134,101). Sum of RGB (Red+Green+Blue) = 220+134+101=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8665 is #23799A. Grayscale: #9C9C9C. Windows color (decimal): -2324891 or 6653660. OLE color: 6653660.

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

Color convert

RGB220134101-
CMYK00.390.540.14
HSL16.64º62.96%62.94%-
HSV(B)16.64º54.09%86.27%-
XYZ40.3933.2116.59-
YUV155.9596.99173.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=48.35%
G=29.45%
B=22.20%

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
Decimal22013410100.390.540.1416.6462.9662.94
HexDC866502736E113f3f
Octal3342061450476616217777
Binary110111001000011011001010100111110110111010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8665; }

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

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

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

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

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

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

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

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