COLOR #D1A789

HEX: #D1A789
RGB: (209,167,137)

Color info

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

RGB color model

#D1A789 color RGB value is (209,167,137).

  • red value is 209;
  • green value is 167;
  • blue value is 137.
RGB:
(209,167,137)
(82%,65%,54%)

RGB channels and saturation

R 209 of 255 = 82%
G 167 of 255 = 65%
B 137 of 255 = 54%

209
167
137

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

Portions of RGB colors in percentages

R + G + B =
209 + 167 + 137 = 513 (100%)
R 209 of 513 ~ 40.74%
G 167 of 513 ~ 32.55%
B 137 of 513 ~ 26.71%

%40.74
%32.55
%26.71

CMYK color model

#D1A789 color CMYK value is (0,20,34,18).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK:
(0,20,34,18)
C0M20Y34K18 
(0%,20%,34%,18%)
(0.00/0.20/0.34/0.18)	

CMYK percentages

%0
%20.1
%34.45
%18.04

Codes

Color #D1A789 in popluar color models

D1A789
RGB209167137
HSL25°43.90%67.84%
HSB/HSV25°34.45%81.96%
CMYK0.00%20.10%34.45%
18.04%

Color #D1A789 in popluar number systems.

HEXD1A789
Decimal209167137
Binary110100011010011110001001
Octal321247211

Shades and tints

Shades of #D1A789

#D1A789
(209,167,137)
#BE987D
(190,152,125)
#AB8971
(171,137,113)
#987A65
(152,122,101)
#856B59
(133,107,89)
#725C4D
(114,92,77)
#5F4D41
(95,77,65)
#4C3E35
(76,62,53)
#392F29
(57,47,41)
#26201D
(38,32,29)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D1A789

#D1A789
(209,167,137)
#D5AF93
(213,175,147)
#D9B79D
(217,183,157)
#DDBFA7
(221,191,167)
#E1C7B1
(225,199,177)
#E5CFBB
(229,207,187)
#E9D7C5
(233,215,197)
#EDDFCF
(237,223,207)
#F1E7D9
(241,231,217)
#F5EFE3
(245,239,227)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A789 color. Also use rgb(209,167,137) instead hex code.

Text Font Color

.myTextColor { color: #D1A789; }

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

This text font color is #D1A789.


Background Color

.myBgColor { background-color: #D1A789; }

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

This div background color is #D1A789.


Border color

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

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

This div border color is #D1A789.


Opacity

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

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

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

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

This text has shadow with #D1A789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A789 on black background.


Color preview on white background

This text has color #D1A789 on white background.



Black color preview on #D1A789 background

This text has black color on #D1A789 background.


White color preview on #D1A789 background

This text has white color on #D1A789 background.