Color Hex Logo

#daa991 Color Hex

#DAA991
(218,169,145)
0 Favorites   0 Comments

Color spaces of #daa991

RGB 218169145
HSL0.050.500.71
HSV20°33°85°
CMYK 0.000.220.33   0.15
XYZ48.212245.325732.9957
Yxy45.32570.38100.3582
Hunter Lab67.324410.009518.0690
CIE-Lab73.105814.681219.2937

#daa991 color RGB value is (218,169,145).

#daa991 hex color red value is 218, green value is 169 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #daa991 hue: 0.05 , saturation: 0.50 and the lightness value of daa991 is 0.71.

The process color (four color CMYK) of #daa991 color hex is 0.00, 0.22, 0.33, 0.15. Web safe color of #daa991 is #cc9999. Color #daa991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10010001
Octal 332 251 221
Decimal 218 169 145
Hex DA A9 91

RGB Percentages of Color #daa991

%40.98
%31.77
%27.26

CMYK Percentages of Color #daa991

%0
%22
%33
%15

Triadic Colors of #daa991

#daa991 #91daa9 #a991da

Analogous Colors of #daa991

#daa991 #dace91 #da919e

Monochromatic Colors of #daa991

#daa991

Complementary Color

#daa991 #91c2da

#daa991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa991 Color CSS Codes

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

#daa991 Text Font Color

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

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


#daa991 Background Color

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

This div background color is #daa991


#daa991 Border Color

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

This div border color is #daa991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa991


Comments

No comments written yet.

Please login to write comment.