Color Hex Logo

#daa804 Color Hex

#DAA804
(218,168,4)
0 Favorites   0 Comments

Color spaces of #daa804

RGB 2181684
HSL0.130.960.44
HSV46°98°85°
CMYK 0.000.230.98   0.15
XYZ42.938042.91956.1361
Yxy42.91950.46670.4665
Hunter Lab65.51302.343440.3058
CIE-Lab71.50036.495874.1840

#daa804 color RGB value is (218,168,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00000100
Octal 332 250 4
Decimal 218 168 4
Hex DA A8 4

RGB Percentages of Color #daa804

%55.90
%43.08
%1.03

CMYK Percentages of Color #daa804

%0
%23
%98
%15

Triadic Colors of #daa804

#daa804 #04daa8 #a804da

Analogous Colors of #daa804

#daa804 #a1da04 #da3d04

Monochromatic Colors of #daa804

#daa804

Complementary Color

#daa804 #0436da

#daa804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa804 Color CSS Codes

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

#daa804 Text Font Color

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

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


#daa804 Background Color

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

This div background color is #daa804


#daa804 Border Color

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

This div border color is #daa804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa804


Comments

No comments written yet.

Please login to write comment.