COLOR #D9B88D

HEX: #D9B88D
RGB: (217,184,141)

Color info

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

RGB color model

#D9B88D color RGB value is (217,184,141).

  • red value is 217;
  • green value is 184;
  • blue value is 141.
RGB:
(217,184,141)
(85%,72%,55%)

RGB channels and saturation

R 217 of 255 = 85%
G 184 of 255 = 72%
B 141 of 255 = 55%

217
184
141

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

Portions of RGB colors in percentages

R + G + B =
217 + 184 + 141 = 542 (100%)
R 217 of 542 ~ 40.04%
G 184 of 542 ~ 33.95%
B 141 of 542 ~ 26.01%

%40.04
%33.95
%26.01

CMYK color model

#D9B88D color CMYK value is (0,15,35,15).

  • cyan value is 0.00%
  • magenta value is 15.21%
  • yellow value is 35.02%
  • key color value is 14.90%
CMYK:
(0,15,35,15)
C0M15Y35K15 
(0%,15%,35%,15%)
(0.00/0.15/0.35/0.15)	

CMYK percentages

%0
%15.21
%35.02
%14.9

Codes

Color #D9B88D in popluar color models

D9B88D
RGB217184141
HSL34°50.00%70.20%
HSB/HSV34°35.02%85.10%
CMYK0.00%15.21%35.02%
14.90%

Color #D9B88D in popluar number systems.

HEXD9B88D
Decimal217184141
Binary110110011011100010001101
Octal331270215

Shades and tints

Shades of #D9B88D

#D9B88D
(217,184,141)
#C6A881
(198,168,129)
#B39875
(179,152,117)
#A08869
(160,136,105)
#8D785D
(141,120,93)
#7A6851
(122,104,81)
#675845
(103,88,69)
#544839
(84,72,57)
#41382D
(65,56,45)
#2E2821
(46,40,33)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9B88D

#D9B88D
(217,184,141)
#DCBE97
(220,190,151)
#DFC4A1
(223,196,161)
#E2CAAB
(226,202,171)
#E5D0B5
(229,208,181)
#E8D6BF
(232,214,191)
#EBDCC9
(235,220,201)
#EEE2D3
(238,226,211)
#F1E8DD
(241,232,221)
#F4EEE7
(244,238,231)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B88D color. Also use rgb(217,184,141) instead hex code.

Text Font Color

.myTextColor { color: #D9B88D; }

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

This text font color is #D9B88D.


Background Color

.myBgColor { background-color: #D9B88D; }

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

This div background color is #D9B88D.


Border color

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

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

This div border color is #D9B88D.


Opacity

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

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

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

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

This text has shadow with #D9B88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B88D on black background.


Color preview on white background

This text has color #D9B88D on white background.



Black color preview on #D9B88D background

This text has black color on #D9B88D background.


White color preview on #D9B88D background

This text has white color on #D9B88D background.