Color Hex Logo

#daa37e Color Hex

#DAA37E
(218,163,126)
0 Favorites   0 Comments

Color spaces of #daa37e

RGB 218163126
HSL0.070.550.67
HSV24°42°85°
CMYK 0.000.250.42   0.15
XYZ45.776542.606225.5498
Yxy42.60620.40180.3740
Hunter Lab65.273410.954222.4837
CIE-Lab71.286915.690127.1351

#daa37e color RGB value is (218,163,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01111110
Octal 332 243 176
Decimal 218 163 126
Hex DA A3 7E

RGB Percentages of Color #daa37e

%43.00
%32.15
%24.85

CMYK Percentages of Color #daa37e

%0
%25
%42
%15

Triadic Colors of #daa37e

#daa37e #7edaa3 #a37eda

Analogous Colors of #daa37e

#daa37e #dad17e #da7e87

Monochromatic Colors of #daa37e

#daa37e

Complementary Color

#daa37e #7eb5da

#daa37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa37e Color CSS Codes

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

#daa37e Text Font Color

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

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


#daa37e Background Color

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

This div background color is #daa37e


#daa37e Border Color

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

This div border color is #daa37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa37e


Comments

No comments written yet.

Please login to write comment.