COLOR #D9B199

HEX: #D9B199
RGB: (217,177,153)

Color info

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

RGB color model

#D9B199 color RGB value is (217,177,153).

  • red value is 217;
  • green value is 177;
  • blue value is 153.
RGB:
(217,177,153)
(85%,69%,60%)

RGB channels and saturation

R 217 of 255 = 85%
G 177 of 255 = 69%
B 153 of 255 = 60%

217
177
153

R + G + B ~ 71%. #D9B199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 177 + 153 = 547 (100%)
R 217 of 547 ~ 39.67%
G 177 of 547 ~ 32.36%
B 153 of 547 ~ 27.97%

%39.67
%32.36
%27.97

CMYK color model

#D9B199 color CMYK value is (0,18,29,15).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 29.49%
  • key color value is 14.90%
CMYK:
(0,18,29,15)
C0M18Y29K15 
(0%,18%,29%,15%)
(0.00/0.18/0.29/0.15)	

CMYK percentages

%0
%18.43
%29.49
%14.9

Codes

Color #D9B199 in popluar color models

D9B199
RGB217177153
HSL23°45.71%72.55%
HSB/HSV23°29.49%85.10%
CMYK0.00%18.43%29.49%
14.90%

Color #D9B199 in popluar number systems.

HEXD9B199
Decimal217177153
Binary110110011011000110011001
Octal331261231

Shades and tints

Shades of #D9B199

#D9B199
(217,177,153)
#C6A18C
(198,161,140)
#B3917F
(179,145,127)
#A08172
(160,129,114)
#8D7165
(141,113,101)
#7A6158
(122,97,88)
#67514B
(103,81,75)
#54413E
(84,65,62)
#413131
(65,49,49)
#2E2124
(46,33,36)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #D9B199

#D9B199
(217,177,153)
#DCB8A2
(220,184,162)
#DFBFAB
(223,191,171)
#E2C6B4
(226,198,180)
#E5CDBD
(229,205,189)
#E8D4C6
(232,212,198)
#EBDBCF
(235,219,207)
#EEE2D8
(238,226,216)
#F1E9E1
(241,233,225)
#F4F0EA
(244,240,234)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B199 color. Also use rgb(217,177,153) instead hex code.

Text Font Color

.myTextColor { color: #D9B199; }

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

This text font color is #D9B199.


Background Color

.myBgColor { background-color: #D9B199; }

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

This div background color is #D9B199.


Border color

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

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

This div border color is #D9B199.


Opacity

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

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

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

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

This text has shadow with #D9B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B199 on black background.


Color preview on white background

This text has color #D9B199 on white background.



Black color preview on #D9B199 background

This text has black color on #D9B199 background.


White color preview on #D9B199 background

This text has white color on #D9B199 background.