COLOR #D2A39B

HEX: #D2A39B RGB: (210,163,155)

Color info

#D2A39B contains red, green and blue colors in about the same proportion. Web safe color of #D2A39B is #CC9999 (or #C99).

RGB color model

#D2A39B color RGB value is (210,163,155).

RGB: (210,163,155) (82%, 64%, 61%)

RGB channels and saturation

R 210 of 255 = 82%
G 163 of 255 = 64%
B 155 of 255 = 61%

210
163
155

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

Portions of RGB colors in percentages

R + G + B = 210 + 163 + 155 = 528 (100%)
R 210 of 528 ~ 39.77%
G 163 of 528 ~ 30.87%
B 155 of 528 ~ 29.36'%

%39.77
%30.87
%29.36

CMYK color model

#D2A39B color CMYK value is (0,22,26,18).

  • cyan value is 0.00%
  • magenta value is 22.38%
  • yellow value is 26.19%
  • key color value is 17.65%

CMYK: (0,22,26,18)
C0M22Y26K18 (0%, 22%, 26%, 18%)
(0.00 / 0.22 / 0.26 / 0.18)

CMYK percentages

%0
%22.38
%26.19
%17.65

Codes

Color #D2A39B in popluar color models

D2 A3 9B
RGB 210 163 155
HSL 37.93% 71.57%
HSB/HSV 26.19% 82.35%
CMYK 0.00% 22.38% 26.19%
17.65%

Color #D2A39B in popluar number systems.

HEX D2 A3 9B
Decimal 210 163 155
Binary 11010010 10100011 10011011
Octal 322 243 233

Shades and tints

Shades of #D2A39B

#D2A39B
(210,163,155)
#BF958D
(191,149,141)
#AC877F
(172,135,127)
#997971
(153,121,113)
#866B63
(134,107,99)
#735D55
(115,93,85)
#604F47
(96,79,71)
#4D4139
(77,65,57)
#3A332B
(58,51,43)
#27251D
(39,37,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #D2A39B

#D2A39B
(210,163,155)
#D6ABA4
(214,171,164)
#DAB3AD
(218,179,173)
#DEBBB6
(222,187,182)
#E2C3BF
(226,195,191)
#E6CBC8
(230,203,200)
#EAD3D1
(234,211,209)
#EEDBDA
(238,219,218)
#F2E3E3
(242,227,227)
#F6EBEC
(246,235,236)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A39B color. Also use rgb(210,163,155) instead hex code.

Text Font Color

.myTextColor { color: #D2A39B; }

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

This text font color is #D2A39B.

Background Color

.myBgColor { background-color: #D2A39B; }

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

This div background color is #D2A39B.

Border color

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

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

This div border color is #D2A39B.

Opacity

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

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

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

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

This text has shadow with #D2A39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A39B.

Preview

Color preview on black background

This text has color #D2A39B on black background.


Color preview on white background

This text has color #D2A39B on white background.


Black color preview on #D2A39B background

This text has black color on #D2A39B background.


White color preview on #D2A39B background

This text has white color on #D2A39B background.


Related colors

Complementary color

Complementary color for #hex is #2D5C64.


I love getcolorcode.com

Triadic colors

1 #9BD2A3 and #A39BD2 with #D2A39B are triadic colors.

2 #9BA3D2 and #A3D29B with #D2A39B are triadic colors.