#DA8966

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

Shades of Copper #DA8966

Tints of Copper #DA8966

Color information

#DA8966 (or 0xDA8966) is unknown color: approx Copper. HEX triplet: DA, 89 and 66. RGB value is (218,137,102). Sum of RGB (Red+Green+Blue) = 218+137+102=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8966 is #257699. Grayscale: #9D9D9D. Windows color (decimal): -2455194 or 6719962. OLE color: 6719962.

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

Color convert

RGB218137102-
CMYK00.370.530.15
HSL18.1º61.05%62.75%-
HSV(B)18.1º53.21%85.49%-
XYZ40.2633.7616.96-
YUV157.2396.84171.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=47.70%
G=29.98%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813710200.370.530.1518.161.0562.75
HexDA896602535F123d3f
Octal3322111460456517227577
Binary110110101000100111001100100101110101111110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8966; }

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

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

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

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

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

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

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

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