COLOR #D5C786

HEX: #D5C786
RGB: (213,199,134)

Color info

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

RGB color model

#D5C786 color RGB value is (213,199,134).

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

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 134 of 255 = 53%

213
199
134

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

Portions of RGB colors in percentages

R + G + B =
213 + 199 + 134 = 546 (100%)
R 213 of 546 ~ 39.01%
G 199 of 546 ~ 36.45%
B 134 of 546 ~ 24.54%

%39.01
%36.45
%24.54

CMYK color model

#D5C786 color CMYK value is (0,7,37,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 37.09%
  • key color value is 16.47%
CMYK:
(0,7,37,16)
C0M7Y37K16 
(0%,7%,37%,16%)
(0.00/0.07/0.37/0.16)	

CMYK percentages

%0
%6.57
%37.09
%16.47

Codes

Color #D5C786 in popluar color models

D5C786
RGB213199134
HSL49°48.47%68.04%
HSB/HSV49°37.09%83.53%
CMYK0.00%6.57%37.09%
16.47%

Color #D5C786 in popluar number systems.

HEXD5C786
Decimal213199134
Binary110101011100011110000110
Octal325307206

Shades and tints

Shades of #D5C786

#D5C786
(213,199,134)
#C2B57A
(194,181,122)
#AFA36E
(175,163,110)
#9C9162
(156,145,98)
#897F56
(137,127,86)
#766D4A
(118,109,74)
#635B3E
(99,91,62)
#504932
(80,73,50)
#3D3726
(61,55,38)
#2A251A
(42,37,26)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #D5C786

#D5C786
(213,199,134)
#D8CC91
(216,204,145)
#DBD19C
(219,209,156)
#DED6A7
(222,214,167)
#E1DBB2
(225,219,178)
#E4E0BD
(228,224,189)
#E7E5C8
(231,229,200)
#EAEAD3
(234,234,211)
#EDEFDE
(237,239,222)
#F0F4E9
(240,244,233)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C786; }

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

This text font color is #D5C786.


Background Color

.myBgColor { background-color: #D5C786; }

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

This div background color is #D5C786.


Border color

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

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

This div border color is #D5C786.


Opacity

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

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

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

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

This text has shadow with #D5C786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C786 on black background.


Color preview on white background

This text has color #D5C786 on white background.



Black color preview on #D5C786 background

This text has black color on #D5C786 background.


White color preview on #D5C786 background

This text has white color on #D5C786 background.