Color Hex Logo

#daa78a Color Hex

#DAA78A
(218,167,138)
0 Favorites   0 Comments

Color spaces of #daa78a

RGB 218167138
HSL0.060.520.70
HSV22°37°85°
CMYK 0.000.230.37   0.15
XYZ47.319644.377830.1165
Yxy44.37780.38850.3643
Hunter Lab66.616710.214219.8275
CIE-Lab72.480314.901322.2421

#daa78a color RGB value is (218,167,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10001010
Octal 332 247 212
Decimal 218 167 138
Hex DA A7 8A

RGB Percentages of Color #daa78a

%41.68
%31.93
%26.39

CMYK Percentages of Color #daa78a

%0
%23
%37
%15

Triadic Colors of #daa78a

#daa78a #8adaa7 #a78ada

Analogous Colors of #daa78a

#daa78a #dacf8a #da8a95

Monochromatic Colors of #daa78a

#daa78a

Complementary Color

#daa78a #8abdda

#daa78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa78a Color CSS Codes

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

#daa78a Text Font Color

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

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


#daa78a Background Color

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

This div background color is #daa78a


#daa78a Border Color

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

This div border color is #daa78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa78a


Comments

No comments written yet.

Please login to write comment.