#da8d6d

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

Shades of Copper #DA8D6D

Tints of Copper #DA8D6D

Color information

#DA8D6D (or 0xDA8D6D) is unknown color: approx Copper. HEX triplet: DA, 8D and 6D. RGB value is (218,141,109). Sum of RGB (Red+Green+Blue) = 218+141+109=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D6D is #257292. Grayscale: #A0A0A0. Windows color (decimal): -2454163 or 7179738. OLE color: 7179738.

HSL color Cylindrical-coordinate representation of color #DA8D6D: hue angle of 17.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA8D6D is Cyan = 0, Magento = 0.35, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218141109-
CMYK00.350.50.15
HSL17.61º59.56%64.12%-
HSV(B)17.61º50%85.49%-
XYZ41.235.0619.06-
YUV160.3899.01169.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=46.58%
G=30.13%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814110900.350.50.1517.6159.5664.12
HexDA8D6D02332F123c40
Octal33221515504362172274100
Binary1101101010001101110110101000111100101111100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da8d6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da8d6d; }

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

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

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

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

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

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

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

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