Color Hex Logo

#daa619 Color Hex

#DAA619
(218,166,25)
0 Favorites   0 Comments

Color spaces of #daa619

RGB 21816625
HSL0.120.790.48
HSV44°89°85°
CMYK 0.000.240.89   0.15
XYZ42.725142.24806.8225
Yxy42.24800.46540.4602
Hunter Lab64.99853.585239.2756
CIE-Lab71.04167.838070.6344

#daa619 color RGB value is (218,166,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00011001
Octal 332 246 31
Decimal 218 166 25
Hex DA A6 19

RGB Percentages of Color #daa619

%53.30
%40.59
%6.11

CMYK Percentages of Color #daa619

%0
%24
%89
%15

Triadic Colors of #daa619

#daa619 #19daa6 #a619da

Analogous Colors of #daa619

#daa619 #aeda19 #da4619

Monochromatic Colors of #daa619

#daa619

Complementary Color

#daa619 #194dda

#daa619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa619 Color CSS Codes

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

#daa619 Text Font Color

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

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


#daa619 Background Color

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

This div background color is #daa619


#daa619 Border Color

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

This div border color is #daa619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa619


Comments

No comments written yet.

Please login to write comment.