COLOR #D9C98C

HEX: #D9C98C RGB: (217,201,140)

Color info

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

RGB color model

#D9C98C color RGB value is (217,201,140).

RGB: (217,201,140) (85%, 79%, 55%)

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 140 of 255 = 55%

217
201
140

R + G + B ~ 73%. #D9C98C is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 201 + 140 = 558 (100%)
R 217 of 558 ~ 38.89%
G 201 of 558 ~ 36.02%
B 140 of 558 ~ 25.09'%

%38.89
%36.02
%25.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 35.48%
  • key color value is 14.90%

CMYK: (0,7,35,15)
C0M7Y35K15 (0%, 7%, 35%, 15%)
(0.00 / 0.07 / 0.35 / 0.15)

CMYK percentages

%0
%7.37
%35.48
%14.9

Codes

Color #D9C98C in popluar color models

D9 C9 8C
RGB 217 201 140
HSL 48° 50.33% 70.00%
HSB/HSV 48° 35.48% 85.10%
CMYK 0.00% 7.37% 35.48%
14.90%

Color #D9C98C in popluar number systems.

HEX D9 C9 8C
Decimal 217 201 140
Binary 11011001 11001001 10001100
Octal 331 311 214

Shades and tints

Shades of #D9C98C

#D9C98C
(217,201,140)
#C6B780
(198,183,128)
#B3A574
(179,165,116)
#A09368
(160,147,104)
#8D815C
(141,129,92)
#7A6F50
(122,111,80)
#675D44
(103,93,68)
#544B38
(84,75,56)
#41392C
(65,57,44)
#2E2720
(46,39,32)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #D9C98C

#D9C98C
(217,201,140)
#DCCD96
(220,205,150)
#DFD1A0
(223,209,160)
#E2D5AA
(226,213,170)
#E5D9B4
(229,217,180)
#E8DDBE
(232,221,190)
#EBE1C8
(235,225,200)
#EEE5D2
(238,229,210)
#F1E9DC
(241,233,220)
#F4EDE6
(244,237,230)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C98C color. Also use rgb(217,201,140) instead hex code.

Text Font Color

.myTextColor { color: #D9C98C; }

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

This text font color is #D9C98C.

Background Color

.myBgColor { background-color: #D9C98C; }

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

This div background color is #D9C98C.

Border color

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

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

This div border color is #D9C98C.

Opacity

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

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

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

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

This text has shadow with #D9C98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C98C.

Preview

Color preview on black background

This text has color #D9C98C on black background.


Color preview on white background

This text has color #D9C98C on white background.


Black color preview on #D9C98C background

This text has black color on #D9C98C background.


White color preview on #D9C98C background

This text has white color on #D9C98C background.


Related colors

Complementary color

Complementary color for #hex is #263673.


I love getcolorcode.com

Triadic colors

1 #8CD9C9 and #C98CD9 with #D9C98C are triadic colors.

2 #8CC9D9 and #C9D98C with #D9C98C are triadic colors.