COLOR #D2A994

HEX: #D2A994 RGB: (210,169,148)

Color info

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

RGB color model

#D2A994 color RGB value is (210,169,148).

RGB: (210,169,148) (82%, 66%, 58%)

RGB channels and saturation

R 210 of 255 = 82%
G 169 of 255 = 66%
B 148 of 255 = 58%

210
169
148

R + G + B ~ 69%. #D2A994 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 169 + 148 = 527 (100%)
R 210 of 527 ~ 39.85%
G 169 of 527 ~ 32.07%
B 148 of 527 ~ 28.08'%

%39.85
%32.07
%28.08

CMYK color model

#D2A994 color CMYK value is (0,20,30,18).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK: (0,20,30,18) C0M20Y30K18 (0%,20%,30%,18%) (0.00/0.20/0.30/0.18) 

CMYK percentages

%0
%19.52
%29.52
%17.65

Codes

Color #D2A994 in popluar color models

D2 A9 94
RGB 210 169 148
HSL 20° 40.79% 70.20%
HSB/HSV 20° 29.52% 82.35%
CMYK 0.00% 19.52% 29.52%
17.65%

Color #D2A994 in popluar number systems.

HEX D2 A9 94
Decimal 210 169 148
Binary 11010010 10101001 10010100
Octal 322 251 224

Shades and tints

Shades of #D2A994

#D2A994
(210,169,148)
#BF9A87
(191,154,135)
#AC8B7A
(172,139,122)
#997C6D
(153,124,109)
#866D60
(134,109,96)
#735E53
(115,94,83)
#604F46
(96,79,70)
#4D4039
(77,64,57)
#3A312C
(58,49,44)
#27221F
(39,34,31)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #D2A994

#D2A994
(210,169,148)
#D6B09D
(214,176,157)
#DAB7A6
(218,183,166)
#DEBEAF
(222,190,175)
#E2C5B8
(226,197,184)
#E6CCC1
(230,204,193)
#EAD3CA
(234,211,202)
#EEDAD3
(238,218,211)
#F2E1DC
(242,225,220)
#F6E8E5
(246,232,229)
#FAEFEE
(250,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A994; }

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

This text font color is #D2A994.

Background Color

.myBgColor { background-color: #D2A994; }

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

This div background color is #D2A994.

Border color

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

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

This div border color is #D2A994.

Opacity

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

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

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

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

This text has shadow with #D2A994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A994.

Preview

Color preview on black background

This text has color #D2A994 on black background.


Color preview on white background

This text has color #D2A994 on white background.


Black color preview on #D2A994 background

This text has black color on #D2A994 background.


White color preview on #D2A994 background

This text has white color on #D2A994 background.


Related colors

Complementary color

Complementary color for #hex is #2D566B.


I love getcolorcode.com

Triadic colors

1 #94D2A9 and #A994D2 with #D2A994 are triadic colors.

2 #94A9D2 and #A9D294 with #D2A994 are triadic colors.