COLOR #D2A476

HEX: #D2A476
RGB: (210,164,118)

Color info

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

RGB color model

#D2A476 color RGB value is (210,164,118).

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

RGB channels and saturation

R 210 of 255 = 82%
G 164 of 255 = 64%
B 118 of 255 = 46%

210
164
118

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

Portions of RGB colors in percentages

R + G + B =
210 + 164 + 118 = 492 (100%)
R 210 of 492 ~ 42.68%
G 164 of 492 ~ 33.33%
B 118 of 492 ~ 23.98%

%42.68
%33.33
%23.98

CMYK color model

#D2A476 color CMYK value is (0,22,44,18).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 43.81%
  • key color value is 17.65%
CMYK:
(0,22,44,18)
C0M22Y44K18 
(0%,22%,44%,18%)
(0.00/0.22/0.44/0.18)	

CMYK percentages

%0
%21.9
%43.81
%17.65

Codes

Color #D2A476 in popluar color models

D2A476
RGB210164118
HSL30°50.55%64.31%
HSB/HSV30°43.81%82.35%
CMYK0.00%21.90%43.81%
17.65%

Color #D2A476 in popluar number systems.

HEXD2A476
Decimal210164118
Binary11010010101001001110110
Octal322244166

Shades and tints

Shades of #D2A476

#D2A476
(210,164,118)
#BF966C
(191,150,108)
#AC8862
(172,136,98)
#997A58
(153,122,88)
#866C4E
(134,108,78)
#735E44
(115,94,68)
#60503A
(96,80,58)
#4D4230
(77,66,48)
#3A3426
(58,52,38)
#27261C
(39,38,28)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #D2A476

#D2A476
(210,164,118)
#D6AC82
(214,172,130)
#DAB48E
(218,180,142)
#DEBC9A
(222,188,154)
#E2C4A6
(226,196,166)
#E6CCB2
(230,204,178)
#EAD4BE
(234,212,190)
#EEDCCA
(238,220,202)
#F2E4D6
(242,228,214)
#F6ECE2
(246,236,226)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A476; }

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

This text font color is #D2A476.


Background Color

.myBgColor { background-color: #D2A476; }

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

This div background color is #D2A476.


Border color

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

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

This div border color is #D2A476.


Opacity

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

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

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

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

This text has shadow with #D2A476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A476 on black background.


Color preview on white background

This text has color #D2A476 on white background.



Black color preview on #D2A476 background

This text has black color on #D2A476 background.


White color preview on #D2A476 background

This text has white color on #D2A476 background.