Color Hex Logo

#daa393 Color Hex

#DAA393
(218,163,147)
0 Favorites   0 Comments

Color spaces of #daa393

RGB 218163147
HSL0.040.490.72
HSV14°33°85°
CMYK 0.000.250.33   0.15
XYZ47.277143.206433.4517
Yxy43.20640.38150.3486
Hunter Lab65.731613.355015.8386
CIE-Lab71.694818.168216.2449

#daa393 color RGB value is (218,163,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 10010011
Octal 332 243 223
Decimal 218 163 147
Hex DA A3 93

RGB Percentages of Color #daa393

%41.29
%30.87
%27.84

CMYK Percentages of Color #daa393

%0
%25
%33
%15

Triadic Colors of #daa393

#daa393 #93daa3 #a393da

Analogous Colors of #daa393

#daa393 #dac793 #da93a7

Monochromatic Colors of #daa393

#daa393

Complementary Color

#daa393 #93cada

#daa393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa393 Color CSS Codes

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

#daa393 Text Font Color

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

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


#daa393 Background Color

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

This div background color is #daa393


#daa393 Border Color

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

This div border color is #daa393


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,163,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 #daa393">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa393


Comments

No comments written yet.

Please login to write comment.