Color Hex Logo

#dac66f Color Hex

#DAC66F
(218,198,111)
0 Favorites   0 Comments

Color spaces of #dac66f

RGB 218198111
HSL0.140.590.65
HSV49°49°85°
CMYK 0.000.090.49   0.15
XYZ51.976856.441323.1937
Yxy56.44130.39490.4288
Hunter Lab75.1274-7.978034.2849
CIE-Lab79.8643-4.330345.8387

#dac66f color RGB value is (218,198,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01101111
Octal 332 306 157
Decimal 218 198 111
Hex DA C6 6F

RGB Percentages of Color #dac66f

%41.37
%37.57
%21.06

CMYK Percentages of Color #dac66f

%0
%9
%49
%15

Triadic Colors of #dac66f

#dac66f #6fdac6 #c66fda

Analogous Colors of #dac66f

#dac66f #b9da6f #da916f

Monochromatic Colors of #dac66f

#dac66f

Complementary Color

#dac66f #6f83da

#dac66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac66f Color CSS Codes

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

#dac66f Text Font Color

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

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


#dac66f Background Color

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

This div background color is #dac66f


#dac66f Border Color

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

This div border color is #dac66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac66f


Comments

No comments written yet.

Please login to write comment.