COLOR #D5C381

HEX: #D5C381
RGB: (213,195,129)

Color info

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

RGB color model

#D5C381 color RGB value is (213,195,129).

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

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 129 of 255 = 51%

213
195
129

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

Portions of RGB colors in percentages

R + G + B =
213 + 195 + 129 = 537 (100%)
R 213 of 537 ~ 39.66%
G 195 of 537 ~ 36.31%
B 129 of 537 ~ 24.02%

%39.66
%36.31
%24.02

CMYK color model

#D5C381 color CMYK value is (0,8,39,16).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 39.44%
  • key color value is 16.47%
CMYK:
(0,8,39,16)
C0M8Y39K16 
(0%,8%,39%,16%)
(0.00/0.08/0.39/0.16)	

CMYK percentages

%0
%8.45
%39.44
%16.47

Codes

Color #D5C381 in popluar color models

D5C381
RGB213195129
HSL47°50.00%67.06%
HSB/HSV47°39.44%83.53%
CMYK0.00%8.45%39.44%
16.47%

Color #D5C381 in popluar number systems.

HEXD5C381
Decimal213195129
Binary110101011100001110000001
Octal325303201

Shades and tints

Shades of #D5C381

#D5C381
(213,195,129)
#C2B276
(194,178,118)
#AFA16B
(175,161,107)
#9C9060
(156,144,96)
#897F55
(137,127,85)
#766E4A
(118,110,74)
#635D3F
(99,93,63)
#504C34
(80,76,52)
#3D3B29
(61,59,41)
#2A2A1E
(42,42,30)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5C381

#D5C381
(213,195,129)
#D8C88C
(216,200,140)
#DBCD97
(219,205,151)
#DED2A2
(222,210,162)
#E1D7AD
(225,215,173)
#E4DCB8
(228,220,184)
#E7E1C3
(231,225,195)
#EAE6CE
(234,230,206)
#EDEBD9
(237,235,217)
#F0F0E4
(240,240,228)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C381; }

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

This text font color is #D5C381.


Background Color

.myBgColor { background-color: #D5C381; }

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

This div background color is #D5C381.


Border color

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

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

This div border color is #D5C381.


Opacity

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

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

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

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

This text has shadow with #D5C381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C381 on black background.


Color preview on white background

This text has color #D5C381 on white background.



Black color preview on #D5C381 background

This text has black color on #D5C381 background.


White color preview on #D5C381 background

This text has white color on #D5C381 background.