Color Hex Logo

#daa109 Color Hex

#DAA109
(218,161,9)
0 Favorites   0 Comments

Color spaces of #daa109

RGB 2181619
HSL0.120.920.45
HSV44°96°85°
CMYK 0.000.260.96   0.15
XYZ41.707640.41495.8611
Yxy40.41490.47400.4593
Hunter Lab63.57275.854739.0346
CIE-Lab69.764010.279672.3535

#daa109 color RGB value is (218,161,9).

#daa109 hex color red value is 218, green value is 161 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #daa109 hue: 0.12 , saturation: 0.92 and the lightness value of daa109 is 0.45.

The process color (four color CMYK) of #daa109 color hex is 0.00, 0.26, 0.96, 0.15. Web safe color of #daa109 is #cc9900. Color #daa109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 00001001
Octal 332 241 11
Decimal 218 161 9
Hex DA A1 9

RGB Percentages of Color #daa109

%56.19
%41.49
%2.32

CMYK Percentages of Color #daa109

%0
%26
%96
%15

Triadic Colors of #daa109

#daa109 #09daa1 #a109da

Analogous Colors of #daa109

#daa109 #abda09 #da3909

Monochromatic Colors of #daa109

#daa109

Complementary Color

#daa109 #0942da

#daa109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa109 Color CSS Codes

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

#daa109 Text Font Color

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

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


#daa109 Background Color

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

This div background color is #daa109


#daa109 Border Color

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

This div border color is #daa109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa109


Comments

No comments written yet.

Please login to write comment.