#DA8D61

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

Shades of Copper #DA8D61

Tints of Copper #DA8D61

Color information

#DA8D61 (or 0xDA8D61) is unknown color: approx Copper. HEX triplet: DA, 8D and 61. RGB value is (218,141,97). Sum of RGB (Red+Green+Blue) = 218+141+97=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D61 is #25729E. Grayscale: #9F9F9F. Windows color (decimal): -2454175 or 6393306. OLE color: 6393306.

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

Color convert

RGB21814197-
CMYK00.350.560.15
HSL21.82º62.05%61.76%-
HSV(B)21.82º55.5%85.49%-
XYZ40.634.8215.89-
YUV159.0193.01170.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=47.81%
G=30.92%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181419700.350.560.1521.8262.0561.76
HexDA8D6102338F163e3e
Octal3322151410437017267676
Binary110110101000110111000010100011111000111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D61; }

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

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

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

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

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

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

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

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