Color Hex Logo

#dac771 Color Hex

#DAC771
(218,199,113)
0 Favorites   0 Comments

Color spaces of #dac771

RGB 218199113
HSL0.140.590.65
HSV49°48°85°
CMYK 0.000.090.48   0.15
XYZ52.317556.944523.8567
Yxy56.94450.39300.4278
Hunter Lab75.4616-8.303734.0789
CIE-Lab80.1484-4.663245.2010

#dac771 color RGB value is (218,199,113).

#dac771 hex color red value is 218, green value is 199 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dac771 hue: 0.14 , saturation: 0.59 and the lightness value of dac771 is 0.65.

The process color (four color CMYK) of #dac771 color hex is 0.00, 0.09, 0.48, 0.15. Web safe color of #dac771 is #cccc66. Color #dac771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01110001
Octal 332 307 161
Decimal 218 199 113
Hex DA C7 71

RGB Percentages of Color #dac771

%41.13
%37.55
%21.32

CMYK Percentages of Color #dac771

%0
%9
%48
%15

Triadic Colors of #dac771

#dac771 #71dac7 #c771da

Analogous Colors of #dac771

#dac771 #b9da71 #da9371

Monochromatic Colors of #dac771

#dac771

Complementary Color

#dac771 #7184da

#dac771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac771 Color CSS Codes

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

#dac771 Text Font Color

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

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


#dac771 Background Color

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

This div background color is #dac771


#dac771 Border Color

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

This div border color is #dac771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac771


Comments

No comments written yet.

Please login to write comment.