Color Hex Logo

#dac717 Color Hex

#DAC717
(218,199,23)
0 Favorites   0 Comments

Color spaces of #dac717

RGB 21819923
HSL0.150.810.47
HSV54°89°85°
CMYK 0.000.090.89   0.15
XYZ49.491555.81418.9753
Yxy55.81410.43310.4884
Hunter Lab74.7088-12.491645.1733
CIE-Lab79.5079-9.417677.6273

#dac717 color RGB value is (218,199,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 00010111
Octal 332 307 27
Decimal 218 199 23
Hex DA C7 17

RGB Percentages of Color #dac717

%49.55
%45.23
%5.23

CMYK Percentages of Color #dac717

%0
%9
%89
%15

Triadic Colors of #dac717

#dac717 #17dac7 #c717da

Analogous Colors of #dac717

#dac717 #8cda17 #da6617

Monochromatic Colors of #dac717

#dac717

Complementary Color

#dac717 #172ada

#dac717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac717 Color CSS Codes

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

#dac717 Text Font Color

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

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


#dac717 Background Color

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

This div background color is #dac717


#dac717 Border Color

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

This div border color is #dac717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac717


Comments

No comments written yet.

Please login to write comment.