Color Hex Logo

#daa95e Color Hex

#DAA95E
(218,169,94)
0 Favorites   0 Comments

Color spaces of #daa95e

RGB 21816994
HSL0.100.630.61
HSV36°57°85°
CMYK 0.000.220.57   0.15
XYZ45.121844.089516.7216
Yxy44.08950.42590.4162
Hunter Lab66.39995.099131.5489
CIE-Lab72.28839.496245.1179

#daa95e color RGB value is (218,169,94).

#daa95e hex color red value is 218, green value is 169 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #daa95e hue: 0.10 , saturation: 0.63 and the lightness value of daa95e is 0.61.

The process color (four color CMYK) of #daa95e color hex is 0.00, 0.22, 0.57, 0.15. Web safe color of #daa95e is #cc9966. Color #daa95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01011110
Octal 332 251 136
Decimal 218 169 94
Hex DA A9 5E

RGB Percentages of Color #daa95e

%45.32
%35.14
%19.54

CMYK Percentages of Color #daa95e

%0
%22
%57
%15

Triadic Colors of #daa95e

#daa95e #5edaa9 #a95eda

Analogous Colors of #daa95e

#daa95e #cdda5e #da6b5e

Monochromatic Colors of #daa95e

#daa95e

Complementary Color

#daa95e #5e8fda

#daa95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa95e Color CSS Codes

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

#daa95e Text Font Color

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

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


#daa95e Background Color

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

This div background color is #daa95e


#daa95e Border Color

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

This div border color is #daa95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa95e


Comments

No comments written yet.

Please login to write comment.