Color Hex Logo

#daa87a Color Hex

#DAA87A
(218,168,122)
0 Favorites   0 Comments

Color spaces of #daa87a

RGB 218168122
HSL0.080.560.67
HSV29°44°85°
CMYK 0.000.230.44   0.15
XYZ46.428944.315824.5191
Yxy44.31580.40280.3845
Hunter Lab66.57017.996024.7614
CIE-Lab72.439112.576830.8033

#daa87a color RGB value is (218,168,122).

#daa87a hex color red value is 218, green value is 168 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #daa87a hue: 0.08 , saturation: 0.56 and the lightness value of daa87a is 0.67.

The process color (four color CMYK) of #daa87a color hex is 0.00, 0.23, 0.44, 0.15. Web safe color of #daa87a is #cc9966. Color #daa87a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01111010
Octal 332 250 172
Decimal 218 168 122
Hex DA A8 7A

RGB Percentages of Color #daa87a

%42.91
%33.07
%24.02

CMYK Percentages of Color #daa87a

%0
%23
%44
%15

Triadic Colors of #daa87a

#daa87a #7adaa8 #a87ada

Analogous Colors of #daa87a

#daa87a #dad87a #da7a7c

Monochromatic Colors of #daa87a

#daa87a

Complementary Color

#daa87a #7aacda

#daa87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa87a Color CSS Codes

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

#daa87a Text Font Color

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

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


#daa87a Background Color

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

This div background color is #daa87a


#daa87a Border Color

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

This div border color is #daa87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa87a


Comments

No comments written yet.

Please login to write comment.