COLOR #D3C19D

HEX: #D3C19D
RGB: (211,193,157)

Color info

#D3C19D contains red, green and blue colors in about the same proportion. Web safe color of #D3C19D is #CCCC99 (or #CC9).

RGB color model

#D3C19D color RGB value is (211,193,157).

  • red value is 211;
  • green value is 193;
  • blue value is 157.
RGB:
(211,193,157)
(83%,76%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 193 of 255 = 76%
B 157 of 255 = 62%

211
193
157

R + G + B ~ 74%. #D3C19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 193 + 157 = 561 (100%)
R 211 of 561 ~ 37.61%
G 193 of 561 ~ 34.4%
B 157 of 561 ~ 27.99%

%37.61
%34.4
%27.99

CMYK color model

#D3C19D color CMYK value is (0,9,26,17).

  • cyan value is 0.00%
  • magenta value is 8.53%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(0,9,26,17)
C0M9Y26K17 
(0%,9%,26%,17%)
(0.00/0.09/0.26/0.17)	

CMYK percentages

%0
%8.53
%25.59
%17.25

Codes

Color #D3C19D in popluar color models

D3C19D
RGB211193157
HSL40°38.03%72.16%
HSB/HSV40°25.59%82.75%
CMYK0.00%8.53%25.59%
17.25%

Color #D3C19D in popluar number systems.

HEXD3C19D
Decimal211193157
Binary110100111100000110011101
Octal323301235

Shades and tints

Shades of #D3C19D

#D3C19D
(211,193,157)
#C0B08F
(192,176,143)
#AD9F81
(173,159,129)
#9A8E73
(154,142,115)
#877D65
(135,125,101)
#746C57
(116,108,87)
#615B49
(97,91,73)
#4E4A3B
(78,74,59)
#3B392D
(59,57,45)
#28281F
(40,40,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #D3C19D

#D3C19D
(211,193,157)
#D7C6A5
(215,198,165)
#DBCBAD
(219,203,173)
#DFD0B5
(223,208,181)
#E3D5BD
(227,213,189)
#E7DAC5
(231,218,197)
#EBDFCD
(235,223,205)
#EFE4D5
(239,228,213)
#F3E9DD
(243,233,221)
#F7EEE5
(247,238,229)
#FBF3ED
(251,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C19D color. Also use rgb(211,193,157) instead hex code.

Text Font Color

.myTextColor { color: #D3C19D; }

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

This text font color is #D3C19D.


Background Color

.myBgColor { background-color: #D3C19D; }

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

This div background color is #D3C19D.


Border color

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

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

This div border color is #D3C19D.


Opacity

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

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

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

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

This text has shadow with #D3C19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C19D on black background.


Color preview on white background

This text has color #D3C19D on white background.



Black color preview on #D3C19D background

This text has black color on #D3C19D background.


White color preview on #D3C19D background

This text has white color on #D3C19D background.