Color Hex Logo

#daaa7e Color Hex

#DAAA7E
(218,170,126)
0 Favorites   0 Comments

Color spaces of #daaa7e

RGB 218170126
HSL0.080.550.67
HSV29°42°85°
CMYK 0.000.220.42   0.15
XYZ47.054145.161225.9756
Yxy45.16120.39810.3821
Hunter Lab67.20217.379924.1241
CIE-Lab72.997911.927729.4037

#daaa7e color RGB value is (218,170,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01111110
Octal 332 252 176
Decimal 218 170 126
Hex DA AA 7E

RGB Percentages of Color #daaa7e

%42.41
%33.07
%24.51

CMYK Percentages of Color #daaa7e

%0
%22
%42
%15

Triadic Colors of #daaa7e

#daaa7e #7edaaa #aa7eda

Analogous Colors of #daaa7e

#daaa7e #dad87e #da7e80

Monochromatic Colors of #daaa7e

#daaa7e

Complementary Color

#daaa7e #7eaeda

#daaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa7e Color CSS Codes

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

#daaa7e Text Font Color

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

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


#daaa7e Background Color

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

This div background color is #daaa7e


#daaa7e Border Color

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

This div border color is #daaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa7e


Comments

No comments written yet.

Please login to write comment.