Color Hex Logo

#daad79 Color Hex

#DAAD79
(218,173,121)
0 Favorites   0 Comments

Color spaces of #daad79

RGB 218173121
HSL0.090.570.66
HSV32°44°85°
CMYK 0.000.210.44   0.15
XYZ47.308246.173024.5080
Yxy46.17300.40100.3913
Hunter Lab67.95075.360326.1812
CIE-Lab73.65779.794732.9227

#daad79 color RGB value is (218,173,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01111001
Octal 332 255 171
Decimal 218 173 121
Hex DA AD 79

RGB Percentages of Color #daad79

%42.58
%33.79
%23.63

CMYK Percentages of Color #daad79

%0
%21
%44
%15

Triadic Colors of #daad79

#daad79 #79daad #ad79da

Analogous Colors of #daad79

#daad79 #d7da79 #da7d79

Monochromatic Colors of #daad79

#daad79

Complementary Color

#daad79 #79a6da

#daad79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad79 Color CSS Codes

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

#daad79 Text Font Color

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

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


#daad79 Background Color

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

This div background color is #daad79


#daad79 Border Color

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

This div border color is #daad79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad79


Comments

No comments written yet.

Please login to write comment.