#DA886E

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

Shades of Copper #DA886E

Tints of Copper #DA886E

Color information

#DA886E (or 0xDA886E) is unknown color: approx Copper. HEX triplet: DA, 88 and 6E. RGB value is (218,136,110). Sum of RGB (Red+Green+Blue) = 218+136+110=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA886E is #257791. Grayscale: #9D9D9D. Windows color (decimal): -2455442 or 7243994. OLE color: 7243994.

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

Color convert

RGB218136110-
CMYK00.380.500.15
HSL14.44º59.34%64.31%-
HSV(B)14.44º49.54%85.49%-
XYZ40.5333.6419.11-
YUV157.55101.17171.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=46.98%
G=29.31%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813611000.380.500.1514.4459.3464.31
HexDA886E02632Fe3b40
Octal33221015604662171673100
Binary110110101000100011011100100110110010111111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA886E; }

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

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

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

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

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

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

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

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