COLOR #D5C39D

HEX: #D5C39D RGB: (213,195,157)

Color info

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

RGB color model

#D5C39D color RGB value is (213,195,157).

RGB: (213,195,157) (84%, 76%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 157 of 255 = 62%

213
195
157

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

Portions of RGB colors in percentages

R + G + B = 213 + 195 + 157 = 565 (100%)
R 213 of 565 ~ 37.7%
G 195 of 565 ~ 34.51%
B 157 of 565 ~ 27.79'%

%37.7
%34.51
%27.79

CMYK color model

#D5C39D color CMYK value is (0,8,26,16).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 26.29%
  • key color value is 16.47%

CMYK: (0,8,26,16)
C0M8Y26K16 (0%, 8%, 26%, 16%)
(0.00 / 0.08 / 0.26 / 0.16)

CMYK percentages

%0
%8.45
%26.29
%16.47

Codes

Color #D5C39D in popluar color models

D5 C3 9D
RGB 213 195 157
HSL 41° 40.00% 72.55%
HSB/HSV 41° 26.29% 83.53%
CMYK 0.00% 8.45% 26.29%
16.47%

Color #D5C39D in popluar number systems.

HEX D5 C3 9D
Decimal 213 195 157
Binary 11010101 11000011 10011101
Octal 325 303 235

Shades and tints

Shades of #D5C39D

#D5C39D
(213,195,157)
#C2B28F
(194,178,143)
#AFA181
(175,161,129)
#9C9073
(156,144,115)
#897F65
(137,127,101)
#766E57
(118,110,87)
#635D49
(99,93,73)
#504C3B
(80,76,59)
#3D3B2D
(61,59,45)
#2A2A1F
(42,42,31)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #D5C39D

#D5C39D
(213,195,157)
#D8C8A5
(216,200,165)
#DBCDAD
(219,205,173)
#DED2B5
(222,210,181)
#E1D7BD
(225,215,189)
#E4DCC5
(228,220,197)
#E7E1CD
(231,225,205)
#EAE6D5
(234,230,213)
#EDEBDD
(237,235,221)
#F0F0E5
(240,240,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C39D; }

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

This text font color is #D5C39D.

Background Color

.myBgColor { background-color: #D5C39D; }

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

This div background color is #D5C39D.

Border color

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

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

This div border color is #D5C39D.

Opacity

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

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

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

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

This text has shadow with #D5C39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C39D.

Preview

Color preview on black background

This text has color #D5C39D on black background.


Color preview on white background

This text has color #D5C39D on white background.


Black color preview on #D5C39D background

This text has black color on #D5C39D background.


White color preview on #D5C39D background

This text has white color on #D5C39D background.


Related colors

Complementary color

Complementary color for #hex is #2A3C62.


I love getcolorcode.com

Triadic colors

1 #9DD5C3 and #C39DD5 with #D5C39D are triadic colors.

2 #9DC3D5 and #C3D59D with #D5C39D are triadic colors.