COLOR #D1A999

HEX: #D1A999 RGB: (209,169,153)

Color info

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

RGB color model

#D1A999 color RGB value is (209,169,153).

RGB: (209,169,153) (82%, 66%, 60%)

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 153 of 255 = 60%

209
169
153

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

Portions of RGB colors in percentages

R + G + B = 209 + 169 + 153 = 531 (100%)
R 209 of 531 ~ 39.36%
G 169 of 531 ~ 31.83%
B 153 of 531 ~ 28.81'%

%39.36
%31.83
%28.81

CMYK color model

#D1A999 color CMYK value is (0,19,27,18).

  • cyan value is 0.00%
  • magenta value is 19.14%
  • yellow value is 26.79%
  • key color value is 18.04%

CMYK: (0,19,27,18)
C0M19Y27K18 (0%, 19%, 27%, 18%)
(0.00 / 0.19 / 0.27 / 0.18)

CMYK percentages

%0
%19.14
%26.79
%18.04

Codes

Color #D1A999 in popluar color models

D1 A9 99
RGB 209 169 153
HSL 17° 37.84% 70.98%
HSB/HSV 17° 26.79% 81.96%
CMYK 0.00% 19.14% 26.79%
18.04%

Color #D1A999 in popluar number systems.

HEX D1 A9 99
Decimal 209 169 153
Binary 11010001 10101001 10011001
Octal 321 251 231

Shades and tints

Shades of #D1A999

#D1A999
(209,169,153)
#BE9A8C
(190,154,140)
#AB8B7F
(171,139,127)
#987C72
(152,124,114)
#856D65
(133,109,101)
#725E58
(114,94,88)
#5F4F4B
(95,79,75)
#4C403E
(76,64,62)
#393131
(57,49,49)
#262224
(38,34,36)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #D1A999

#D1A999
(209,169,153)
#D5B0A2
(213,176,162)
#D9B7AB
(217,183,171)
#DDBEB4
(221,190,180)
#E1C5BD
(225,197,189)
#E5CCC6
(229,204,198)
#E9D3CF
(233,211,207)
#EDDAD8
(237,218,216)
#F1E1E1
(241,225,225)
#F5E8EA
(245,232,234)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A999; }

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

This text font color is #D1A999.

Background Color

.myBgColor { background-color: #D1A999; }

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

This div background color is #D1A999.

Border color

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

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

This div border color is #D1A999.

Opacity

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

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

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

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

This text has shadow with #D1A999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A999.

Preview

Color preview on black background

This text has color #D1A999 on black background.


Color preview on white background

This text has color #D1A999 on white background.


Black color preview on #D1A999 background

This text has black color on #D1A999 background.


White color preview on #D1A999 background

This text has white color on #D1A999 background.


Related colors

Complementary color

Complementary color for #hex is #2E5666.


I love getcolorcode.com

Triadic colors

1 #99D1A9 and #A999D1 with #D1A999 are triadic colors.

2 #99A9D1 and #A9D199 with #D1A999 are triadic colors.