Color Hex Logo

#daa48d Color Hex

#DAA48D
(218,164,141)
0 Favorites   0 Comments

Color spaces of #daa48d

RGB 218164141
HSL0.050.510.70
HSV18°35°85°
CMYK 0.000.250.35   0.15
XYZ46.996643.379431.0954
Yxy43.37940.38690.3571
Hunter Lab65.863012.108418.1120
CIE-Lab71.811716.879419.6926

#daa48d color RGB value is (218,164,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10001101
Octal 332 244 215
Decimal 218 164 141
Hex DA A4 8D

RGB Percentages of Color #daa48d

%41.68
%31.36
%26.96

CMYK Percentages of Color #daa48d

%0
%25
%35
%15

Triadic Colors of #daa48d

#daa48d #8ddaa4 #a48dda

Analogous Colors of #daa48d

#daa48d #dacb8d #da8d9d

Monochromatic Colors of #daa48d

#daa48d

Complementary Color

#daa48d #8dc3da

#daa48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa48d Color CSS Codes

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

#daa48d Text Font Color

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

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


#daa48d Background Color

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

This div background color is #daa48d


#daa48d Border Color

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

This div border color is #daa48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa48d


Comments

No comments written yet.

Please login to write comment.