Color Hex Logo

#dac59a Color Hex

#DAC59A
(218,197,154)
0 Favorites   0 Comments

Color spaces of #dac59a

RGB 218197154
HSL0.110.460.73
HSV40°29°85°
CMYK 0.000.100.29   0.15
XYZ54.712457.171038.7233
Yxy57.17100.36330.3796
Hunter Lab75.6115-3.157722.5636
CIE-Lab80.27570.947624.2933

#dac59a color RGB value is (218,197,154).

#dac59a hex color red value is 218, green value is 197 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dac59a hue: 0.11 , saturation: 0.46 and the lightness value of dac59a is 0.73.

The process color (four color CMYK) of #dac59a color hex is 0.00, 0.10, 0.29, 0.15. Web safe color of #dac59a is #cccc99. Color #dac59a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10011010
Octal 332 305 232
Decimal 218 197 154
Hex DA C5 9A

RGB Percentages of Color #dac59a

%38.31
%34.62
%27.07

CMYK Percentages of Color #dac59a

%0
%10
%29
%15

Triadic Colors of #dac59a

#dac59a #9adac5 #c59ada

Analogous Colors of #dac59a

#dac59a #cfda9a #daa59a

Monochromatic Colors of #dac59a

#dac59a

Complementary Color

#dac59a #9aafda

#dac59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac59a Color CSS Codes

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

#dac59a Text Font Color

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

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


#dac59a Background Color

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

This div background color is #dac59a


#dac59a Border Color

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

This div border color is #dac59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac59a


Comments

No comments written yet.

Please login to write comment.