COLOR #D9C89B

HEX: #D9C89B
RGB: (217,200,155)

Color info

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

RGB color model

#D9C89B color RGB value is (217,200,155).

  • red value is 217;
  • green value is 200;
  • blue value is 155.
RGB:
(217,200,155)
(85%,78%,61%)

RGB channels and saturation

R 217 of 255 = 85%
G 200 of 255 = 78%
B 155 of 255 = 61%

217
200
155

R + G + B ~ 75%. #D9C89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 200 + 155 = 572 (100%)
R 217 of 572 ~ 37.94%
G 200 of 572 ~ 34.97%
B 155 of 572 ~ 27.1%

%37.94
%34.97
%27.1

CMYK color model

#D9C89B color CMYK value is (0,8,29,15).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 28.57%
  • key color value is 14.90%
CMYK:
(0,8,29,15)
C0M8Y29K15 
(0%,8%,29%,15%)
(0.00/0.08/0.29/0.15)	

CMYK percentages

%0
%7.83
%28.57
%14.9

Codes

Color #D9C89B in popluar color models

D9C89B
RGB217200155
HSL44°44.93%72.94%
HSB/HSV44°28.57%85.10%
CMYK0.00%7.83%28.57%
14.90%

Color #D9C89B in popluar number systems.

HEXD9C89B
Decimal217200155
Binary110110011100100010011011
Octal331310233

Shades and tints

Shades of #D9C89B

#D9C89B
(217,200,155)
#C6B68D
(198,182,141)
#B3A47F
(179,164,127)
#A09271
(160,146,113)
#8D8063
(141,128,99)
#7A6E55
(122,110,85)
#675C47
(103,92,71)
#544A39
(84,74,57)
#41382B
(65,56,43)
#2E261D
(46,38,29)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #D9C89B

#D9C89B
(217,200,155)
#DCCDA4
(220,205,164)
#DFD2AD
(223,210,173)
#E2D7B6
(226,215,182)
#E5DCBF
(229,220,191)
#E8E1C8
(232,225,200)
#EBE6D1
(235,230,209)
#EEEBDA
(238,235,218)
#F1F0E3
(241,240,227)
#F4F5EC
(244,245,236)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C89B color. Also use rgb(217,200,155) instead hex code.

Text Font Color

.myTextColor { color: #D9C89B; }

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

This text font color is #D9C89B.


Background Color

.myBgColor { background-color: #D9C89B; }

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

This div background color is #D9C89B.


Border color

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

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

This div border color is #D9C89B.


Opacity

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

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

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

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

This text has shadow with #D9C89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C89B on black background.


Color preview on white background

This text has color #D9C89B on white background.



Black color preview on #D9C89B background

This text has black color on #D9C89B background.


White color preview on #D9C89B background

This text has white color on #D9C89B background.