COLOR #D9B79A

HEX: #D9B79A RGB: (217,183,154)

Color info

#D9B79A contains mainly red and green colors. Web safe color of #D9B79A is #CCCC99 (or #CC9).

RGB color model

#D9B79A color RGB value is (217,183,154).

RGB: (217,183,154) (85%, 72%, 60%)

RGB channels and saturation

R 217 of 255 = 85%
G 183 of 255 = 72%
B 154 of 255 = 60%

217
183
154

R + G + B ~ 72%. #D9B79A is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 183 + 154 = 554 (100%)
R 217 of 554 ~ 39.17%
G 183 of 554 ~ 33.03%
B 154 of 554 ~ 27.8'%

%39.17
%33.03
%27.8

CMYK color model

#D9B79A color CMYK value is (0,16,29,15).

  • cyan value is 0.00%
  • magenta value is 15.67%
  • yellow value is 29.03%
  • key color value is 14.90%

CMYK: (0,16,29,15)
C0M16Y29K15 (0%, 16%, 29%, 15%)
(0.00 / 0.16 / 0.29 / 0.15)

CMYK percentages

%0
%15.67
%29.03
%14.9

Codes

Color #D9B79A in popluar color models

D9 B7 9A
RGB 217 183 154
HSL 28° 45.32% 72.75%
HSB/HSV 28° 29.03% 85.10%
CMYK 0.00% 15.67% 29.03%
14.90%

Color #D9B79A in popluar number systems.

HEX D9 B7 9A
Decimal 217 183 154
Binary 11011001 10110111 10011010
Octal 331 267 232

Shades and tints

Shades of #D9B79A

#D9B79A
(217,183,154)
#C6A78C
(198,167,140)
#B3977E
(179,151,126)
#A08770
(160,135,112)
#8D7762
(141,119,98)
#7A6754
(122,103,84)
#675746
(103,87,70)
#544738
(84,71,56)
#41372A
(65,55,42)
#2E271C
(46,39,28)
#1B170E
(27,23,14)
#000000
(0,0,0)

Tints of #D9B79A

#D9B79A
(217,183,154)
#DCBDA3
(220,189,163)
#DFC3AC
(223,195,172)
#E2C9B5
(226,201,181)
#E5CFBE
(229,207,190)
#E8D5C7
(232,213,199)
#EBDBD0
(235,219,208)
#EEE1D9
(238,225,217)
#F1E7E2
(241,231,226)
#F4EDEB
(244,237,235)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B79A color. Also use rgb(217,183,154) instead hex code.

Text Font Color

.myTextColor { color: #D9B79A; }

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

This text font color is #D9B79A.

Background Color

.myBgColor { background-color: #D9B79A; }

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

This div background color is #D9B79A.

Border color

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

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

This div border color is #D9B79A.

Opacity

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

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

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

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

This text has shadow with #D9B79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B79A.

Preview

Color preview on black background

This text has color #D9B79A on black background.


Color preview on white background

This text has color #D9B79A on white background.


Black color preview on #D9B79A background

This text has black color on #D9B79A background.


White color preview on #D9B79A background

This text has white color on #D9B79A background.


Related colors

Complementary color

Complementary color for #hex is #264865.


I love getcolorcode.com

Triadic colors

1 #9AD9B7 and #B79AD9 with #D9B79A are triadic colors.

2 #9AB7D9 and #B7D99A with #D9B79A are triadic colors.