#DA8A6E

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

Shades of Copper #DA8A6E

Tints of Copper #DA8A6E

Color information

#DA8A6E (or 0xDA8A6E) is unknown color: approx Copper. HEX triplet: DA, 8A and 6E. RGB value is (218,138,110). Sum of RGB (Red+Green+Blue) = 218+138+110=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A6E is #257591. Grayscale: #9E9E9E. Windows color (decimal): -2454930 or 7244506. OLE color: 7244506.

HSL color Cylindrical-coordinate representation of color #DA8A6E: hue angle of 15.56º degrees, saturation: 0.59, 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 #DA8A6E is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218138110-
CMYK00.370.500.15
HSL15.56º59.34%64.31%-
HSV(B)15.56º49.54%85.49%-
XYZ40.8234.2119.2-
YUV158.73100.5170.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=46.78%
G=29.61%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813811000.370.500.1515.5659.3464.31
HexDA8A6E02532F103b40
Octal33221215604562172073100
Binary1101101010001010110111001001011100101111100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8A6E; }

 p { color: rgb(218,138,110); }

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

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

 a { background-color: rgb(218,138,110); }

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

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

 span { border-color: rgb(218,138,110); }

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