COLOR #D9C193

HEX: #D9C193
RGB: (217,193,147)

Color info

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

RGB color model

#D9C193 color RGB value is (217,193,147).

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

RGB channels and saturation

R 217 of 255 = 85%
G 193 of 255 = 76%
B 147 of 255 = 58%

217
193
147

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

Portions of RGB colors in percentages

R + G + B =
217 + 193 + 147 = 557 (100%)
R 217 of 557 ~ 38.96%
G 193 of 557 ~ 34.65%
B 147 of 557 ~ 26.39%

%38.96
%34.65
%26.39

CMYK color model

#D9C193 color CMYK value is (0,11,32,15).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 32.26%
  • key color value is 14.90%
CMYK:
(0,11,32,15)
C0M11Y32K15 
(0%,11%,32%,15%)
(0.00/0.11/0.32/0.15)	

CMYK percentages

%0
%11.06
%32.26
%14.9

Codes

Color #D9C193 in popluar color models

D9C193
RGB217193147
HSL39°47.95%71.37%
HSB/HSV39°32.26%85.10%
CMYK0.00%11.06%32.26%
14.90%

Color #D9C193 in popluar number systems.

HEXD9C193
Decimal217193147
Binary110110011100000110010011
Octal331301223

Shades and tints

Shades of #D9C193

#D9C193
(217,193,147)
#C6B086
(198,176,134)
#B39F79
(179,159,121)
#A08E6C
(160,142,108)
#8D7D5F
(141,125,95)
#7A6C52
(122,108,82)
#675B45
(103,91,69)
#544A38
(84,74,56)
#41392B
(65,57,43)
#2E281E
(46,40,30)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #D9C193

#D9C193
(217,193,147)
#DCC69C
(220,198,156)
#DFCBA5
(223,203,165)
#E2D0AE
(226,208,174)
#E5D5B7
(229,213,183)
#E8DAC0
(232,218,192)
#EBDFC9
(235,223,201)
#EEE4D2
(238,228,210)
#F1E9DB
(241,233,219)
#F4EEE4
(244,238,228)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C193; }

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

This text font color is #D9C193.


Background Color

.myBgColor { background-color: #D9C193; }

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

This div background color is #D9C193.


Border color

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

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

This div border color is #D9C193.


Opacity

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

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

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

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

This text has shadow with #D9C193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C193 on black background.


Color preview on white background

This text has color #D9C193 on white background.



Black color preview on #D9C193 background

This text has black color on #D9C193 background.


White color preview on #D9C193 background

This text has white color on #D9C193 background.