Color Hex Logo

#daa611 Color Hex

#DAA611
(218,166,17)
0 Favorites   0 Comments

Color spaces of #daa611

RGB 21816617
HSL0.120.860.46
HSV44°92°85°
CMYK 0.000.240.92   0.15
XYZ42.650842.21836.4313
Yxy42.21830.46710.4624
Hunter Lab64.97563.462339.6144
CIE-Lab71.02127.703872.1475

#daa611 color RGB value is (218,166,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00010001
Octal 332 246 21
Decimal 218 166 17
Hex DA A6 11

RGB Percentages of Color #daa611

%54.36
%41.40
%4.24

CMYK Percentages of Color #daa611

%0
%24
%92
%15

Triadic Colors of #daa611

#daa611 #11daa6 #a611da

Analogous Colors of #daa611

#daa611 #aada11 #da4211

Monochromatic Colors of #daa611

#daa611

Complementary Color

#daa611 #1145da

#daa611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa611 Color CSS Codes

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

#daa611 Text Font Color

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

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


#daa611 Background Color

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

This div background color is #daa611


#daa611 Border Color

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

This div border color is #daa611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa611


Comments

No comments written yet.

Please login to write comment.