Color Hex Logo

#daa18d Color Hex

#DAA18D
(218,161,141)
0 Favorites   0 Comments

Color spaces of #daa18d

RGB 218161141
HSL0.040.510.70
HSV16°35°85°
CMYK 0.000.260.35   0.15
XYZ46.466042.318330.9185
Yxy42.31830.38820.3535
Hunter Lab65.052513.657917.3571
CIE-Lab71.089818.497418.6981

#daa18d color RGB value is (218,161,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10001101
Octal 332 241 215
Decimal 218 161 141
Hex DA A1 8D

RGB Percentages of Color #daa18d

%41.92
%30.96
%27.12

CMYK Percentages of Color #daa18d

%0
%26
%35
%15

Triadic Colors of #daa18d

#daa18d #8ddaa1 #a18dda

Analogous Colors of #daa18d

#daa18d #dac88d #da8da0

Monochromatic Colors of #daa18d

#daa18d

Complementary Color

#daa18d #8dc6da

#daa18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa18d Color CSS Codes

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

#daa18d Text Font Color

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

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


#daa18d Background Color

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

This div background color is #daa18d


#daa18d Border Color

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

This div border color is #daa18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa18d


Comments

No comments written yet.

Please login to write comment.