Color Hex Logo

#daa90d Color Hex

#DAA90D
(218,169,13)
0 Favorites   0 Comments

Color spaces of #daa90d

RGB 21816913
HSL0.130.890.45
HSV46°94°85°
CMYK 0.000.220.94   0.15
XYZ43.174143.31046.4650
Yxy43.31040.46450.4660
Hunter Lab65.81061.933740.2430
CIE-Lab71.76516.056273.2944

#daa90d color RGB value is (218,169,13).

#daa90d hex color red value is 218, green value is 169 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #daa90d hue: 0.13 , saturation: 0.89 and the lightness value of daa90d is 0.45.

The process color (four color CMYK) of #daa90d color hex is 0.00, 0.22, 0.94, 0.15. Web safe color of #daa90d is #cc9900. Color #daa90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 00001101
Octal 332 251 15
Decimal 218 169 13
Hex DA A9 D

RGB Percentages of Color #daa90d

%54.50
%42.25
%3.25

CMYK Percentages of Color #daa90d

%0
%22
%94
%15

Triadic Colors of #daa90d

#daa90d #0ddaa9 #a90dda

Analogous Colors of #daa90d

#daa90d #a5da0d #da430d

Monochromatic Colors of #daa90d

#daa90d

Complementary Color

#daa90d #0d3eda

#daa90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa90d Color CSS Codes

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

#daa90d Text Font Color

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

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


#daa90d Background Color

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

This div background color is #daa90d


#daa90d Border Color

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

This div border color is #daa90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa90d


Comments

No comments written yet.

Please login to write comment.