COLOR #D1A491

HEX: #D1A491
RGB: (209,164,145)

Color info

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

RGB color model

#D1A491 color RGB value is (209,164,145).

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

RGB channels and saturation

R 209 of 255 = 82%
G 164 of 255 = 64%
B 145 of 255 = 57%

209
164
145

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

Portions of RGB colors in percentages

R + G + B =
209 + 164 + 145 = 518 (100%)
R 209 of 518 ~ 40.35%
G 164 of 518 ~ 31.66%
B 145 of 518 ~ 27.99%

%40.35
%31.66
%27.99

CMYK color model

#D1A491 color CMYK value is (0,22,31,18).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 30.62%
  • key color value is 18.04%
CMYK:
(0,22,31,18)
C0M22Y31K18 
(0%,22%,31%,18%)
(0.00/0.22/0.31/0.18)	

CMYK percentages

%0
%21.53
%30.62
%18.04

Codes

Color #D1A491 in popluar color models

D1A491
RGB209164145
HSL18°41.03%69.41%
HSB/HSV18°30.62%81.96%
CMYK0.00%21.53%30.62%
18.04%

Color #D1A491 in popluar number systems.

HEXD1A491
Decimal209164145
Binary110100011010010010010001
Octal321244221

Shades and tints

Shades of #D1A491

#D1A491
(209,164,145)
#BE9684
(190,150,132)
#AB8877
(171,136,119)
#987A6A
(152,122,106)
#856C5D
(133,108,93)
#725E50
(114,94,80)
#5F5043
(95,80,67)
#4C4236
(76,66,54)
#393429
(57,52,41)
#26261C
(38,38,28)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #D1A491

#D1A491
(209,164,145)
#D5AC9B
(213,172,155)
#D9B4A5
(217,180,165)
#DDBCAF
(221,188,175)
#E1C4B9
(225,196,185)
#E5CCC3
(229,204,195)
#E9D4CD
(233,212,205)
#EDDCD7
(237,220,215)
#F1E4E1
(241,228,225)
#F5ECEB
(245,236,235)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A491; }

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

This text font color is #D1A491.


Background Color

.myBgColor { background-color: #D1A491; }

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

This div background color is #D1A491.


Border color

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

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

This div border color is #D1A491.


Opacity

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

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

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

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

This text has shadow with #D1A491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A491 on black background.


Color preview on white background

This text has color #D1A491 on white background.



Black color preview on #D1A491 background

This text has black color on #D1A491 background.


White color preview on #D1A491 background

This text has white color on #D1A491 background.