Color Hex Logo

#dac74f Color Hex

#DAC74F
(218,199,79)
0 Favorites   0 Comments

Color spaces of #dac74f

RGB 21819979
HSL0.140.650.58
HSV52°64°85°
CMYK 0.000.090.64   0.15
XYZ50.748156.316815.5926
Yxy56.31680.41370.4591
Hunter Lab75.0445-10.619140.2120
CIE-Lab79.7938-7.273960.5253

#dac74f color RGB value is (218,199,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01001111
Octal 332 307 117
Decimal 218 199 79
Hex DA C7 4F

RGB Percentages of Color #dac74f

%43.95
%40.12
%15.93

CMYK Percentages of Color #dac74f

%0
%9
%64
%15

Triadic Colors of #dac74f

#dac74f #4fdac7 #c74fda

Analogous Colors of #dac74f

#dac74f #a8da4f #da824f

Monochromatic Colors of #dac74f

#dac74f

Complementary Color

#dac74f #4f62da

#dac74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac74f Color CSS Codes

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

#dac74f Text Font Color

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

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


#dac74f Background Color

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

This div background color is #dac74f


#dac74f Border Color

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

This div border color is #dac74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac74f


Comments

No comments written yet.

Please login to write comment.