#dc9065

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

Shades of Copper #DC9065

Tints of Copper #DC9065

Color information

#DC9065 (or 0xDC9065) is unknown color: approx Copper. HEX triplet: DC, 90 and 65. RGB value is (220,144,101). Sum of RGB (Red+Green+Blue) = 220+144+101=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9065 is #236F9A. Grayscale: #A2A2A2. Windows color (decimal): -2322331 or 6656220. OLE color: 6656220.

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

Color convert

RGB220144101-
CMYK00.350.540.14
HSL21.68º62.96%62.94%-
HSV(B)21.68º54.09%86.27%-
XYZ41.8436.117.08-
YUV161.8293.68169.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=47.31%
G=30.97%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014410100.350.540.1421.6862.9662.94
HexDC906502336E163f3f
Octal3342201450436616267777
Binary110111001001000011001010100011110110111010110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9065; }

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

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

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

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

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

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

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

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