COLOR #D2A991

HEX: #D2A991
RGB: (210,169,145)

Color info

#D2A991 contains mainly red and green colors. Web safe color of #D2A991 is #CC9999 (or #C99).

RGB color model

#D2A991 color RGB value is (210,169,145).

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

RGB channels and saturation

R 210 of 255 = 82%
G 169 of 255 = 66%
B 145 of 255 = 57%

210
169
145

R + G + B ~ 68%. #D2A991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 169 + 145 = 524 (100%)
R 210 of 524 ~ 40.08%
G 169 of 524 ~ 32.25%
B 145 of 524 ~ 27.67%

%40.08
%32.25
%27.67

CMYK color model

#D2A991 color CMYK value is (0,20,31,18).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 30.95%
  • key color value is 17.65%
CMYK:
(0,20,31,18)
C0M20Y31K18 
(0%,20%,31%,18%)
(0.00/0.20/0.31/0.18)	

CMYK percentages

%0
%19.52
%30.95
%17.65

Codes

Color #D2A991 in popluar color models

D2A991
RGB210169145
HSL22°41.94%69.61%
HSB/HSV22°30.95%82.35%
CMYK0.00%19.52%30.95%
17.65%

Color #D2A991 in popluar number systems.

HEXD2A991
Decimal210169145
Binary110100101010100110010001
Octal322251221

Shades and tints

Shades of #D2A991

#D2A991
(210,169,145)
#BF9A84
(191,154,132)
#AC8B77
(172,139,119)
#997C6A
(153,124,106)
#866D5D
(134,109,93)
#735E50
(115,94,80)
#604F43
(96,79,67)
#4D4036
(77,64,54)
#3A3129
(58,49,41)
#27221C
(39,34,28)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #D2A991

#D2A991
(210,169,145)
#D6B09B
(214,176,155)
#DAB7A5
(218,183,165)
#DEBEAF
(222,190,175)
#E2C5B9
(226,197,185)
#E6CCC3
(230,204,195)
#EAD3CD
(234,211,205)
#EEDAD7
(238,218,215)
#F2E1E1
(242,225,225)
#F6E8EB
(246,232,235)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A991; }

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

This text font color is #D2A991.


Background Color

.myBgColor { background-color: #D2A991; }

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

This div background color is #D2A991.


Border color

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

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

This div border color is #D2A991.


Opacity

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

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

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

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

This text has shadow with #D2A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A991 on black background.


Color preview on white background

This text has color #D2A991 on white background.



Black color preview on #D2A991 background

This text has black color on #D2A991 background.


White color preview on #D2A991 background

This text has white color on #D2A991 background.