Color Hex Logo

#daa419 Color Hex

#DAA419
(218,164,25)
0 Favorites   0 Comments

Color spaces of #daa419

RGB 21816425
HSL0.120.790.48
HSV43°89°85°
CMYK 0.000.250.89   0.15
XYZ42.364441.52656.7023
Yxy41.52650.46760.4584
Hunter Lab64.44114.576438.9422
CIE-Lab70.54328.905170.2444

#daa419 color RGB value is (218,164,25).

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

The process color (four color CMYK) of #daa419 color hex is 0.00, 0.25, 0.89, 0.15. Web safe color of #daa419 is #cc9900. Color #daa419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00011001
Octal 332 244 31
Decimal 218 164 25
Hex DA A4 19

RGB Percentages of Color #daa419

%53.56
%40.29
%6.14

CMYK Percentages of Color #daa419

%0
%25
%89
%15

Triadic Colors of #daa419

#daa419 #19daa4 #a419da

Analogous Colors of #daa419

#daa419 #b0da19 #da4419

Monochromatic Colors of #daa419

#daa419

Complementary Color

#daa419 #194fda

#daa419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa419 Color CSS Codes

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

#daa419 Text Font Color

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

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


#daa419 Background Color

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

This div background color is #daa419


#daa419 Border Color

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

This div border color is #daa419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa419


Comments

No comments written yet.

Please login to write comment.