COLOR #D3AD07

HEX: #D3AD07
RGB: (211,173,7)

Color info

#D3AD07 contains mainly red and green colors. Web safe color of #D3AD07 is #CC9900 (or #C90).

RGB color model

#D3AD07 color RGB value is (211,173,7).

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

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 7 of 255 = 3%

211
173
7

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

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 7 = 391 (100%)
R 211 of 391 ~ 53.96%
G 173 of 391 ~ 44.25%
B 7 of 391 ~ 1.79%

%53.96
%44.25

CMYK color model

#D3AD07 color CMYK value is (0,18,97,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 96.68%
  • key color value is 17.25%
CMYK:
(0,18,97,17)
C0M18Y97K17 
(0%,18%,97%,17%)
(0.00/0.18/0.97/0.17)	

CMYK percentages

%0
%18.01
%96.68
%17.25

Codes

Color #D3AD07 in popluar color models

D3AD07
RGB2111737
HSL49°93.58%42.75%
HSB/HSV49°96.68%82.75%
CMYK0.00%18.01%96.68%
17.25%

Color #D3AD07 in popluar number systems.

HEXD3AD07
Decimal2111737
Binary1101001110101101111
Octal3232557

Shades and tints

Shades of #D3AD07

#D3AD07
(211,173,7)
#C09E07
(192,158,7)
#AD8F07
(173,143,7)
#9A8007
(154,128,7)
#877107
(135,113,7)
#746207
(116,98,7)
#615307
(97,83,7)
#4E4407
(78,68,7)
#3B3507
(59,53,7)
#282607
(40,38,7)
#151707
(21,23,7)
#000000
(0,0,0)

Tints of #D3AD07

#D3AD07
(211,173,7)
#D7B41D
(215,180,29)
#DBBB33
(219,187,51)
#DFC249
(223,194,73)
#E3C95F
(227,201,95)
#E7D075
(231,208,117)
#EBD78B
(235,215,139)
#EFDEA1
(239,222,161)
#F3E5B7
(243,229,183)
#F7ECCD
(247,236,205)
#FBF3E3
(251,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AD07; }

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

This text font color is #D3AD07.


Background Color

.myBgColor { background-color: #D3AD07; }

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

This div background color is #D3AD07.


Border color

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

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

This div border color is #D3AD07.


Opacity

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

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

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

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

This text has shadow with #D3AD07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AD07 on black background.


Color preview on white background

This text has color #D3AD07 on white background.



Black color preview on #D3AD07 background

This text has black color on #D3AD07 background.


White color preview on #D3AD07 background

This text has white color on #D3AD07 background.