Color Hex Logo

#dac77c Color Hex

#DAC77C
(218,199,124)
0 Favorites   0 Comments

Color spaces of #dac77c

RGB 218199124
HSL0.130.560.67
HSV48°43°85°
CMYK 0.000.090.43   0.15
XYZ52.975057.207527.3189
Yxy57.20750.38530.4161
Hunter Lab75.6356-7.341431.5299
CIE-Lab80.2962-3.590839.8845

#dac77c color RGB value is (218,199,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01111100
Octal 332 307 174
Decimal 218 199 124
Hex DA C7 7C

RGB Percentages of Color #dac77c

%40.30
%36.78
%22.92

CMYK Percentages of Color #dac77c

%0
%9
%43
%15

Triadic Colors of #dac77c

#dac77c #7cdac7 #c77cda

Analogous Colors of #dac77c

#dac77c #beda7c #da987c

Monochromatic Colors of #dac77c

#dac77c

Complementary Color

#dac77c #7c8fda

#dac77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac77c Color CSS Codes

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

#dac77c Text Font Color

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

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


#dac77c Background Color

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

This div background color is #dac77c


#dac77c Border Color

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

This div border color is #dac77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac77c


Comments

No comments written yet.

Please login to write comment.