Color Hex Logo

#daa9aa Color Hex

#DAA9AA
(218,169,170)
0 Favorites   0 Comments

Color spaces of #daa9aa

RGB 218169170
HSL1.000.400.76
HSV359°22°85°
CMYK 0.000.220.22   0.15
XYZ50.357146.183644.2904
Yxy46.18360.35760.3279
Hunter Lab67.958513.34078.9301
CIE-Lab73.664518.10106.4059

#daa9aa color RGB value is (218,169,170).

#daa9aa hex color red value is 218, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #daa9aa hue: 1.00 , saturation: 0.40 and the lightness value of daa9aa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10101010
Octal 332 251 252
Decimal 218 169 170
Hex DA A9 AA

RGB Percentages of Color #daa9aa

%39.14
%30.34
%30.52

CMYK Percentages of Color #daa9aa

%0
%22
%22
%15

Triadic Colors of #daa9aa

#daa9aa #aadaa9 #a9aada

Analogous Colors of #daa9aa

#daa9aa #dac1a9 #daa9c3

Monochromatic Colors of #daa9aa

#daa9aa

Complementary Color

#daa9aa #a9dad9

#daa9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa9aa Color CSS Codes

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

#daa9aa Text Font Color

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

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


#daa9aa Background Color

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

This div background color is #daa9aa


#daa9aa Border Color

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

This div border color is #daa9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa9aa


Comments

No comments written yet.

Please login to write comment.