COLOR #D2A976

HEX: #D2A976
RGB: (210,169,118)

Color info

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

RGB color model

#D2A976 color RGB value is (210,169,118).

  • red value is 210;
  • green value is 169;
  • blue value is 118.
RGB:
(210,169,118)
(82%,66%,46%)

RGB channels and saturation

R 210 of 255 = 82%
G 169 of 255 = 66%
B 118 of 255 = 46%

210
169
118

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

Portions of RGB colors in percentages

R + G + B =
210 + 169 + 118 = 497 (100%)
R 210 of 497 ~ 42.25%
G 169 of 497 ~ 34%
B 118 of 497 ~ 23.74%

%42.25
%34
%23.74

CMYK color model

#D2A976 color CMYK value is (0,20,44,18).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 43.81%
  • key color value is 17.65%
CMYK:
(0,20,44,18)
C0M20Y44K18 
(0%,20%,44%,18%)
(0.00/0.20/0.44/0.18)	

CMYK percentages

%0
%19.52
%43.81
%17.65

Codes

Color #D2A976 in popluar color models

D2A976
RGB210169118
HSL33°50.55%64.31%
HSB/HSV33°43.81%82.35%
CMYK0.00%19.52%43.81%
17.65%

Color #D2A976 in popluar number systems.

HEXD2A976
Decimal210169118
Binary11010010101010011110110
Octal322251166

Shades and tints

Shades of #D2A976

#D2A976
(210,169,118)
#BF9A6C
(191,154,108)
#AC8B62
(172,139,98)
#997C58
(153,124,88)
#866D4E
(134,109,78)
#735E44
(115,94,68)
#604F3A
(96,79,58)
#4D4030
(77,64,48)
#3A3126
(58,49,38)
#27221C
(39,34,28)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #D2A976

#D2A976
(210,169,118)
#D6B082
(214,176,130)
#DAB78E
(218,183,142)
#DEBE9A
(222,190,154)
#E2C5A6
(226,197,166)
#E6CCB2
(230,204,178)
#EAD3BE
(234,211,190)
#EEDACA
(238,218,202)
#F2E1D6
(242,225,214)
#F6E8E2
(246,232,226)
#FAEFEE
(250,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A976; }

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

This text font color is #D2A976.


Background Color

.myBgColor { background-color: #D2A976; }

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

This div background color is #D2A976.


Border color

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

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

This div border color is #D2A976.


Opacity

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

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

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

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

This text has shadow with #D2A976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A976 on black background.


Color preview on white background

This text has color #D2A976 on white background.



Black color preview on #D2A976 background

This text has black color on #D2A976 background.


White color preview on #D2A976 background

This text has white color on #D2A976 background.