COLOR #D9A389

HEX: #D9A389
RGB: (217,163,137)

Color info

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

RGB color model

#D9A389 color RGB value is (217,163,137).

  • red value is 217;
  • green value is 163;
  • blue value is 137.
RGB:
(217,163,137)
(85%,64%,54%)

RGB channels and saturation

R 217 of 255 = 85%
G 163 of 255 = 64%
B 137 of 255 = 54%

217
163
137

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

Portions of RGB colors in percentages

R + G + B =
217 + 163 + 137 = 517 (100%)
R 217 of 517 ~ 41.97%
G 163 of 517 ~ 31.53%
B 137 of 517 ~ 26.5%

%41.97
%31.53
%26.5

CMYK color model

#D9A389 color CMYK value is (0,25,37,15).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(0,25,37,15)
C0M25Y37K15 
(0%,25%,37%,15%)
(0.00/0.25/0.37/0.15)	

CMYK percentages

%0
%24.88
%36.87
%14.9

Codes

Color #D9A389 in popluar color models

D9A389
RGB217163137
HSL20°51.28%69.41%
HSB/HSV20°36.87%85.10%
CMYK0.00%24.88%36.87%
14.90%

Color #D9A389 in popluar number systems.

HEXD9A389
Decimal217163137
Binary110110011010001110001001
Octal331243211

Shades and tints

Shades of #D9A389

#D9A389
(217,163,137)
#C6957D
(198,149,125)
#B38771
(179,135,113)
#A07965
(160,121,101)
#8D6B59
(141,107,89)
#7A5D4D
(122,93,77)
#674F41
(103,79,65)
#544135
(84,65,53)
#413329
(65,51,41)
#2E251D
(46,37,29)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #D9A389

#D9A389
(217,163,137)
#DCAB93
(220,171,147)
#DFB39D
(223,179,157)
#E2BBA7
(226,187,167)
#E5C3B1
(229,195,177)
#E8CBBB
(232,203,187)
#EBD3C5
(235,211,197)
#EEDBCF
(238,219,207)
#F1E3D9
(241,227,217)
#F4EBE3
(244,235,227)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A389 color. Also use rgb(217,163,137) instead hex code.

Text Font Color

.myTextColor { color: #D9A389; }

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

This text font color is #D9A389.


Background Color

.myBgColor { background-color: #D9A389; }

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

This div background color is #D9A389.


Border color

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

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

This div border color is #D9A389.


Opacity

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

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

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

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

This text has shadow with #D9A389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A389 on black background.


Color preview on white background

This text has color #D9A389 on white background.



Black color preview on #D9A389 background

This text has black color on #D9A389 background.


White color preview on #D9A389 background

This text has white color on #D9A389 background.