Color Hex Logo

#da8941 Color Hex

#DA8941
(218,137,65)
0 Favorites   0 Comments

Color spaces of #da8941

RGB 21813765
HSL0.080.670.55
HSV28°70°85°
CMYK 0.000.370.70   0.15
XYZ38.813233.17849.3594
Yxy33.17840.47710.4078
Hunter Lab57.600719.477830.6866
CIE-Lab64.305124.808750.1912

#da8941 color RGB value is (218,137,65).

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

The process color (four color CMYK) of #da8941 color hex is 0.00, 0.37, 0.70, 0.15. Web safe color of #da8941 is #cc9933. Color #da8941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 01000001
Octal 332 211 101
Decimal 218 137 65
Hex DA 89 41

RGB Percentages of Color #da8941

%51.90
%32.62
%15.48

CMYK Percentages of Color #da8941

%0
%37
%70
%15

Triadic Colors of #da8941

#da8941 #41da89 #8941da

Analogous Colors of #da8941

#da8941 #dad641 #da4146

Monochromatic Colors of #da8941

#da8941

Complementary Color

#da8941 #4192da

#da8941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8941 Color CSS Codes

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

#da8941 Text Font Color

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

This sample text font color is #da8941
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.


#da8941 Background Color

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

This div background color is #da8941


#da8941 Border Color

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

This div border color is #da8941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8941


Comments

No comments written yet.

Please login to write comment.