#DA8863

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

Shades of Copper #DA8863

Tints of Copper #DA8863

Color information

#DA8863 (or 0xDA8863) is unknown color: approx Copper. HEX triplet: DA, 88 and 63. RGB value is (218,136,99). Sum of RGB (Red+Green+Blue) = 218+136+99=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8863 is #25779C. Grayscale: #9C9C9C. Windows color (decimal): -2455453 or 6523098. OLE color: 6523098.

HSL color Cylindrical-coordinate representation of color #DA8863: hue angle of 18.66º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8863 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21813699-
CMYK00.380.550.15
HSL18.66º61.66%62.16%-
HSV(B)18.66º54.59%85.49%-
XYZ39.9733.4116.15-
YUV156.395.67172.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=48.12%
G=30.02%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181369900.380.550.1518.6661.6662.16
HexDA886302637F133e3e
Octal3322101430466717237676
Binary110110101000100011000110100110110111111110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8863; }

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

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

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

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

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

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

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

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