COLOR #D9BB93

HEX: #D9BB93
RGB: (217,187,147)

Color info

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

RGB color model

#D9BB93 color RGB value is (217,187,147).

  • red value is 217;
  • green value is 187;
  • blue value is 147.
RGB:
(217,187,147)
(85%,73%,58%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 147 of 255 = 58%

217
187
147

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

Portions of RGB colors in percentages

R + G + B =
217 + 187 + 147 = 551 (100%)
R 217 of 551 ~ 39.38%
G 187 of 551 ~ 33.94%
B 147 of 551 ~ 26.68%

%39.38
%33.94
%26.68

CMYK color model

#D9BB93 color CMYK value is (0,14,32,15).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 32.26%
  • key color value is 14.90%
CMYK:
(0,14,32,15)
C0M14Y32K15 
(0%,14%,32%,15%)
(0.00/0.14/0.32/0.15)	

CMYK percentages

%0
%13.82
%32.26
%14.9

Codes

Color #D9BB93 in popluar color models

D9BB93
RGB217187147
HSL34°47.95%71.37%
HSB/HSV34°32.26%85.10%
CMYK0.00%13.82%32.26%
14.90%

Color #D9BB93 in popluar number systems.

HEXD9BB93
Decimal217187147
Binary110110011011101110010011
Octal331273223

Shades and tints

Shades of #D9BB93

#D9BB93
(217,187,147)
#C6AA86
(198,170,134)
#B39979
(179,153,121)
#A0886C
(160,136,108)
#8D775F
(141,119,95)
#7A6652
(122,102,82)
#675545
(103,85,69)
#544438
(84,68,56)
#41332B
(65,51,43)
#2E221E
(46,34,30)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #D9BB93

#D9BB93
(217,187,147)
#DCC19C
(220,193,156)
#DFC7A5
(223,199,165)
#E2CDAE
(226,205,174)
#E5D3B7
(229,211,183)
#E8D9C0
(232,217,192)
#EBDFC9
(235,223,201)
#EEE5D2
(238,229,210)
#F1EBDB
(241,235,219)
#F4F1E4
(244,241,228)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BB93 color. Also use rgb(217,187,147) instead hex code.

Text Font Color

.myTextColor { color: #D9BB93; }

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

This text font color is #D9BB93.


Background Color

.myBgColor { background-color: #D9BB93; }

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

This div background color is #D9BB93.


Border color

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

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

This div border color is #D9BB93.


Opacity

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

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

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

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

This text has shadow with #D9BB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BB93 on black background.


Color preview on white background

This text has color #D9BB93 on white background.



Black color preview on #D9BB93 background

This text has black color on #D9BB93 background.


White color preview on #D9BB93 background

This text has white color on #D9BB93 background.