COLOR #D2A971

HEX: #D2A971 RGB: (210,169,113)

Color info

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

RGB color model

#D2A971 color RGB value is (210,169,113).

RGB: (210,169,113) (82%, 66%, 44%)

RGB channels and saturation

R 210 of 255 = 82%
G 169 of 255 = 66%
B 113 of 255 = 44%

210
169
113

R + G + B ~ 64%. #D2A971 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 169 + 113 = 492 (100%)
R 210 of 492 ~ 42.68%
G 169 of 492 ~ 34.35%
B 113 of 492 ~ 22.97'%

%42.68
%34.35
%22.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 46.19%
  • key color value is 17.65%

CMYK: (0,20,46,18)
C0M20Y46K18 (0%, 20%, 46%, 18%)
(0.00 / 0.20 / 0.46 / 0.18)

CMYK percentages

%0
%19.52
%46.19
%17.65

Codes

Color #D2A971 in popluar color models

D2 A9 71
RGB 210 169 113
HSL 35° 51.87% 63.33%
HSB/HSV 35° 46.19% 82.35%
CMYK 0.00% 19.52% 46.19%
17.65%

Color #D2A971 in popluar number systems.

HEX D2 A9 71
Decimal 210 169 113
Binary 11010010 10101001 1110001
Octal 322 251 161

Shades and tints

Shades of #D2A971

#D2A971
(210,169,113)
#BF9A67
(191,154,103)
#AC8B5D
(172,139,93)
#997C53
(153,124,83)
#866D49
(134,109,73)
#735E3F
(115,94,63)
#604F35
(96,79,53)
#4D402B
(77,64,43)
#3A3121
(58,49,33)
#272217
(39,34,23)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #D2A971

#D2A971
(210,169,113)
#D6B07D
(214,176,125)
#DAB789
(218,183,137)
#DEBE95
(222,190,149)
#E2C5A1
(226,197,161)
#E6CCAD
(230,204,173)
#EAD3B9
(234,211,185)
#EEDAC5
(238,218,197)
#F2E1D1
(242,225,209)
#F6E8DD
(246,232,221)
#FAEFE9
(250,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A971; }

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

This text font color is #D2A971.

Background Color

.myBgColor { background-color: #D2A971; }

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

This div background color is #D2A971.

Border color

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

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

This div border color is #D2A971.

Opacity

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

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

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

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

This text has shadow with #D2A971 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A971.

Preview

Color preview on black background

This text has color #D2A971 on black background.


Color preview on white background

This text has color #D2A971 on white background.


Black color preview on #D2A971 background

This text has black color on #D2A971 background.


White color preview on #D2A971 background

This text has white color on #D2A971 background.


Related colors

Complementary color

Complementary color for #hex is #2D568E.


I love getcolorcode.com

Triadic colors

1 #71D2A9 and #A971D2 with #D2A971 are triadic colors.

2 #71A9D2 and #A9D271 with #D2A971 are triadic colors.