COLOR #D5C39B

HEX: #D5C39B
RGB: (213,195,155)

Color info

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

RGB color model

#D5C39B color RGB value is (213,195,155).

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

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 155 of 255 = 61%

213
195
155

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

Portions of RGB colors in percentages

R + G + B =
213 + 195 + 155 = 563 (100%)
R 213 of 563 ~ 37.83%
G 195 of 563 ~ 34.64%
B 155 of 563 ~ 27.53%

%37.83
%34.64
%27.53

CMYK color model

#D5C39B color CMYK value is (0,8,27,16).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 27.23%
  • key color value is 16.47%
CMYK:
(0,8,27,16)
C0M8Y27K16 
(0%,8%,27%,16%)
(0.00/0.08/0.27/0.16)	

CMYK percentages

%0
%8.45
%27.23
%16.47

Codes

Color #D5C39B in popluar color models

D5C39B
RGB213195155
HSL41°40.85%72.16%
HSB/HSV41°27.23%83.53%
CMYK0.00%8.45%27.23%
16.47%

Color #D5C39B in popluar number systems.

HEXD5C39B
Decimal213195155
Binary110101011100001110011011
Octal325303233

Shades and tints

Shades of #D5C39B

#D5C39B
(213,195,155)
#C2B28D
(194,178,141)
#AFA17F
(175,161,127)
#9C9071
(156,144,113)
#897F63
(137,127,99)
#766E55
(118,110,85)
#635D47
(99,93,71)
#504C39
(80,76,57)
#3D3B2B
(61,59,43)
#2A2A1D
(42,42,29)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #D5C39B

#D5C39B
(213,195,155)
#D8C8A4
(216,200,164)
#DBCDAD
(219,205,173)
#DED2B6
(222,210,182)
#E1D7BF
(225,215,191)
#E4DCC8
(228,220,200)
#E7E1D1
(231,225,209)
#EAE6DA
(234,230,218)
#EDEBE3
(237,235,227)
#F0F0EC
(240,240,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C39B; }

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

This text font color is #D5C39B.


Background Color

.myBgColor { background-color: #D5C39B; }

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

This div background color is #D5C39B.


Border color

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

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

This div border color is #D5C39B.


Opacity

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

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

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

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

This text has shadow with #D5C39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C39B on black background.


Color preview on white background

This text has color #D5C39B on white background.



Black color preview on #D5C39B background

This text has black color on #D5C39B background.


White color preview on #D5C39B background

This text has white color on #D5C39B background.