Color Hex Logo

#daa511 Color Hex

#DAA511
(218,165,17)
0 Favorites   0 Comments

Color spaces of #daa511

RGB 21816517
HSL0.120.860.46
HSV44°92°85°
CMYK 0.000.240.92   0.15
XYZ42.469841.85626.3710
Yxy41.85620.46830.4615
Hunter Lab64.69643.957339.4489
CIE-Lab70.77178.236971.9615

#daa511 color RGB value is (218,165,17).

#daa511 hex color red value is 218, green value is 165 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #daa511 hue: 0.12 , saturation: 0.86 and the lightness value of daa511 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00010001
Octal 332 245 21
Decimal 218 165 17
Hex DA A5 11

RGB Percentages of Color #daa511

%54.50
%41.25
%4.25

CMYK Percentages of Color #daa511

%0
%24
%92
%15

Triadic Colors of #daa511

#daa511 #11daa5 #a511da

Analogous Colors of #daa511

#daa511 #abda11 #da4111

Monochromatic Colors of #daa511

#daa511

Complementary Color

#daa511 #1146da

#daa511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa511 Color CSS Codes

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

#daa511 Text Font Color

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

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


#daa511 Background Color

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

This div background color is #daa511


#daa511 Border Color

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

This div border color is #daa511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa511


Comments

No comments written yet.

Please login to write comment.