#DA8B5E

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

Shades of Copper #DA8B5E

Tints of Copper #DA8B5E

Color information

#DA8B5E (or 0xDA8B5E) is unknown color: approx Copper. HEX triplet: DA, 8B and 5E. RGB value is (218,139,94). Sum of RGB (Red+Green+Blue) = 218+139+94=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B5E is #2574A1. Grayscale: #9D9D9D. Windows color (decimal): -2454690 or 6196186. OLE color: 6196186.

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

Color convert

RGB21813994-
CMYK00.360.570.15
HSL21.77º62.63%61.18%-
HSV(B)21.77º56.88%85.49%-
XYZ40.1734.1815.07-
YUV157.4992.17171.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=48.34%
G=30.82%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181399400.360.570.1521.7762.6361.18
HexDA8B5E02439F163f3d
Octal3322131360447117267775
Binary110110101000101110111100100100111001111110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B5E; }

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

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

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

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

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

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

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

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