Color Hex Logo

#daa429 Color Hex

#DAA429
(218,164,41)
0 Favorites   0 Comments

Color spaces of #daa429

RGB 21816441
HSL0.120.710.51
HSV42°81°85°
CMYK 0.000.250.81   0.15
XYZ42.589141.61647.8859
Yxy41.61640.46250.4519
Hunter Lab64.51084.949337.9098
CIE-Lab70.60569.310265.9531

#daa429 color RGB value is (218,164,41).

#daa429 hex color red value is 218, green value is 164 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #daa429 hue: 0.12 , saturation: 0.71 and the lightness value of daa429 is 0.51.

The process color (four color CMYK) of #daa429 color hex is 0.00, 0.25, 0.81, 0.15. Web safe color of #daa429 is #cc9933. Color #daa429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00101001
Octal 332 244 51
Decimal 218 164 41
Hex DA A4 29

RGB Percentages of Color #daa429

%51.54
%38.77
%9.69

CMYK Percentages of Color #daa429

%0
%25
%81
%15

Triadic Colors of #daa429

#daa429 #29daa4 #a429da

Analogous Colors of #daa429

#daa429 #b8da29 #da4c29

Monochromatic Colors of #daa429

#daa429

Complementary Color

#daa429 #295fda

#daa429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa429 Color CSS Codes

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

#daa429 Text Font Color

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

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


#daa429 Background Color

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

This div background color is #daa429


#daa429 Border Color

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

This div border color is #daa429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa429


Comments

No comments written yet.

Please login to write comment.