Color Hex Logo

#dac711 Color Hex

#DAC711
(218,199,17)
0 Favorites   0 Comments

Color spaces of #dac711

RGB 21819917
HSL0.150.860.46
HSV54°92°85°
CMYK 0.000.090.92   0.15
XYZ49.438055.79278.6937
Yxy55.79270.43400.4897
Hunter Lab74.6945-12.571745.3854
CIE-Lab79.4957-9.510078.5263

#dac711 color RGB value is (218,199,17).

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

The process color (four color CMYK) of #dac711 color hex is 0.00, 0.09, 0.92, 0.15. Web safe color of #dac711 is #cccc00. Color #dac711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00010001
Octal 332 307 21
Decimal 218 199 17
Hex DA C7 11

RGB Percentages of Color #dac711

%50.23
%45.85
%3.92

CMYK Percentages of Color #dac711

%0
%9
%92
%15

Triadic Colors of #dac711

#dac711 #11dac7 #c711da

Analogous Colors of #dac711

#dac711 #89da11 #da6311

Monochromatic Colors of #dac711

#dac711

Complementary Color

#dac711 #1124da

#dac711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac711 Color CSS Codes

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

#dac711 Text Font Color

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

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


#dac711 Background Color

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

This div background color is #dac711


#dac711 Border Color

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

This div border color is #dac711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac711


Comments

No comments written yet.

Please login to write comment.