COLOR #D2A48D

HEX: #D2A48D
RGB: (210,164,141)

Color info

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

RGB color model

#D2A48D color RGB value is (210,164,141).

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

RGB channels and saturation

R 210 of 255 = 82%
G 164 of 255 = 64%
B 141 of 255 = 55%

210
164
141

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

Portions of RGB colors in percentages

R + G + B =
210 + 164 + 141 = 515 (100%)
R 210 of 515 ~ 40.78%
G 164 of 515 ~ 31.84%
B 141 of 515 ~ 27.38%

%40.78
%31.84
%27.38

CMYK color model

#D2A48D color CMYK value is (0,22,33,18).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 32.86%
  • key color value is 17.65%
CMYK:
(0,22,33,18)
C0M22Y33K18 
(0%,22%,33%,18%)
(0.00/0.22/0.33/0.18)	

CMYK percentages

%0
%21.9
%32.86
%17.65

Codes

Color #D2A48D in popluar color models

D2A48D
RGB210164141
HSL20°43.40%68.82%
HSB/HSV20°32.86%82.35%
CMYK0.00%21.90%32.86%
17.65%

Color #D2A48D in popluar number systems.

HEXD2A48D
Decimal210164141
Binary110100101010010010001101
Octal322244215

Shades and tints

Shades of #D2A48D

#D2A48D
(210,164,141)
#BF9681
(191,150,129)
#AC8875
(172,136,117)
#997A69
(153,122,105)
#866C5D
(134,108,93)
#735E51
(115,94,81)
#605045
(96,80,69)
#4D4239
(77,66,57)
#3A342D
(58,52,45)
#272621
(39,38,33)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #D2A48D

#D2A48D
(210,164,141)
#D6AC97
(214,172,151)
#DAB4A1
(218,180,161)
#DEBCAB
(222,188,171)
#E2C4B5
(226,196,181)
#E6CCBF
(230,204,191)
#EAD4C9
(234,212,201)
#EEDCD3
(238,220,211)
#F2E4DD
(242,228,221)
#F6ECE7
(246,236,231)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A48D; }

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

This text font color is #D2A48D.


Background Color

.myBgColor { background-color: #D2A48D; }

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

This div background color is #D2A48D.


Border color

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

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

This div border color is #D2A48D.


Opacity

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

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

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

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

This text has shadow with #D2A48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A48D on black background.


Color preview on white background

This text has color #D2A48D on white background.



Black color preview on #D2A48D background

This text has black color on #D2A48D background.


White color preview on #D2A48D background

This text has white color on #D2A48D background.