Color Hex Logo

#daa49b Color Hex

#DAA49B
(218,164,155)
0 Favorites   0 Comments

Color spaces of #daa49b

RGB 218164155
HSL0.020.460.73
HSV29°85°
CMYK 0.000.250.29   0.15
XYZ48.105343.822936.9336
Yxy43.82290.37330.3401
Hunter Lab66.198913.864113.2602
CIE-Lab72.110018.678812.4320

#daa49b color RGB value is (218,164,155).

#daa49b hex color red value is 218, green value is 164 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #daa49b hue: 0.02 , saturation: 0.46 and the lightness value of daa49b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10011011
Octal 332 244 233
Decimal 218 164 155
Hex DA A4 9B

RGB Percentages of Color #daa49b

%40.60
%30.54
%28.86

CMYK Percentages of Color #daa49b

%0
%25
%29
%15

Triadic Colors of #daa49b

#daa49b #9bdaa4 #a49bda

Analogous Colors of #daa49b

#daa49b #dac49b #da9bb2

Monochromatic Colors of #daa49b

#daa49b

Complementary Color

#daa49b #9bd1da

#daa49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa49b Color CSS Codes

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

#daa49b Text Font Color

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

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


#daa49b Background Color

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

This div background color is #daa49b


#daa49b Border Color

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

This div border color is #daa49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa49b


Comments

No comments written yet.

Please login to write comment.