Color Hex Logo

#daa57e Color Hex

#DAA57E
(218,165,126)
0 Favorites   0 Comments

Color spaces of #daa57e

RGB 218165126
HSL0.070.550.67
HSV25°42°85°
CMYK 0.000.240.42   0.15
XYZ46.134543.322125.6691
Yxy43.32210.40070.3763
Hunter Lab65.81959.930822.9510
CIE-Lab71.773014.613627.7817

#daa57e color RGB value is (218,165,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 01111110
Octal 332 245 176
Decimal 218 165 126
Hex DA A5 7E

RGB Percentages of Color #daa57e

%42.83
%32.42
%24.75

CMYK Percentages of Color #daa57e

%0
%24
%42
%15

Triadic Colors of #daa57e

#daa57e #7edaa5 #a57eda

Analogous Colors of #daa57e

#daa57e #dad37e #da7e85

Monochromatic Colors of #daa57e

#daa57e

Complementary Color

#daa57e #7eb3da

#daa57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa57e Color CSS Codes

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

#daa57e Text Font Color

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

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


#daa57e Background Color

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

This div background color is #daa57e


#daa57e Border Color

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

This div border color is #daa57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa57e


Comments

No comments written yet.

Please login to write comment.