#DA8E6D

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

Shades of Copper #DA8E6D

Tints of Copper #DA8E6D

Color information

#DA8E6D (or 0xDA8E6D) is unknown color: approx Copper. HEX triplet: DA, 8E and 6D. RGB value is (218,142,109). Sum of RGB (Red+Green+Blue) = 218+142+109=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E6D is #257192. Grayscale: #A1A1A1. Windows color (decimal): -2453907 or 7179994. OLE color: 7179994.

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

Color convert

RGB218142109-
CMYK00.350.50.15
HSL18.17º59.56%64.12%-
HSV(B)18.17º50%85.49%-
XYZ41.3535.3619.11-
YUV160.9698.68168.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=46.48%
G=30.28%
B=23.24%

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
Decimal21814210900.350.50.1518.1759.5664.12
HexDA8E6D02332F123c40
Octal33221615504362172274100
Binary1101101010001110110110101000111100101111100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E6D; }

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

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

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

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

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

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

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

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