COLOR #D1A991

HEX: #D1A991
RGB: (209,169,145)

Color info

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

RGB color model

#D1A991 color RGB value is (209,169,145).

  • red value is 209;
  • green value is 169;
  • blue value is 145.
RGB:
(209,169,145)
(82%,66%,57%)

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 145 of 255 = 57%

209
169
145

R + G + B ~ 68%. #D1A991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 169 + 145 = 523 (100%)
R 209 of 523 ~ 39.96%
G 169 of 523 ~ 32.31%
B 145 of 523 ~ 27.72%

%39.96
%32.31
%27.72

CMYK color model

#D1A991 color CMYK value is (0,19,31,18).

  • cyan value is 0.00%
  • magenta value is 19.14%
  • yellow value is 30.62%
  • key color value is 18.04%
CMYK:
(0,19,31,18)
C0M19Y31K18 
(0%,19%,31%,18%)
(0.00/0.19/0.31/0.18)	

CMYK percentages

%0
%19.14
%30.62
%18.04

Codes

Color #D1A991 in popluar color models

D1A991
RGB209169145
HSL23°41.03%69.41%
HSB/HSV23°30.62%81.96%
CMYK0.00%19.14%30.62%
18.04%

Color #D1A991 in popluar number systems.

HEXD1A991
Decimal209169145
Binary110100011010100110010001
Octal321251221

Shades and tints

Shades of #D1A991

#D1A991
(209,169,145)
#BE9A84
(190,154,132)
#AB8B77
(171,139,119)
#987C6A
(152,124,106)
#856D5D
(133,109,93)
#725E50
(114,94,80)
#5F4F43
(95,79,67)
#4C4036
(76,64,54)
#393129
(57,49,41)
#26221C
(38,34,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #D1A991

#D1A991
(209,169,145)
#D5B09B
(213,176,155)
#D9B7A5
(217,183,165)
#DDBEAF
(221,190,175)
#E1C5B9
(225,197,185)
#E5CCC3
(229,204,195)
#E9D3CD
(233,211,205)
#EDDAD7
(237,218,215)
#F1E1E1
(241,225,225)
#F5E8EB
(245,232,235)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A991 color. Also use rgb(209,169,145) instead hex code.

Text Font Color

.myTextColor { color: #D1A991; }

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

This text font color is #D1A991.


Background Color

.myBgColor { background-color: #D1A991; }

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

This div background color is #D1A991.


Border color

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

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

This div border color is #D1A991.


Opacity

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

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

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

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

This text has shadow with #D1A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A991 on black background.


Color preview on white background

This text has color #D1A991 on white background.



Black color preview on #D1A991 background

This text has black color on #D1A991 background.


White color preview on #D1A991 background

This text has white color on #D1A991 background.