Color Hex Logo

#daa181 Color Hex

#DAA181
(218,161,129)
0 Favorites   0 Comments

Color spaces of #daa181

RGB 218161129
HSL0.060.550.68
HSV22°41°85°
CMYK 0.000.260.41   0.15
XYZ45.620841.980126.4674
Yxy41.98010.39990.3680
Hunter Lab64.792112.297721.1346
CIE-Lab70.857217.097324.9349

#daa181 color RGB value is (218,161,129).

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

The process color (four color CMYK) of #daa181 color hex is 0.00, 0.26, 0.41, 0.15. Web safe color of #daa181 is #cc9999. Color #daa181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10000001
Octal 332 241 201
Decimal 218 161 129
Hex DA A1 81

RGB Percentages of Color #daa181

%42.91
%31.69
%25.39

CMYK Percentages of Color #daa181

%0
%26
%41
%15

Triadic Colors of #daa181

#daa181 #81daa1 #a181da

Analogous Colors of #daa181

#daa181 #dace81 #da818e

Monochromatic Colors of #daa181

#daa181

Complementary Color

#daa181 #81bada

#daa181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa181 Color CSS Codes

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

#daa181 Text Font Color

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

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


#daa181 Background Color

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

This div background color is #daa181


#daa181 Border Color

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

This div border color is #daa181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa181


Comments

No comments written yet.

Please login to write comment.