Color Hex Logo

#daa520 Color Hex Goldenrod

#DAA520
(218,165,32)
156 Favorites   2 Comments

Color spaces of #daa520 Goldenrod

RGB 21816532
HSL0.120.740.49
HSV43°85°85°
CMYK 0.000.240.85   0.15
XYZ42.629341.92007.2111
Yxy41.92000.46460.4568
Hunter Lab64.74574.221638.7185
CIE-Lab70.81578.524968.7645

#daa520 color RGB value is (218,165,32). #daa520 color name is Goldenrod color.

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

The process color (four color CMYK) of #daa520 color hex is 0.00, 0.24, 0.85, 0.15. Web safe color of #daa520 is #cc9933. Color #daa520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00100000
Octal 332 245 40
Decimal 218 165 32
Hex DA A5 20

RGB Percentages of Color #daa520

%52.53
%39.76
%7.71

CMYK Percentages of Color #daa520

%0
%24
%85
%15

Triadic Colors of #daa520

#daa520 #20daa5 #a520da

Analogous Colors of #daa520

#daa520 #b2da20 #da4820

Monochromatic Colors of #daa520

#daa520

Complementary Color

#daa520 #2055da

#daa520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa520 Color CSS Codes

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

#daa520 Text Font Color

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

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


#daa520 Background Color

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

This div background color is #daa520


#daa520 Border Color

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

This div border color is #daa520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa520


Comments

13 Mar 2017, 14:10 solitonmedic

Goldenrod City

1 Jun 2016, 11:10 _ehh_

Love it It's teal

Please login to write comment.