Color Hex Logo

#daa48c Color Hex

#DAA48C
(218,164,140)
1 Favorites   0 Comments

Color spaces of #daa48c

RGB 218164140
HSL0.050.510.70
HSV18°36°85°
CMYK 0.000.250.36   0.15
XYZ46.922543.349830.7052
Yxy43.34980.38790.3583
Hunter Lab65.840611.990318.4381
CIE-Lab71.791716.757620.2114

#daa48c color RGB value is (218,164,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10001100
Octal 332 244 214
Decimal 218 164 140
Hex DA A4 8C

RGB Percentages of Color #daa48c

%41.76
%31.42
%26.82

CMYK Percentages of Color #daa48c

%0
%25
%36
%15

Triadic Colors of #daa48c

#daa48c #8cdaa4 #a48cda

Analogous Colors of #daa48c

#daa48c #dacb8c #da8c9b

Monochromatic Colors of #daa48c

#daa48c

Complementary Color

#daa48c #8cc2da

#daa48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa48c Color CSS Codes

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

#daa48c Text Font Color

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

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


#daa48c Background Color

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

This div background color is #daa48c


#daa48c Border Color

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

This div border color is #daa48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa48c


Comments

No comments written yet.

Please login to write comment.