Color Hex Logo

#da8740 Color Hex

#DA8740
(218,135,64)
0 Favorites   0 Comments

Color spaces of #da8740

RGB 21813564
HSL0.080.680.55
HSV28°71°85°
CMYK 0.000.380.71   0.15
XYZ38.502832.60359.1143
Yxy32.60350.48000.4064
Hunter Lab57.099520.440430.5057
CIE-Lab63.838625.828150.1642

#da8740 color RGB value is (218,135,64).

#da8740 hex color red value is 218, green value is 135 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #da8740 hue: 0.08 , saturation: 0.68 and the lightness value of da8740 is 0.55.

The process color (four color CMYK) of #da8740 color hex is 0.00, 0.38, 0.71, 0.15. Web safe color of #da8740 is #cc9933. Color #da8740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 01000000
Octal 332 207 100
Decimal 218 135 64
Hex DA 87 40

RGB Percentages of Color #da8740

%52.28
%32.37
%15.35

CMYK Percentages of Color #da8740

%0
%38
%71
%15

Triadic Colors of #da8740

#da8740 #40da87 #8740da

Analogous Colors of #da8740

#da8740 #dad440 #da4046

Monochromatic Colors of #da8740

#da8740

Complementary Color

#da8740 #4093da

#da8740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8740 Color CSS Codes

.mybgcolor {background-color:#da8740; } 
.myforecolor {color:#da8740; }
.mybordercolor {border:3px solid #da8740; }

#da8740 Text Font Color

<p style="color:#da8740">Text here</p>

This sample text font color is #da8740
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#da8740 Background Color

<div style="background-color:#da8740">
Div content here</div>

This div background color is #da8740


#da8740 Border Color

<div style="border:3px solid #da8740">
Div here</div>

This div border color is #da8740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,135,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da8740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da8740;
  -webkit-box-shadow: 1px 1px 3px 2px #da8740;
  box-shadow:         1px 1px 3px 2px #da8740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,135,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da8740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #da8740;
  -webkit-box-shadow: 1px 1px 3px 2px #da8740;
  box-shadow:         1px 1px 3px 2px #da8740;">
Div content here</div>

This div box has shadow with color #da8740


Comments

No comments written yet.

Please login to write comment.