#DA8C60

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

Shades of Copper #DA8C60

Tints of Copper #DA8C60

Color information

#DA8C60 (or 0xDA8C60) is unknown color: approx Copper. HEX triplet: DA, 8C and 60. RGB value is (218,140,96). Sum of RGB (Red+Green+Blue) = 218+140+96=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C60 is #25739F. Grayscale: #9E9E9E. Windows color (decimal): -2454432 or 6327514. OLE color: 6327514.

HSL color Cylindrical-coordinate representation of color #DA8C60: hue angle of 21.64º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8C60 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21814096-
CMYK00.360.560.15
HSL21.64º62.24%61.57%-
HSV(B)21.64º55.96%85.49%-
XYZ40.434.5115.6-
YUV158.3192.84170.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=48.02%
G=30.84%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181409600.360.560.1521.6462.2461.57
HexDA8C6002438F163e3e
Octal3322141400447017267676
Binary110110101000110011000000100100111000111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C60; }

 p { color: rgb(218,140,96); }

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

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

 a { background-color: rgb(218,140,96); }

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

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

 span { border-color: rgb(218,140,96); }

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