Color Hex Logo

#daa87e Color Hex

#DAA87E
(218,168,126)
0 Favorites   0 Comments

Color spaces of #daa87e

RGB 218168126
HSL0.080.550.67
HSV27°42°85°
CMYK 0.000.230.42   0.15
XYZ46.682044.417025.8516
Yxy44.41700.39920.3798
Hunter Lab66.64618.399023.6540
CIE-Lab72.506313.001128.7539

#daa87e color RGB value is (218,168,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01111110
Octal 332 250 176
Decimal 218 168 126
Hex DA A8 7E

RGB Percentages of Color #daa87e

%42.58
%32.81
%24.61

CMYK Percentages of Color #daa87e

%0
%23
%42
%15

Triadic Colors of #daa87e

#daa87e #7edaa8 #a87eda

Analogous Colors of #daa87e

#daa87e #dad67e #da7e82

Monochromatic Colors of #daa87e

#daa87e

Complementary Color

#daa87e #7eb0da

#daa87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa87e Color CSS Codes

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

#daa87e Text Font Color

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

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


#daa87e Background Color

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

This div background color is #daa87e


#daa87e Border Color

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

This div border color is #daa87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa87e


Comments

No comments written yet.

Please login to write comment.