#DA8261

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

Shades of Copper #DA8261

Tints of Copper #DA8261

Color information

#DA8261 (or 0xDA8261) is unknown color: approx Copper. HEX triplet: DA, 82 and 61. RGB value is (218,130,97). Sum of RGB (Red+Green+Blue) = 218+130+97=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8261 is #257D9E. Grayscale: #989898. Windows color (decimal): -2456991 or 6390490. OLE color: 6390490.

HSL color Cylindrical-coordinate representation of color #DA8261: hue angle of 16.36º 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 #DA8261 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21813097-
CMYK00.400.560.15
HSL16.36º62.05%61.76%-
HSV(B)16.36º55.5%85.49%-
XYZ39.0531.7315.38-
YUV152.5596.65174.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.99%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=48.99%
G=29.21%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181309700.400.560.1516.3662.0561.76
HexDA826102838F103e3e
Octal3322021410507017207676
Binary110110101000001011000010101000111000111110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8261; }

 p { color: rgb(218,130,97); }

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

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

 a { background-color: rgb(218,130,97); }

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

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

 span { border-color: rgb(218,130,97); }

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