#DA8B64

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

Shades of Copper #DA8B64

Tints of Copper #DA8B64

Color information

#DA8B64 (or 0xDA8B64) is unknown color: approx Copper. HEX triplet: DA, 8B and 64. RGB value is (218,139,100). Sum of RGB (Red+Green+Blue) = 218+139+100=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B64 is #25749B. Grayscale: #9E9E9E. Windows color (decimal): -2454684 or 6589402. OLE color: 6589402.

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

Color convert

RGB218139100-
CMYK00.360.540.15
HSL19.83º61.46%62.35%-
HSV(B)19.83º54.13%85.49%-
XYZ40.4534.2916.54-
YUV158.1795.17170.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=47.70%
G=30.42%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813910000.360.540.1519.8361.4662.35
HexDA8B6402436F143d3e
Octal3322131440446617247576
Binary110110101000101111001000100100110110111110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B64; }

 p { color: rgb(218,139,100); }

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

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

 a { background-color: rgb(218,139,100); }

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

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

 span { border-color: rgb(218,139,100); }

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