#DA8166

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

Shades of Copper #DA8166

Tints of Copper #DA8166

Color information

#DA8166 (or 0xDA8166) is unknown color: approx Copper. HEX triplet: DA, 81 and 66. RGB value is (218,129,102). Sum of RGB (Red+Green+Blue) = 218+129+102=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8166 is #257E99. Grayscale: #989898. Windows color (decimal): -2457242 or 6717914. OLE color: 6717914.

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

Color convert

RGB218129102-
CMYK00.410.530.15
HSL13.97º61.05%62.75%-
HSV(B)13.97º53.21%85.49%-
XYZ39.1631.5716.6-
YUV152.5399.49174.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=48.55%
G=28.73%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812910200.410.530.1513.9761.0562.75
HexDA816602935Fe3d3f
Octal3322011460516517167577
Binary11011010100000011100110010100111010111111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8166; }

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

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

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

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

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

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

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

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