#DA8566

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

Shades of Copper #DA8566

Tints of Copper #DA8566

Color information

#DA8566 (or 0xDA8566) is unknown color: approx Copper. HEX triplet: DA, 85 and 66. RGB value is (218,133,102). Sum of RGB (Red+Green+Blue) = 218+133+102=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8566 is #257A99. Grayscale: #9B9B9B. Windows color (decimal): -2456218 or 6718938. OLE color: 6718938.

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

Color convert

RGB218133102-
CMYK00.390.530.15
HSL16.03º61.05%62.75%-
HSV(B)16.03º53.21%85.49%-
XYZ39.732.6416.78-
YUV154.8898.16173.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=48.12%
G=29.36%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813310200.390.530.1516.0361.0562.75
HexDA856602735F103d3f
Octal3322051460476517207577
Binary110110101000010111001100100111110101111110000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8566; }

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

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

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

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

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

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

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

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