Color Hex Logo

#dac781 Color Hex

#DAC781
(218,199,129)
0 Favorites   0 Comments

Color spaces of #dac781

RGB 218199129
HSL0.130.550.68
HSV47°41°85°
CMYK 0.000.090.41   0.15
XYZ53.299357.337329.0269
Yxy57.33730.38160.4105
Hunter Lab75.7214-6.868630.2769
CIE-Lab80.3689-3.066537.4341

#dac781 color RGB value is (218,199,129).

#dac781 hex color red value is 218, green value is 199 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dac781 hue: 0.13 , saturation: 0.55 and the lightness value of dac781 is 0.68.

The process color (four color CMYK) of #dac781 color hex is 0.00, 0.09, 0.41, 0.15. Web safe color of #dac781 is #cccc99. Color #dac781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 10000001
Octal 332 307 201
Decimal 218 199 129
Hex DA C7 81

RGB Percentages of Color #dac781

%39.93
%36.45
%23.63

CMYK Percentages of Color #dac781

%0
%9
%41
%15

Triadic Colors of #dac781

#dac781 #81dac7 #c781da

Analogous Colors of #dac781

#dac781 #c1da81 #da9b81

Monochromatic Colors of #dac781

#dac781

Complementary Color

#dac781 #8194da

#dac781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac781 Color CSS Codes

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

#dac781 Text Font Color

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

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


#dac781 Background Color

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

This div background color is #dac781


#dac781 Border Color

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

This div border color is #dac781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac781

#dac781 Color Palettes


Comments

No comments written yet.

Please login to write comment.