Color Hex Logo

#daa189 Color Hex

#DAA189
(218,161,137)
0 Favorites   0 Comments

Color spaces of #daa189

RGB 218161137
HSL0.050.520.70
HSV18°37°85°
CMYK 0.000.260.37   0.15
XYZ46.173742.201329.3790
Yxy42.20130.39210.3584
Hunter Lab64.962513.188818.6601
CIE-Lab71.009518.016020.7787

#daa189 color RGB value is (218,161,137).

#daa189 hex color red value is 218, green value is 161 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #daa189 hue: 0.05 , saturation: 0.52 and the lightness value of daa189 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10001001
Octal 332 241 211
Decimal 218 161 137
Hex DA A1 89

RGB Percentages of Color #daa189

%42.25
%31.20
%26.55

CMYK Percentages of Color #daa189

%0
%26
%37
%15

Triadic Colors of #daa189

#daa189 #89daa1 #a189da

Analogous Colors of #daa189

#daa189 #daca89 #da899a

Monochromatic Colors of #daa189

#daa189

Complementary Color

#daa189 #89c2da

#daa189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa189 Color CSS Codes

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

#daa189 Text Font Color

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

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


#daa189 Background Color

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

This div background color is #daa189


#daa189 Border Color

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

This div border color is #daa189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa189


Comments

No comments written yet.

Please login to write comment.