Color Hex Logo

#daa47e Color Hex

#DAA47E
(218,164,126)
0 Favorites   0 Comments

Color spaces of #daa47e

RGB 218164126
HSL0.070.550.67
HSV25°42°85°
CMYK 0.000.250.42   0.15
XYZ45.954842.962725.6092
Yxy42.96270.40130.3751
Hunter Lab65.545910.442422.7172
CIE-Lab71.529615.151827.4582

#daa47e color RGB value is (218,164,126).

#daa47e hex color red value is 218, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #daa47e hue: 0.07 , saturation: 0.55 and the lightness value of daa47e is 0.67.

The process color (four color CMYK) of #daa47e color hex is 0.00, 0.25, 0.42, 0.15. Web safe color of #daa47e is #cc9966. Color #daa47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01111110
Octal 332 244 176
Decimal 218 164 126
Hex DA A4 7E

RGB Percentages of Color #daa47e

%42.91
%32.28
%24.80

CMYK Percentages of Color #daa47e

%0
%25
%42
%15

Triadic Colors of #daa47e

#daa47e #7edaa4 #a47eda

Analogous Colors of #daa47e

#daa47e #dad27e #da7e86

Monochromatic Colors of #daa47e

#daa47e

Complementary Color

#daa47e #7eb4da

#daa47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa47e Color CSS Codes

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

#daa47e Text Font Color

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

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


#daa47e Background Color

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

This div background color is #daa47e


#daa47e Border Color

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

This div border color is #daa47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa47e


Comments

No comments written yet.

Please login to write comment.