COLOR #D3AD76

HEX: #D3AD76
RGB: (211,173,118)

Color info

#D3AD76 contains mainly red and green colors. Web safe color of #D3AD76 is #CC9966 (or #C96).

RGB color model

#D3AD76 color RGB value is (211,173,118).

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

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 118 of 255 = 46%

211
173
118

R + G + B ~ 66%. #D3AD76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 118 = 502 (100%)
R 211 of 502 ~ 42.03%
G 173 of 502 ~ 34.46%
B 118 of 502 ~ 23.51%

%42.03
%34.46
%23.51

CMYK color model

#D3AD76 color CMYK value is (0,18,44,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 44.08%
  • key color value is 17.25%
CMYK:
(0,18,44,17)
C0M18Y44K17 
(0%,18%,44%,17%)
(0.00/0.18/0.44/0.17)	

CMYK percentages

%0
%18.01
%44.08
%17.25

Codes

Color #D3AD76 in popluar color models

D3AD76
RGB211173118
HSL35°51.38%64.51%
HSB/HSV35°44.08%82.75%
CMYK0.00%18.01%44.08%
17.25%

Color #D3AD76 in popluar number systems.

HEXD3AD76
Decimal211173118
Binary11010011101011011110110
Octal323255166

Shades and tints

Shades of #D3AD76

#D3AD76
(211,173,118)
#C09E6C
(192,158,108)
#AD8F62
(173,143,98)
#9A8058
(154,128,88)
#87714E
(135,113,78)
#746244
(116,98,68)
#61533A
(97,83,58)
#4E4430
(78,68,48)
#3B3526
(59,53,38)
#28261C
(40,38,28)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #D3AD76

#D3AD76
(211,173,118)
#D7B482
(215,180,130)
#DBBB8E
(219,187,142)
#DFC29A
(223,194,154)
#E3C9A6
(227,201,166)
#E7D0B2
(231,208,178)
#EBD7BE
(235,215,190)
#EFDECA
(239,222,202)
#F3E5D6
(243,229,214)
#F7ECE2
(247,236,226)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AD76; }

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

This text font color is #D3AD76.


Background Color

.myBgColor { background-color: #D3AD76; }

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

This div background color is #D3AD76.


Border color

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

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

This div border color is #D3AD76.


Opacity

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

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

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

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

This text has shadow with #D3AD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AD76 on black background.


Color preview on white background

This text has color #D3AD76 on white background.



Black color preview on #D3AD76 background

This text has black color on #D3AD76 background.


White color preview on #D3AD76 background

This text has white color on #D3AD76 background.