Color Hex Logo

#daa719 Color Hex

#DAA719
(218,167,25)
1 Favorites   0 Comments

Color spaces of #daa719

RGB 21816725
HSL0.120.790.48
HSV44°89°85°
CMYK 0.000.230.89   0.15
XYZ42.907642.61306.8834
Yxy42.61300.46430.4612
Hunter Lab65.27863.090339.4431
CIE-Lab71.29157.305270.8296

#daa719 color RGB value is (218,167,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00011001
Octal 332 247 31
Decimal 218 167 25
Hex DA A7 19

RGB Percentages of Color #daa719

%53.17
%40.73
%6.10

CMYK Percentages of Color #daa719

%0
%23
%89
%15

Triadic Colors of #daa719

#daa719 #19daa7 #a719da

Analogous Colors of #daa719

#daa719 #adda19 #da4619

Monochromatic Colors of #daa719

#daa719

Complementary Color

#daa719 #194cda

#daa719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa719 Color CSS Codes

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

#daa719 Text Font Color

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

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


#daa719 Background Color

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

This div background color is #daa719


#daa719 Border Color

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

This div border color is #daa719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa719


Comments

No comments written yet.

Please login to write comment.