Color Hex Logo

#daaa7c Color Hex

#DAAA7C
(218,170,124)
0 Favorites   0 Comments

Color spaces of #daaa7c

RGB 218170124
HSL0.080.560.67
HSV29°43°85°
CMYK 0.000.220.43   0.15
XYZ46.926345.110125.3026
Yxy45.11010.39990.3844
Hunter Lab67.16417.177624.6786
CIE-Lab72.964311.714030.4264

#daaa7c color RGB value is (218,170,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01111100
Octal 332 252 174
Decimal 218 170 124
Hex DA AA 7C

RGB Percentages of Color #daaa7c

%42.58
%33.20
%24.22

CMYK Percentages of Color #daaa7c

%0
%22
%43
%15

Triadic Colors of #daaa7c

#daaa7c #7cdaaa #aa7cda

Analogous Colors of #daaa7c

#daaa7c #dad97c #da7c7d

Monochromatic Colors of #daaa7c

#daaa7c

Complementary Color

#daaa7c #7cacda

#daaa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa7c Color CSS Codes

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

#daaa7c Text Font Color

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

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


#daaa7c Background Color

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

This div background color is #daaa7c


#daaa7c Border Color

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

This div border color is #daaa7c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,170,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #daaa7c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa7c


Comments

No comments written yet.

Please login to write comment.