#daa520

Goldenrod

#daa520 color hex

#daa520 hex color information.
RGB value of #daa520 is (218,165,32)
Change page background color to #daa520 | Reset

#daa520 rgb color chart

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

Shades of #daa520

Tints of #daa520

RGB Percentages of Color #daa520

%52.53
%39.76
%7.71

CMYK Percentages of Color #daa520

%0
%24
%85
%15

#daa520 Goldenrod Color Info

#daa520 hex color red value is 218, green value is 165 and the blue value of its RGB is 165. 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 hex color is 0.00, 0.24, 0.85, 0.15. Web safe color of #daa520 is #cc9933

Color #daa520 contains mostly RED color. #daa520 color name is Goldenrod.

Base Numbers

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

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #daa520

Triadic Colors of #daa520

#daa520 #1fdaa5 #a51fda

Analogous Colors of #daa520

#daa520 #b1da1f #da481f

Complementary Color of #daa520

#daa520 #1f54da

#daa520 HSL Color Chart
#daa520 hsl color chart
#daa520 RGB Color Chart

#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; }
Sample text font color #daa520

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.

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

This div background color is #daa520

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

This div border color is #daa520

<div style="border:3px solid #daa520">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #daa520 Color Sample
#daa520border color

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

This div box has shadow with color #daa520

<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>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top