Color Hex Logo

#daa17e Color Hex

#DAA17E
(218,161,126)
0 Favorites   0 Comments

Color spaces of #daa17e

RGB 218161126
HSL0.060.550.67
HSV23°42°85°
CMYK 0.000.260.42   0.15
XYZ45.424241.901525.4324
Yxy41.90150.40280.3716
Hunter Lab64.731411.979622.0174
CIE-Lab70.803016.767926.4900

#daa17e color RGB value is (218,161,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01111110
Octal 332 241 176
Decimal 218 161 126
Hex DA A1 7E

RGB Percentages of Color #daa17e

%43.17
%31.88
%24.95

CMYK Percentages of Color #daa17e

%0
%26
%42
%15

Triadic Colors of #daa17e

#daa17e #7edaa1 #a17eda

Analogous Colors of #daa17e

#daa17e #dacf7e #da7e89

Monochromatic Colors of #daa17e

#daa17e

Complementary Color

#daa17e #7eb7da

#daa17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa17e Color CSS Codes

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

#daa17e Text Font Color

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

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


#daa17e Background Color

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

This div background color is #daa17e


#daa17e Border Color

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

This div border color is #daa17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa17e


Comments

No comments written yet.

Please login to write comment.