COLOR #DAA520

HEX: #DAA520 RGB: (218,165,32)

Color info

Color name is Goldenrod. #DAA520 contains mainly red and green colors. Web safe color of #DAA520 is #CC9933 (or #C93).

RGB color model

#DAA520 color RGB value is (218,165,32).

RGB: (218,165,32) (85%, 65%, 13%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 32 of 255 = 13%

218
165
32

R + G + B ~ 54%. #DAA520 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 218 + 165 + 32 = 415 (100%)
R 218 of 415 ~ 52.53%
G 165 of 415 ~ 39.76%
B 32 of 415 ~ 7.71'%

%52.53
%39.76

CMYK color model

#DAA520 color CMYK value is (0,24,85,15).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 85.32%
  • key color value is 14.51%

CMYK: (0,24,85,15)
C0M24Y85K15 (0%, 24%, 85%, 15%)
(0.00 / 0.24 / 0.85 / 0.15)

CMYK percentages

%0
%24.31
%85.32
%14.51

Codes

Color #DAA520 in popluar color models

DA A5 20
RGB 218 165 32
HSL 43° 74.40% 49.02%
HSB/HSV 43° 85.32% 85.49%
CMYK 0.00% 24.31% 85.32%
14.51%

Color #DAA520 in popluar number systems.

HEX DA A5 20
Decimal 218 165 32
Binary 11011010 10100101 100000
Octal 332 245 40

Shades and tints

Shades of #DAA520

#DAA520
(218,165,32)
#C7961E
(199,150,30)
#B4871C
(180,135,28)
#A1781A
(161,120,26)
#8E6918
(142,105,24)
#7B5A16
(123,90,22)
#684B14
(104,75,20)
#553C12
(85,60,18)
#422D10
(66,45,16)
#2F1E0E
(47,30,14)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #DAA520

#DAA520
(218,165,32)
#DDAD34
(221,173,52)
#E0B548
(224,181,72)
#E3BD5C
(227,189,92)
#E6C570
(230,197,112)
#E9CD84
(233,205,132)
#ECD598
(236,213,152)
#EFDDAC
(239,221,172)
#F2E5C0
(242,229,192)
#F5EDD4
(245,237,212)
#F8F5E8
(248,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA520 color. Also use rgb(218,165,32) instead hex code.

Text Font Color

.myTextColor { color: #DAA520; }

<p style="color:#DAA520">This sample text font color is #DAA520.</p>

This text font color is #DAA520.

Background Color

.myBgColor { background-color: #DAA520; }

<div style="background-color:#DAA520">Inner text</div>

This div background color is #DAA520.

Border color

.myBorderColor { border: 1px solid #DAA520; }

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

This div border color is #DAA520.

Opacity

.myOpacity80 { color: #DAA520; opacity: 0.8; }

<p style="color:#DAA520;opacity:0.8;">80%</p>

Text with #DAA520 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DAA520;}

<p style="text-shadow: 3px 3px 1px #DAA520">Text here.</p>

This text has shadow with #DAA520 color.


.textShadow {text-shadow: 3px 3px 1px #DAA520', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DAA520, 5px 5px 20px red">Text here.</p>

This text has shadow with #DAA520 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAA520, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DAA520, Direction=45, Strength=4)">Text</p>

This text has shadow with #DAA520 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DAA520;
-webkit-box-shadow: 1px 1px 3px 2px #DAA520;
box-shadow: 1px 1px 3px 2px #DAA520;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #DAA520 on black background.


Color preview on white background

This text has color #DAA520 on white background.


Black color preview on #DAA520 background

This text has black color on #DAA520 background.


White color preview on #DAA520 background

This text has white color on #DAA520 background.


Related colors

Complementary color

Complementary color for #hex is #255ADF.


I love getcolorcode.com

Gradients

Color #DAA520 is used in Goldenrod gradient.

Goldenrod


Triadic colors

1 #20DAA5 and #A520DA with #DAA520 are triadic colors.

2 #20A5DA and #A5DA20 with #DAA520 are triadic colors.