Color Hex Logo

#daa477 Color Hex

#DAA477
(218,164,119)
0 Favorites   0 Comments

Color spaces of #daa477

RGB 218164119
HSL0.080.570.66
HSV27°45°85°
CMYK 0.000.250.45   0.15
XYZ45.518742.788323.3126
Yxy42.78830.40780.3833
Hunter Lab65.41289.740224.6584
CIE-Lab71.411014.417731.0603

#daa477 color RGB value is (218,164,119).

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

The process color (four color CMYK) of #daa477 color hex is 0.00, 0.25, 0.45, 0.15. Web safe color of #daa477 is #cc9966. Color #daa477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01110111
Octal 332 244 167
Decimal 218 164 119
Hex DA A4 77

RGB Percentages of Color #daa477

%43.51
%32.73
%23.75

CMYK Percentages of Color #daa477

%0
%25
%45
%15

Triadic Colors of #daa477

#daa477 #77daa4 #a477da

Analogous Colors of #daa477

#daa477 #dad677 #da777c

Monochromatic Colors of #daa477

#daa477

Complementary Color

#daa477 #77adda

#daa477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa477 Color CSS Codes

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

#daa477 Text Font Color

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

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


#daa477 Background Color

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

This div background color is #daa477


#daa477 Border Color

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

This div border color is #daa477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa477


Comments

No comments written yet.

Please login to write comment.