COLOR #D5A884

HEX: #D5A884
RGB: (213,168,132)

Color info

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

RGB color model

#D5A884 color RGB value is (213,168,132).

  • red value is 213;
  • green value is 168;
  • blue value is 132.
RGB:
(213,168,132)
(84%,66%,52%)

RGB channels and saturation

R 213 of 255 = 84%
G 168 of 255 = 66%
B 132 of 255 = 52%

213
168
132

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

Portions of RGB colors in percentages

R + G + B =
213 + 168 + 132 = 513 (100%)
R 213 of 513 ~ 41.52%
G 168 of 513 ~ 32.75%
B 132 of 513 ~ 25.73%

%41.52
%32.75
%25.73

CMYK color model

#D5A884 color CMYK value is (0,21,38,16).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 38.03%
  • key color value is 16.47%
CMYK:
(0,21,38,16)
C0M21Y38K16 
(0%,21%,38%,16%)
(0.00/0.21/0.38/0.16)	

CMYK percentages

%0
%21.13
%38.03
%16.47

Codes

Color #D5A884 in popluar color models

D5A884
RGB213168132
HSL27°49.09%67.65%
HSB/HSV27°38.03%83.53%
CMYK0.00%21.13%38.03%
16.47%

Color #D5A884 in popluar number systems.

HEXD5A884
Decimal213168132
Binary110101011010100010000100
Octal325250204

Shades and tints

Shades of #D5A884

#D5A884
(213,168,132)
#C29978
(194,153,120)
#AF8A6C
(175,138,108)
#9C7B60
(156,123,96)
#896C54
(137,108,84)
#765D48
(118,93,72)
#634E3C
(99,78,60)
#503F30
(80,63,48)
#3D3024
(61,48,36)
#2A2118
(42,33,24)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #D5A884

#D5A884
(213,168,132)
#D8AF8F
(216,175,143)
#DBB69A
(219,182,154)
#DEBDA5
(222,189,165)
#E1C4B0
(225,196,176)
#E4CBBB
(228,203,187)
#E7D2C6
(231,210,198)
#EAD9D1
(234,217,209)
#EDE0DC
(237,224,220)
#F0E7E7
(240,231,231)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A884 color. Also use rgb(213,168,132) instead hex code.

Text Font Color

.myTextColor { color: #D5A884; }

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

This text font color is #D5A884.


Background Color

.myBgColor { background-color: #D5A884; }

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

This div background color is #D5A884.


Border color

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

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

This div border color is #D5A884.


Opacity

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

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

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

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

This text has shadow with #D5A884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A884 on black background.


Color preview on white background

This text has color #D5A884 on white background.



Black color preview on #D5A884 background

This text has black color on #D5A884 background.


White color preview on #D5A884 background

This text has white color on #D5A884 background.