COLOR #D2A488

HEX: #D2A488 RGB: (210,164,136)

Color info

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

RGB color model

#D2A488 color RGB value is (210,164,136).

RGB: (210,164,136) (82%, 64%, 53%)

RGB channels and saturation

R 210 of 255 = 82%
G 164 of 255 = 64%
B 136 of 255 = 53%

210
164
136

R + G + B ~ 66%. #D2A488 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 164 + 136 = 510 (100%)
R 210 of 510 ~ 41.18%
G 164 of 510 ~ 32.16%
B 136 of 510 ~ 26.67'%

%41.18
%32.16
%26.67

CMYK color model

#D2A488 color CMYK value is (0,22,35,18).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 35.24%
  • key color value is 17.65%

CMYK: (0,22,35,18)
C0M22Y35K18 (0%, 22%, 35%, 18%)
(0.00 / 0.22 / 0.35 / 0.18)

CMYK percentages

%0
%21.9
%35.24
%17.65

Codes

Color #D2A488 in popluar color models

D2 A4 88
RGB 210 164 136
HSL 23° 45.12% 67.84%
HSB/HSV 23° 35.24% 82.35%
CMYK 0.00% 21.90% 35.24%
17.65%

Color #D2A488 in popluar number systems.

HEX D2 A4 88
Decimal 210 164 136
Binary 11010010 10100100 10001000
Octal 322 244 210

Shades and tints

Shades of #D2A488

#D2A488
(210,164,136)
#BF967C
(191,150,124)
#AC8870
(172,136,112)
#997A64
(153,122,100)
#866C58
(134,108,88)
#735E4C
(115,94,76)
#605040
(96,80,64)
#4D4234
(77,66,52)
#3A3428
(58,52,40)
#27261C
(39,38,28)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #D2A488

#D2A488
(210,164,136)
#D6AC92
(214,172,146)
#DAB49C
(218,180,156)
#DEBCA6
(222,188,166)
#E2C4B0
(226,196,176)
#E6CCBA
(230,204,186)
#EAD4C4
(234,212,196)
#EEDCCE
(238,220,206)
#F2E4D8
(242,228,216)
#F6ECE2
(246,236,226)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A488; }

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

This text font color is #D2A488.

Background Color

.myBgColor { background-color: #D2A488; }

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

This div background color is #D2A488.

Border color

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

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

This div border color is #D2A488.

Opacity

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

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

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

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

This text has shadow with #D2A488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A488.

Preview

Color preview on black background

This text has color #D2A488 on black background.


Color preview on white background

This text has color #D2A488 on white background.


Black color preview on #D2A488 background

This text has black color on #D2A488 background.


White color preview on #D2A488 background

This text has white color on #D2A488 background.


Related colors

Complementary color

Complementary color for #hex is #2D5B77.


I love getcolorcode.com

Triadic colors

1 #88D2A4 and #A488D2 with #D2A488 are triadic colors.

2 #88A4D2 and #A4D288 with #D2A488 are triadic colors.