Color Hex Logo

#dac73b Color Hex

#DAC73B
(218,199,59)
0 Favorites   0 Comments

Color spaces of #dac73b

RGB 21819959
HSL0.150.680.54
HSV53°73°85°
CMYK 0.000.090.73   0.15
XYZ50.126356.068012.3179
Yxy56.06800.42300.4731
Hunter Lab74.8786-11.543442.6615
CIE-Lab79.6525-8.328468.1894

#dac73b color RGB value is (218,199,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00111011
Octal 332 307 73
Decimal 218 199 59
Hex DA C7 3B

RGB Percentages of Color #dac73b

%45.80
%41.81
%12.39

CMYK Percentages of Color #dac73b

%0
%9
%73
%15

Triadic Colors of #dac73b

#dac73b #3bdac7 #c73bda

Analogous Colors of #dac73b

#dac73b #9eda3b #da783b

Monochromatic Colors of #dac73b

#dac73b

Complementary Color

#dac73b #3b4eda

#dac73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac73b Color CSS Codes

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

#dac73b Text Font Color

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

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


#dac73b Background Color

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

This div background color is #dac73b


#dac73b Border Color

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

This div border color is #dac73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac73b


Comments

No comments written yet.

Please login to write comment.