Color Hex Logo

#daa48e Color Hex

#DAA48E
(218,164,142)
0 Favorites   0 Comments

Color spaces of #daa48e

RGB 218164142
HSL0.050.510.71
HSV17°35°85°
CMYK 0.000.250.35   0.15
XYZ47.071443.409331.4891
Yxy43.40930.38590.3559
Hunter Lab65.885712.227517.7832
CIE-Lab71.831917.002119.1738

#daa48e color RGB value is (218,164,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10001110
Octal 332 244 216
Decimal 218 164 142
Hex DA A4 8E

RGB Percentages of Color #daa48e

%41.60
%31.30
%27.10

CMYK Percentages of Color #daa48e

%0
%25
%35
%15

Triadic Colors of #daa48e

#daa48e #8edaa4 #a48eda

Analogous Colors of #daa48e

#daa48e #daca8e #da8e9e

Monochromatic Colors of #daa48e

#daa48e

Complementary Color

#daa48e #8ec4da

#daa48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa48e Color CSS Codes

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

#daa48e Text Font Color

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

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


#daa48e Background Color

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

This div background color is #daa48e


#daa48e Border Color

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

This div border color is #daa48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa48e


Comments

No comments written yet.

Please login to write comment.