Color Hex Logo

#dac73f Color Hex

#DAC73F
(218,199,63)
0 Favorites   0 Comments

Color spaces of #dac73f

RGB 21819963
HSL0.150.680.55
HSV53°71°85°
CMYK 0.000.090.71   0.15
XYZ50.234156.111212.8855
Yxy56.11120.42130.4706
Hunter Lab74.9074-11.383042.2362
CIE-Lab79.6771-8.144966.7682

#dac73f color RGB value is (218,199,63).

#dac73f hex color red value is 218, green value is 199 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dac73f hue: 0.15 , saturation: 0.68 and the lightness value of dac73f is 0.55.

The process color (four color CMYK) of #dac73f color hex is 0.00, 0.09, 0.71, 0.15. Web safe color of #dac73f is #cccc33. Color #dac73f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00111111
Octal 332 307 77
Decimal 218 199 63
Hex DA C7 3F

RGB Percentages of Color #dac73f

%45.42
%41.46
%13.13

CMYK Percentages of Color #dac73f

%0
%9
%71
%15

Triadic Colors of #dac73f

#dac73f #3fdac7 #c73fda

Analogous Colors of #dac73f

#dac73f #a0da3f #da7a3f

Monochromatic Colors of #dac73f

#dac73f

Complementary Color

#dac73f #3f52da

#dac73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac73f Color CSS Codes

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

#dac73f Text Font Color

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

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


#dac73f Background Color

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

This div background color is #dac73f


#dac73f Border Color

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

This div border color is #dac73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac73f


Comments

No comments written yet.

Please login to write comment.