COLOR #D2AD71

HEX: #D2AD71
RGB: (210,173,113)

Color info

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

RGB color model

#D2AD71 color RGB value is (210,173,113).

  • red value is 210;
  • green value is 173;
  • blue value is 113.
RGB:
(210,173,113)
(82%,68%,44%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 113 of 255 = 44%

210
173
113

R + G + B ~ 65%. #D2AD71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 173 + 113 = 496 (100%)
R 210 of 496 ~ 42.34%
G 173 of 496 ~ 34.88%
B 113 of 496 ~ 22.78%

%42.34
%34.88
%22.78

CMYK color model

#D2AD71 color CMYK value is (0,18,46,18).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 46.19%
  • key color value is 17.65%
CMYK:
(0,18,46,18)
C0M18Y46K18 
(0%,18%,46%,18%)
(0.00/0.18/0.46/0.18)	

CMYK percentages

%0
%17.62
%46.19
%17.65

Codes

Color #D2AD71 in popluar color models

D2AD71
RGB210173113
HSL37°51.87%63.33%
HSB/HSV37°46.19%82.35%
CMYK0.00%17.62%46.19%
17.65%

Color #D2AD71 in popluar number systems.

HEXD2AD71
Decimal210173113
Binary11010010101011011110001
Octal322255161

Shades and tints

Shades of #D2AD71

#D2AD71
(210,173,113)
#BF9E67
(191,158,103)
#AC8F5D
(172,143,93)
#998053
(153,128,83)
#867149
(134,113,73)
#73623F
(115,98,63)
#605335
(96,83,53)
#4D442B
(77,68,43)
#3A3521
(58,53,33)
#272617
(39,38,23)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #D2AD71

#D2AD71
(210,173,113)
#D6B47D
(214,180,125)
#DABB89
(218,187,137)
#DEC295
(222,194,149)
#E2C9A1
(226,201,161)
#E6D0AD
(230,208,173)
#EAD7B9
(234,215,185)
#EEDEC5
(238,222,197)
#F2E5D1
(242,229,209)
#F6ECDD
(246,236,221)
#FAF3E9
(250,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AD71 color. Also use rgb(210,173,113) instead hex code.

Text Font Color

.myTextColor { color: #D2AD71; }

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

This text font color is #D2AD71.


Background Color

.myBgColor { background-color: #D2AD71; }

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

This div background color is #D2AD71.


Border color

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

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

This div border color is #D2AD71.


Opacity

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

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

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

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

This text has shadow with #D2AD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AD71 on black background.


Color preview on white background

This text has color #D2AD71 on white background.



Black color preview on #D2AD71 background

This text has black color on #D2AD71 background.


White color preview on #D2AD71 background

This text has white color on #D2AD71 background.