Color Hex Logo

#daa705 Color Hex

#DAA705
(218,167,5)
0 Favorites   0 Comments

Color spaces of #daa705

RGB 2181675
HSL0.130.960.44
HSV46°98°85°
CMYK 0.000.230.98   0.15
XYZ42.759642.55386.1036
Yxy42.55380.46770.4655
Hunter Lab65.23332.846340.1158
CIE-Lab71.25117.038073.8899

#daa705 color RGB value is (218,167,5).

#daa705 hex color red value is 218, green value is 167 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #daa705 hue: 0.13 , saturation: 0.96 and the lightness value of daa705 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00000101
Octal 332 247 5
Decimal 218 167 5
Hex DA A7 5

RGB Percentages of Color #daa705

%55.90
%42.82
%1.28

CMYK Percentages of Color #daa705

%0
%23
%98
%15

Triadic Colors of #daa705

#daa705 #05daa7 #a705da

Analogous Colors of #daa705

#daa705 #a3da05 #da3c05

Monochromatic Colors of #daa705

#daa705

Complementary Color

#daa705 #0538da

#daa705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa705 Color CSS Codes

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

#daa705 Text Font Color

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

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


#daa705 Background Color

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

This div background color is #daa705


#daa705 Border Color

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

This div border color is #daa705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa705


Comments

No comments written yet.

Please login to write comment.