Color Hex Logo

#daa395 Color Hex

#DAA395
(218,163,149)
0 Favorites   0 Comments

Color spaces of #daa395

RGB 218163149
HSL0.030.480.72
HSV12°32°85°
CMYK 0.000.250.32   0.15
XYZ47.435543.269734.2855
Yxy43.26970.37950.3462
Hunter Lab65.779713.606615.1428
CIE-Lab71.737618.425715.2067

#daa395 color RGB value is (218,163,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 10010101
Octal 332 243 225
Decimal 218 163 149
Hex DA A3 95

RGB Percentages of Color #daa395

%41.13
%30.75
%28.11

CMYK Percentages of Color #daa395

%0
%25
%32
%15

Triadic Colors of #daa395

#daa395 #95daa3 #a395da

Analogous Colors of #daa395

#daa395 #dac695 #da95aa

Monochromatic Colors of #daa395

#daa395

Complementary Color

#daa395 #95ccda

#daa395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa395 Color CSS Codes

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

#daa395 Text Font Color

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

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


#daa395 Background Color

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

This div background color is #daa395


#daa395 Border Color

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

This div border color is #daa395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa395


Comments

No comments written yet.

Please login to write comment.