Color Hex Logo

#dac71c Color Hex

#DAC71C
(218,199,28)
0 Favorites   0 Comments

Color spaces of #dac71c

RGB 21819928
HSL0.150.770.48
HSV54°87°85°
CMYK 0.000.090.87   0.15
XYZ49.546555.83619.2647
Yxy55.83610.43220.4870
Hunter Lab74.7236-12.409344.9553
CIE-Lab79.5204-9.322876.7233

#dac71c color RGB value is (218,199,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00011100
Octal 332 307 34
Decimal 218 199 28
Hex DA C7 1C

RGB Percentages of Color #dac71c

%48.99
%44.72
%6.29

CMYK Percentages of Color #dac71c

%0
%9
%87
%15

Triadic Colors of #dac71c

#dac71c #1cdac7 #c71cda

Analogous Colors of #dac71c

#dac71c #8eda1c #da681c

Monochromatic Colors of #dac71c

#dac71c

Complementary Color

#dac71c #1c2fda

#dac71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac71c Color CSS Codes

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

#dac71c Text Font Color

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

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


#dac71c Background Color

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

This div background color is #dac71c


#dac71c Border Color

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

This div border color is #dac71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac71c


Comments

No comments written yet.

Please login to write comment.