Color Hex Logo

#daa193 Color Hex

#DAA193
(218,161,147)
0 Favorites   0 Comments

Color spaces of #daa193

RGB 218161147
HSL0.030.490.72
HSV12°33°85°
CMYK 0.000.260.33   0.15
XYZ46.924842.501733.3342
Yxy42.50170.38220.3462
Hunter Lab65.193314.392315.3196
CIE-Lab71.215419.248115.5766

#daa193 color RGB value is (218,161,147).

#daa193 hex color red value is 218, green value is 161 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #daa193 hue: 0.03 , saturation: 0.49 and the lightness value of daa193 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10010011
Octal 332 241 223
Decimal 218 161 147
Hex DA A1 93

RGB Percentages of Color #daa193

%41.44
%30.61
%27.95

CMYK Percentages of Color #daa193

%0
%26
%33
%15

Triadic Colors of #daa193

#daa193 #93daa1 #a193da

Analogous Colors of #daa193

#daa193 #dac593 #da93a9

Monochromatic Colors of #daa193

#daa193

Complementary Color

#daa193 #93ccda

#daa193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa193 Color CSS Codes

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

#daa193 Text Font Color

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

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


#daa193 Background Color

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

This div background color is #daa193


#daa193 Border Color

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

This div border color is #daa193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa193


Comments

No comments written yet.

Please login to write comment.