Color Hex Logo

#daa08c Color Hex

#DAA08C
(218,160,140)
0 Favorites   0 Comments

Color spaces of #daa08c

RGB 218160140
HSL0.040.510.70
HSV15°36°85°
CMYK 0.000.270.36   0.15
XYZ46.217941.940530.4703
Yxy41.94050.38960.3535
Hunter Lab64.761514.056317.4371
CIE-Lab70.829918.915618.8883

#daa08c color RGB value is (218,160,140).

#daa08c hex color red value is 218, green value is 160 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #daa08c hue: 0.04 , saturation: 0.51 and the lightness value of daa08c is 0.70.

The process color (four color CMYK) of #daa08c color hex is 0.00, 0.27, 0.36, 0.15. Web safe color of #daa08c is #cc9999. Color #daa08c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10001100
Octal 332 240 214
Decimal 218 160 140
Hex DA A0 8C

RGB Percentages of Color #daa08c

%42.08
%30.89
%27.03

CMYK Percentages of Color #daa08c

%0
%27
%36
%15

Triadic Colors of #daa08c

#daa08c #8cdaa0 #a08cda

Analogous Colors of #daa08c

#daa08c #dac78c #da8c9f

Monochromatic Colors of #daa08c

#daa08c

Complementary Color

#daa08c #8cc6da

#daa08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa08c Color CSS Codes

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

#daa08c Text Font Color

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

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


#daa08c Background Color

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

This div background color is #daa08c


#daa08c Border Color

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

This div border color is #daa08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa08c


Comments

No comments written yet.

Please login to write comment.