Color Hex Logo

#daa887 Color Hex

#DAA887
(218,168,135)
0 Favorites   0 Comments

Color spaces of #daa887

RGB 218168135
HSL0.070.530.69
HSV24°38°85°
CMYK 0.000.230.38   0.15
XYZ47.289244.660029.0495
Yxy44.66000.39080.3691
Hunter Lab66.82819.361721.0069
CIE-Lab72.667514.009724.1223

#daa887 color RGB value is (218,168,135).

#daa887 hex color red value is 218, green value is 168 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #daa887 hue: 0.07 , saturation: 0.53 and the lightness value of daa887 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 10000111
Octal 332 250 207
Decimal 218 168 135
Hex DA A8 87

RGB Percentages of Color #daa887

%41.84
%32.25
%25.91

CMYK Percentages of Color #daa887

%0
%23
%38
%15

Triadic Colors of #daa887

#daa887 #87daa8 #a887da

Analogous Colors of #daa887

#daa887 #dad287 #da8790

Monochromatic Colors of #daa887

#daa887

Complementary Color

#daa887 #87b9da

#daa887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa887 Color CSS Codes

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

#daa887 Text Font Color

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

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


#daa887 Background Color

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

This div background color is #daa887


#daa887 Border Color

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

This div border color is #daa887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa887


Comments

No comments written yet.

Please login to write comment.