Color Hex Logo

#dac171 Color Hex

#DAC171
(218,193,113)
0 Favorites   0 Comments

Color spaces of #dac171

RGB 218193113
HSL0.130.590.65
HSV46°48°85°
CMYK 0.000.110.48   0.15
XYZ50.964054.237623.4056
Yxy54.23760.39630.4217
Hunter Lab73.6462-5.356832.7093
CIE-Lab78.6001-1.554243.2963

#dac171 color RGB value is (218,193,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01110001
Octal 332 301 161
Decimal 218 193 113
Hex DA C1 71

RGB Percentages of Color #dac171

%41.60
%36.83
%21.56

CMYK Percentages of Color #dac171

%0
%11
%48
%15

Triadic Colors of #dac171

#dac171 #71dac1 #c171da

Analogous Colors of #dac171

#dac171 #bfda71 #da8d71

Monochromatic Colors of #dac171

#dac171

Complementary Color

#dac171 #718ada

#dac171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac171 Color CSS Codes

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

#dac171 Text Font Color

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

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


#dac171 Background Color

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

This div background color is #dac171


#dac171 Border Color

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

This div border color is #dac171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac171


Comments

No comments written yet.

Please login to write comment.