COLOR #D9A78B

HEX: #D9A78B
RGB: (217,167,139)

Color info

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

RGB color model

#D9A78B color RGB value is (217,167,139).

  • red value is 217;
  • green value is 167;
  • blue value is 139.
RGB:
(217,167,139)
(85%,65%,55%)

RGB channels and saturation

R 217 of 255 = 85%
G 167 of 255 = 65%
B 139 of 255 = 55%

217
167
139

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

Portions of RGB colors in percentages

R + G + B =
217 + 167 + 139 = 523 (100%)
R 217 of 523 ~ 41.49%
G 167 of 523 ~ 31.93%
B 139 of 523 ~ 26.58%

%41.49
%31.93
%26.58

CMYK color model

#D9A78B color CMYK value is (0,23,36,15).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 35.94%
  • key color value is 14.90%
CMYK:
(0,23,36,15)
C0M23Y36K15 
(0%,23%,36%,15%)
(0.00/0.23/0.36/0.15)	

CMYK percentages

%0
%23.04
%35.94
%14.9

Codes

Color #D9A78B in popluar color models

D9A78B
RGB217167139
HSL22°50.65%69.80%
HSB/HSV22°35.94%85.10%
CMYK0.00%23.04%35.94%
14.90%

Color #D9A78B in popluar number systems.

HEXD9A78B
Decimal217167139
Binary110110011010011110001011
Octal331247213

Shades and tints

Shades of #D9A78B

#D9A78B
(217,167,139)
#C6987F
(198,152,127)
#B38973
(179,137,115)
#A07A67
(160,122,103)
#8D6B5B
(141,107,91)
#7A5C4F
(122,92,79)
#674D43
(103,77,67)
#543E37
(84,62,55)
#412F2B
(65,47,43)
#2E201F
(46,32,31)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #D9A78B

#D9A78B
(217,167,139)
#DCAF95
(220,175,149)
#DFB79F
(223,183,159)
#E2BFA9
(226,191,169)
#E5C7B3
(229,199,179)
#E8CFBD
(232,207,189)
#EBD7C7
(235,215,199)
#EEDFD1
(238,223,209)
#F1E7DB
(241,231,219)
#F4EFE5
(244,239,229)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A78B color. Also use rgb(217,167,139) instead hex code.

Text Font Color

.myTextColor { color: #D9A78B; }

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

This text font color is #D9A78B.


Background Color

.myBgColor { background-color: #D9A78B; }

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

This div background color is #D9A78B.


Border color

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

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

This div border color is #D9A78B.


Opacity

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

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

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

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

This text has shadow with #D9A78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A78B on black background.


Color preview on white background

This text has color #D9A78B on white background.



Black color preview on #D9A78B background

This text has black color on #D9A78B background.


White color preview on #D9A78B background

This text has white color on #D9A78B background.