Color Hex Logo

#dac39d Color Hex

#DAC39D
(218,195,157)
0 Favorites   0 Comments

Color spaces of #dac39d

RGB 218195157
HSL0.100.450.74
HSV37°28°85°
CMYK 0.000.110.28   0.15
XYZ54.514456.370039.9056
Yxy56.37000.36150.3738
Hunter Lab75.0800-1.783821.0429
CIE-Lab79.82392.392422.0868

#dac39d color RGB value is (218,195,157).

#dac39d hex color red value is 218, green value is 195 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dac39d hue: 0.10 , saturation: 0.45 and the lightness value of dac39d is 0.74.

The process color (four color CMYK) of #dac39d color hex is 0.00, 0.11, 0.28, 0.15. Web safe color of #dac39d is #cccc99. Color #dac39d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 10011101
Octal 332 303 235
Decimal 218 195 157
Hex DA C3 9D

RGB Percentages of Color #dac39d

%38.25
%34.21
%27.54

CMYK Percentages of Color #dac39d

%0
%11
%28
%15

Triadic Colors of #dac39d

#dac39d #9ddac3 #c39dda

Analogous Colors of #dac39d

#dac39d #d3da9d #daa59d

Monochromatic Colors of #dac39d

#dac39d

Complementary Color

#dac39d #9db4da

#dac39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac39d Color CSS Codes

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

#dac39d Text Font Color

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

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


#dac39d Background Color

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

This div background color is #dac39d


#dac39d Border Color

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

This div border color is #dac39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac39d


Comments

No comments written yet.

Please login to write comment.