Color Hex Logo

#daaf79 Color Hex

#DAAF79
(218,175,121)
0 Favorites   0 Comments

Color spaces of #daaf79

RGB 218175121
HSL0.090.570.66
HSV33°44°85°
CMYK 0.000.200.44   0.15
XYZ47.694646.945824.6368
Yxy46.94580.39990.3936
Hunter Lab68.51704.348926.6429
CIE-Lab74.15518.726433.5676

#daaf79 color RGB value is (218,175,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 01111001
Octal 332 257 171
Decimal 218 175 121
Hex DA AF 79

RGB Percentages of Color #daaf79

%42.41
%34.05
%23.54

CMYK Percentages of Color #daaf79

%0
%20
%44
%15

Triadic Colors of #daaf79

#daaf79 #79daaf #af79da

Analogous Colors of #daaf79

#daaf79 #d5da79 #da7f79

Monochromatic Colors of #daaf79

#daaf79

Complementary Color

#daaf79 #79a4da

#daaf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf79 Color CSS Codes

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

#daaf79 Text Font Color

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

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


#daaf79 Background Color

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

This div background color is #daaf79


#daaf79 Border Color

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

This div border color is #daaf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf79


Comments

No comments written yet.

Please login to write comment.