Color Hex Logo

#dac73e Color Hex

#DAC73E
(218,199,62)
0 Favorites   0 Comments

Color spaces of #dac73e

RGB 21819962
HSL0.150.680.55
HSV53°72°85°
CMYK 0.000.090.72   0.15
XYZ50.206456.100112.7397
Yxy56.10010.42170.4712
Hunter Lab74.9000-11.424242.3454
CIE-Lab79.6708-8.192067.1291

#dac73e color RGB value is (218,199,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00111110
Octal 332 307 76
Decimal 218 199 62
Hex DA C7 3E

RGB Percentages of Color #dac73e

%45.51
%41.54
%12.94

CMYK Percentages of Color #dac73e

%0
%9
%72
%15

Triadic Colors of #dac73e

#dac73e #3edac7 #c73eda

Analogous Colors of #dac73e

#dac73e #9fda3e #da793e

Monochromatic Colors of #dac73e

#dac73e

Complementary Color

#dac73e #3e51da

#dac73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac73e Color CSS Codes

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

#dac73e Text Font Color

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

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


#dac73e Background Color

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

This div background color is #dac73e


#dac73e Border Color

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

This div border color is #dac73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac73e


Comments

No comments written yet.

Please login to write comment.