Color Hex Logo

#daa91d Color Hex

#DAA91D
(218,169,29)
0 Favorites   0 Comments

Color spaces of #daa91d

RGB 21816929
HSL0.120.770.48
HSV44°87°85°
CMYK 0.000.220.87   0.15
XYZ43.323243.37017.2503
Yxy43.37010.46120.4617
Hunter Lab65.85602.177839.5718
CIE-Lab71.80546.324470.3246

#daa91d color RGB value is (218,169,29).

#daa91d hex color red value is 218, green value is 169 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #daa91d hue: 0.12 , saturation: 0.77 and the lightness value of daa91d is 0.48.

The process color (four color CMYK) of #daa91d color hex is 0.00, 0.22, 0.87, 0.15. Web safe color of #daa91d is #cc9933. Color #daa91d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 00011101
Octal 332 251 35
Decimal 218 169 29
Hex DA A9 1D

RGB Percentages of Color #daa91d

%52.40
%40.63
%6.97

CMYK Percentages of Color #daa91d

%0
%22
%87
%15

Triadic Colors of #daa91d

#daa91d #1ddaa9 #a91dda

Analogous Colors of #daa91d

#daa91d #adda1d #da4b1d

Monochromatic Colors of #daa91d

#daa91d

Complementary Color

#daa91d #1d4eda

#daa91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa91d Color CSS Codes

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

#daa91d Text Font Color

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

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


#daa91d Background Color

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

This div background color is #daa91d


#daa91d Border Color

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

This div border color is #daa91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa91d


Comments

No comments written yet.

Please login to write comment.