COLOR #D2A38B

HEX: #D2A38B
RGB: (210,163,139)

Color info

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

RGB color model

#D2A38B color RGB value is (210,163,139).

  • red value is 210;
  • green value is 163;
  • blue value is 139.
RGB: (210,163,139) (82%,64%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 163 of 255 = 64%
B 139 of 255 = 55%

210
163
139

R + G + B ~ 67%. #D2A38B is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 163 + 139 = 512 (100%)
R 210 of 512 ~ 41.02%
G 163 of 512 ~ 31.84%
B 139 of 512 ~ 27.15%

%41.02
%31.84
%27.15

CMYK color model

#D2A38B color CMYK value is (0,22,34,18).

  • cyan value is 0.00%
  • magenta value is 22.38%
  • yellow value is 33.81%
  • key color value is 17.65%
CMYK: (0,22,34,18) C0M22Y34K18 (0%,22%,34%,18%) (0.00/0.22/0.34/0.18)

CMYK percentages

%0
%22.38
%33.81
%17.65

Codes

Color #D2A38B in popluar color models

D2A38B
RGB210163139
HSL20°44.10%68.43%
HSB/HSV20°33.81%82.35%
CMYK0.00%22.38%33.81%
17.65%

Color #D2A38B in popluar number systems.

HEXD2A38B
Decimal210163139
Binary110100101010001110001011
Octal322243213

Shades and tints

Shades of #D2A38B

#D2A38B
(210,163,139)
#BF957F
(191,149,127)
#AC8773
(172,135,115)
#997967
(153,121,103)
#866B5B
(134,107,91)
#735D4F
(115,93,79)
#604F43
(96,79,67)
#4D4137
(77,65,55)
#3A332B
(58,51,43)
#27251F
(39,37,31)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #D2A38B

#D2A38B
(210,163,139)
#D6AB95
(214,171,149)
#DAB39F
(218,179,159)
#DEBBA9
(222,187,169)
#E2C3B3
(226,195,179)
#E6CBBD
(230,203,189)
#EAD3C7
(234,211,199)
#EEDBD1
(238,219,209)
#F2E3DB
(242,227,219)
#F6EBE5
(246,235,229)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A38B; }

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

This text font color is #D2A38B.


Background Color

.myBgColor { background-color: #D2A38B; }

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

This div background color is #D2A38B.


Border color

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

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

This div border color is #D2A38B.


Opacity

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

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

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

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

This text has shadow with #D2A38B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2A38B on black background.


Color preview on white background

This text has color #D2A38B on white background.



Black color preview on #D2A38B background

This text has black color on #D2A38B background.


White color preview on #D2A38B background

This text has white color on #D2A38B background.