COLOR #D1A19D

HEX: #D1A19D RGB: (209,161,157)

Color info

#D1A19D contains red, green and blue colors in about the same proportion. Web safe color of #D1A19D is #CC9999 (or #C99).

RGB color model

#D1A19D color RGB value is (209,161,157).

RGB: (209,161,157) (82%, 63%, 62%)

RGB channels and saturation

R 209 of 255 = 82%
G 161 of 255 = 63%
B 157 of 255 = 62%

209
161
157

R + G + B ~ 69%. #D1A19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 161 + 157 = 527 (100%)
R 209 of 527 ~ 39.66%
G 161 of 527 ~ 30.55%
B 157 of 527 ~ 29.79'%

%39.66
%30.55
%29.79

CMYK color model

#D1A19D color CMYK value is (0,23,25,18).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 24.88%
  • key color value is 18.04%

CMYK: (0,23,25,18)
C0M23Y25K18 (0%, 23%, 25%, 18%)
(0.00 / 0.23 / 0.25 / 0.18)

CMYK percentages

%0
%22.97
%24.88
%18.04

Codes

Color #D1A19D in popluar color models

D1 A1 9D
RGB 209 161 157
HSL 36.11% 71.76%
HSB/HSV 24.88% 81.96%
CMYK 0.00% 22.97% 24.88%
18.04%

Color #D1A19D in popluar number systems.

HEX D1 A1 9D
Decimal 209 161 157
Binary 11010001 10100001 10011101
Octal 321 241 235

Shades and tints

Shades of #D1A19D

#D1A19D
(209,161,157)
#BE938F
(190,147,143)
#AB8581
(171,133,129)
#987773
(152,119,115)
#856965
(133,105,101)
#725B57
(114,91,87)
#5F4D49
(95,77,73)
#4C3F3B
(76,63,59)
#39312D
(57,49,45)
#26231F
(38,35,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #D1A19D

#D1A19D
(209,161,157)
#D5A9A5
(213,169,165)
#D9B1AD
(217,177,173)
#DDB9B5
(221,185,181)
#E1C1BD
(225,193,189)
#E5C9C5
(229,201,197)
#E9D1CD
(233,209,205)
#EDD9D5
(237,217,213)
#F1E1DD
(241,225,221)
#F5E9E5
(245,233,229)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A19D color. Also use rgb(209,161,157) instead hex code.

Text Font Color

.myTextColor { color: #D1A19D; }

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

This text font color is #D1A19D.

Background Color

.myBgColor { background-color: #D1A19D; }

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

This div background color is #D1A19D.

Border color

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

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

This div border color is #D1A19D.

Opacity

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

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

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

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

This text has shadow with #D1A19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A19D.

Preview

Color preview on black background

This text has color #D1A19D on black background.


Color preview on white background

This text has color #D1A19D on white background.


Black color preview on #D1A19D background

This text has black color on #D1A19D background.


White color preview on #D1A19D background

This text has white color on #D1A19D background.


Related colors

Complementary color

Complementary color for #hex is #2E5E62.


I love getcolorcode.com

Triadic colors

1 #9DD1A1 and #A19DD1 with #D1A19D are triadic colors.

2 #9DA1D1 and #A1D19D with #D1A19D are triadic colors.