Color Hex Logo

#dac517 Color Hex

#DAC517
(218,197,23)
0 Favorites   0 Comments

Color spaces of #dac517

RGB 21819723
HSL0.150.810.47
HSV54°89°85°
CMYK 0.000.100.89   0.15
XYZ49.034354.89988.8229
Yxy54.89980.43490.4869
Hunter Lab74.0944-11.537244.8060
CIE-Lab78.9835-8.399977.2187

#dac517 color RGB value is (218,197,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00010111
Octal 332 305 27
Decimal 218 197 23
Hex DA C5 17

RGB Percentages of Color #dac517

%49.77
%44.98
%5.25

CMYK Percentages of Color #dac517

%0
%10
%89
%15

Triadic Colors of #dac517

#dac517 #17dac5 #c517da

Analogous Colors of #dac517

#dac517 #8eda17 #da6317

Monochromatic Colors of #dac517

#dac517

Complementary Color

#dac517 #172cda

#dac517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac517 Color CSS Codes

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

#dac517 Text Font Color

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

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


#dac517 Background Color

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

This div background color is #dac517


#dac517 Border Color

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

This div border color is #dac517


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,197,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 #dac517">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac517


Comments

No comments written yet.

Please login to write comment.