Color Hex Logo

#dac379 Color Hex

#DAC379
(218,195,121)
0 Favorites   0 Comments

Color spaces of #dac379

RGB 218195121
HSL0.130.570.66
HSV46°44°85°
CMYK 0.000.110.44   0.15
XYZ51.879755.316126.0319
Yxy55.31610.38940.4152
Hunter Lab74.3748-5.644331.3103
CIE-Lab79.2230-1.820740.0471

#dac379 color RGB value is (218,195,121).

#dac379 hex color red value is 218, green value is 195 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dac379 hue: 0.13 , saturation: 0.57 and the lightness value of dac379 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01111001
Octal 332 303 171
Decimal 218 195 121
Hex DA C3 79

RGB Percentages of Color #dac379

%40.82
%36.52
%22.66

CMYK Percentages of Color #dac379

%0
%11
%44
%15

Triadic Colors of #dac379

#dac379 #79dac3 #c379da

Analogous Colors of #dac379

#dac379 #c1da79 #da9379

Monochromatic Colors of #dac379

#dac379

Complementary Color

#dac379 #7990da

#dac379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac379 Color CSS Codes

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

#dac379 Text Font Color

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

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


#dac379 Background Color

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

This div background color is #dac379


#dac379 Border Color

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

This div border color is #dac379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac379


Comments

No comments written yet.

Please login to write comment.