Color Hex Logo

#daaa79 Color Hex

#DAAA79
(218,170,121)
0 Favorites   0 Comments

Color spaces of #daaa79

RGB 218170121
HSL0.080.570.66
HSV30°44°85°
CMYK 0.000.220.44   0.15
XYZ46.739445.035424.3184
Yxy45.03540.40260.3879
Hunter Lab67.10846.881225.4907
CIE-Lab72.915211.400431.9571

#daaa79 color RGB value is (218,170,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 01111001
Octal 332 252 171
Decimal 218 170 121
Hex DA AA 79

RGB Percentages of Color #daaa79

%42.83
%33.40
%23.77

CMYK Percentages of Color #daaa79

%0
%22
%44
%15

Triadic Colors of #daaa79

#daaa79 #79daaa #aa79da

Analogous Colors of #daaa79

#daaa79 #dada79 #da7a79

Monochromatic Colors of #daaa79

#daaa79

Complementary Color

#daaa79 #79a9da

#daaa79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa79 Color CSS Codes

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

#daaa79 Text Font Color

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

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


#daaa79 Background Color

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

This div background color is #daaa79


#daaa79 Border Color

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

This div border color is #daaa79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa79


Comments

No comments written yet.

Please login to write comment.