Color Hex Logo

#daa41e Color Hex

#DAA41E
(218,164,30)
0 Favorites   0 Comments

Color spaces of #daa41e

RGB 21816430
HSL0.120.760.49
HSV43°86°85°
CMYK 0.000.250.86   0.15
XYZ42.423241.55017.0123
Yxy41.55010.46630.4567
Hunter Lab64.45944.673938.6716
CIE-Lab70.55969.011169.0735

#daa41e color RGB value is (218,164,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00011110
Octal 332 244 36
Decimal 218 164 30
Hex DA A4 1E

RGB Percentages of Color #daa41e

%52.91
%39.81
%7.28

CMYK Percentages of Color #daa41e

%0
%25
%86
%15

Triadic Colors of #daa41e

#daa41e #1edaa4 #a41eda

Analogous Colors of #daa41e

#daa41e #b2da1e #da461e

Monochromatic Colors of #daa41e

#daa41e

Complementary Color

#daa41e #1e54da

#daa41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa41e Color CSS Codes

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

#daa41e Text Font Color

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

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


#daa41e Background Color

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

This div background color is #daa41e


#daa41e Border Color

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

This div border color is #daa41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa41e


Comments

No comments written yet.

Please login to write comment.