COLOR #D3C381

HEX: #D3C381
RGB: (211,195,129)

Color info

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

RGB color model

#D3C381 color RGB value is (211,195,129).

  • red value is 211;
  • green value is 195;
  • blue value is 129.
RGB:
(211,195,129)
(83%,76%,51%)

RGB channels and saturation

R 211 of 255 = 83%
G 195 of 255 = 76%
B 129 of 255 = 51%

211
195
129

R + G + B ~ 70%. #D3C381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 195 + 129 = 535 (100%)
R 211 of 535 ~ 39.44%
G 195 of 535 ~ 36.45%
B 129 of 535 ~ 24.11%

%39.44
%36.45
%24.11

CMYK color model

#D3C381 color CMYK value is (0,8,39,17).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 38.86%
  • key color value is 17.25%
CMYK:
(0,8,39,17)
C0M8Y39K17 
(0%,8%,39%,17%)
(0.00/0.08/0.39/0.17)	

CMYK percentages

%0
%7.58
%38.86
%17.25

Codes

Color #D3C381 in popluar color models

D3C381
RGB211195129
HSL48°48.24%66.67%
HSB/HSV48°38.86%82.75%
CMYK0.00%7.58%38.86%
17.25%

Color #D3C381 in popluar number systems.

HEXD3C381
Decimal211195129
Binary110100111100001110000001
Octal323303201

Shades and tints

Shades of #D3C381

#D3C381
(211,195,129)
#C0B276
(192,178,118)
#ADA16B
(173,161,107)
#9A9060
(154,144,96)
#877F55
(135,127,85)
#746E4A
(116,110,74)
#615D3F
(97,93,63)
#4E4C34
(78,76,52)
#3B3B29
(59,59,41)
#282A1E
(40,42,30)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #D3C381

#D3C381
(211,195,129)
#D7C88C
(215,200,140)
#DBCD97
(219,205,151)
#DFD2A2
(223,210,162)
#E3D7AD
(227,215,173)
#E7DCB8
(231,220,184)
#EBE1C3
(235,225,195)
#EFE6CE
(239,230,206)
#F3EBD9
(243,235,217)
#F7F0E4
(247,240,228)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C381 color. Also use rgb(211,195,129) instead hex code.

Text Font Color

.myTextColor { color: #D3C381; }

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

This text font color is #D3C381.


Background Color

.myBgColor { background-color: #D3C381; }

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

This div background color is #D3C381.


Border color

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

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

This div border color is #D3C381.


Opacity

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

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

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

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

This text has shadow with #D3C381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C381 on black background.


Color preview on white background

This text has color #D3C381 on white background.



Black color preview on #D3C381 background

This text has black color on #D3C381 background.


White color preview on #D3C381 background

This text has white color on #D3C381 background.