COLOR #D5C78B

HEX: #D5C78B
RGB: (213,199,139)

Color info

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

RGB color model

#D5C78B color RGB value is (213,199,139).

  • red value is 213;
  • green value is 199;
  • blue value is 139.
RGB:
(213,199,139)
(84%,78%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 139 of 255 = 55%

213
199
139

R + G + B ~ 72%. #D5C78B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 199 + 139 = 551 (100%)
R 213 of 551 ~ 38.66%
G 199 of 551 ~ 36.12%
B 139 of 551 ~ 25.23%

%38.66
%36.12
%25.23

CMYK color model

#D5C78B color CMYK value is (0,7,35,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 34.74%
  • key color value is 16.47%
CMYK:
(0,7,35,16)
C0M7Y35K16 
(0%,7%,35%,16%)
(0.00/0.07/0.35/0.16)	

CMYK percentages

%0
%6.57
%34.74
%16.47

Codes

Color #D5C78B in popluar color models

D5C78B
RGB213199139
HSL49°46.84%69.02%
HSB/HSV49°34.74%83.53%
CMYK0.00%6.57%34.74%
16.47%

Color #D5C78B in popluar number systems.

HEXD5C78B
Decimal213199139
Binary110101011100011110001011
Octal325307213

Shades and tints

Shades of #D5C78B

#D5C78B
(213,199,139)
#C2B57F
(194,181,127)
#AFA373
(175,163,115)
#9C9167
(156,145,103)
#897F5B
(137,127,91)
#766D4F
(118,109,79)
#635B43
(99,91,67)
#504937
(80,73,55)
#3D372B
(61,55,43)
#2A251F
(42,37,31)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #D5C78B

#D5C78B
(213,199,139)
#D8CC95
(216,204,149)
#DBD19F
(219,209,159)
#DED6A9
(222,214,169)
#E1DBB3
(225,219,179)
#E4E0BD
(228,224,189)
#E7E5C7
(231,229,199)
#EAEAD1
(234,234,209)
#EDEFDB
(237,239,219)
#F0F4E5
(240,244,229)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C78B color. Also use rgb(213,199,139) instead hex code.

Text Font Color

.myTextColor { color: #D5C78B; }

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

This text font color is #D5C78B.


Background Color

.myBgColor { background-color: #D5C78B; }

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

This div background color is #D5C78B.


Border color

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

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

This div border color is #D5C78B.


Opacity

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

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

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

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

This text has shadow with #D5C78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C78B on black background.


Color preview on white background

This text has color #D5C78B on white background.



Black color preview on #D5C78B background

This text has black color on #D5C78B background.


White color preview on #D5C78B background

This text has white color on #D5C78B background.