Color Hex Logo

#dac519 Color Hex

#DAC519
(218,197,25)
0 Favorites   0 Comments

Color spaces of #dac519

RGB 21819725
HSL0.150.790.48
HSV53°89°85°
CMYK 0.000.100.89   0.15
XYZ49.055254.90818.9325
Yxy54.90810.43450.4864
Hunter Lab74.1000-11.505644.7228
CIE-Lab78.9883-8.363576.8700

#dac519 color RGB value is (218,197,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00011001
Octal 332 305 31
Decimal 218 197 25
Hex DA C5 19

RGB Percentages of Color #dac519

%49.55
%44.77
%5.68

CMYK Percentages of Color #dac519

%0
%10
%89
%15

Triadic Colors of #dac519

#dac519 #19dac5 #c519da

Analogous Colors of #dac519

#dac519 #8fda19 #da6519

Monochromatic Colors of #dac519

#dac519

Complementary Color

#dac519 #192eda

#dac519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac519 Color CSS Codes

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

#dac519 Text Font Color

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

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


#dac519 Background Color

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

This div background color is #dac519


#dac519 Border Color

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

This div border color is #dac519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac519


Comments

No comments written yet.

Please login to write comment.