#DA8366

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

Shades of Copper #DA8366

Tints of Copper #DA8366

Color information

#DA8366 (or 0xDA8366) is unknown color: approx Copper. HEX triplet: DA, 83 and 66. RGB value is (218,131,102). Sum of RGB (Red+Green+Blue) = 218+131+102=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8366 is #257C99. Grayscale: #999999. Windows color (decimal): -2456730 or 6718426. OLE color: 6718426.

HSL color Cylindrical-coordinate representation of color #DA8366: hue angle of 15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA8366 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218131102-
CMYK00.400.530.15
HSL15º61.05%62.75%-
HSV(B)15º53.21%85.49%-
XYZ39.4332.116.69-
YUV153.7198.82173.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=48.34%
G=29.05%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813110200.400.530.151561.0562.75
HexDA836602835Ff3d3f
Octal3322031460506517177577
Binary11011010100000111100110010100011010111111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8366; }

 p { color: rgb(218,131,102); }

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

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

 a { background-color: rgb(218,131,102); }

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

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

 span { border-color: rgb(218,131,102); }

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