COLOR #D3AD29

HEX: #D3AD29
RGB: (211,173,41)

Color info

#D3AD29 contains mainly red and green colors. Web safe color of #D3AD29 is #CC9933 (or #C93).

RGB color model

#D3AD29 color RGB value is (211,173,41).

  • red value is 211;
  • green value is 173;
  • blue value is 41.
RGB:
(211,173,41)
(83%,68%,16%)

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 41 of 255 = 16%

211
173
41

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

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 41 = 425 (100%)
R 211 of 425 ~ 49.65%
G 173 of 425 ~ 40.71%
B 41 of 425 ~ 9.65%

%49.65
%40.71
%9.65

CMYK color model

#D3AD29 color CMYK value is (0,18,81,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 80.57%
  • key color value is 17.25%
CMYK:
(0,18,81,17)
C0M18Y81K17 
(0%,18%,81%,17%)
(0.00/0.18/0.81/0.17)	

CMYK percentages

%0
%18.01
%80.57
%17.25

Codes

Color #D3AD29 in popluar color models

D3AD29
RGB21117341
HSL47°67.46%49.41%
HSB/HSV47°80.57%82.75%
CMYK0.00%18.01%80.57%
17.25%

Color #D3AD29 in popluar number systems.

HEXD3AD29
Decimal21117341
Binary1101001110101101101001
Octal32325551

Shades and tints

Shades of #D3AD29

#D3AD29
(211,173,41)
#C09E26
(192,158,38)
#AD8F23
(173,143,35)
#9A8020
(154,128,32)
#87711D
(135,113,29)
#74621A
(116,98,26)
#615317
(97,83,23)
#4E4414
(78,68,20)
#3B3511
(59,53,17)
#28260E
(40,38,14)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #D3AD29

#D3AD29
(211,173,41)
#D7B43C
(215,180,60)
#DBBB4F
(219,187,79)
#DFC262
(223,194,98)
#E3C975
(227,201,117)
#E7D088
(231,208,136)
#EBD79B
(235,215,155)
#EFDEAE
(239,222,174)
#F3E5C1
(243,229,193)
#F7ECD4
(247,236,212)
#FBF3E7
(251,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AD29 color. Also use rgb(211,173,41) instead hex code.

Text Font Color

.myTextColor { color: #D3AD29; }

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

This text font color is #D3AD29.


Background Color

.myBgColor { background-color: #D3AD29; }

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

This div background color is #D3AD29.


Border color

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

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

This div border color is #D3AD29.


Opacity

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

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

Text with #D3AD29 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 #D3AD29;}

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

This text has shadow with #D3AD29 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D3AD29;
-webkit-box-shadow: 1px 1px 3px 2px #D3AD29;
box-shadow:1px 1px 3px 2px #D3AD29;">
Div content here</div>
This div box has shadow with color #D3AD29.

Preview

Color preview on black background

This text has color #D3AD29 on black background.


Color preview on white background

This text has color #D3AD29 on white background.



Black color preview on #D3AD29 background

This text has black color on #D3AD29 background.


White color preview on #D3AD29 background

This text has white color on #D3AD29 background.