Color Hex Logo

#daa389 Color Hex

#DAA389
(218,163,137)
0 Favorites   0 Comments

Color spaces of #daa389

RGB 218163137
HSL0.050.520.70
HSV19°37°85°
CMYK 0.000.250.37   0.15
XYZ46.526042.906029.4964
Yxy42.90600.39120.3608
Hunter Lab65.502712.157419.1531
CIE-Lab71.491116.937121.4372

#daa389 color RGB value is (218,163,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 10001001
Octal 332 243 211
Decimal 218 163 137
Hex DA A3 89

RGB Percentages of Color #daa389

%42.08
%31.47
%26.45

CMYK Percentages of Color #daa389

%0
%25
%37
%15

Triadic Colors of #daa389

#daa389 #89daa3 #a389da

Analogous Colors of #daa389

#daa389 #dacc89 #da8998

Monochromatic Colors of #daa389

#daa389

Complementary Color

#daa389 #89c0da

#daa389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa389 Color CSS Codes

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

#daa389 Text Font Color

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

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


#daa389 Background Color

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

This div background color is #daa389


#daa389 Border Color

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

This div border color is #daa389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa389


Comments

No comments written yet.

Please login to write comment.