COLOR #D5CD86

HEX: #D5CD86
RGB: (213,205,134)

Color info

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

RGB color model

#D5CD86 color RGB value is (213,205,134).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 134 of 255 = 53%

213
205
134

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 134 = 552 (100%)
R 213 of 552 ~ 38.59%
G 205 of 552 ~ 37.14%
B 134 of 552 ~ 24.28%

%38.59
%37.14
%24.28

CMYK color model

#D5CD86 color CMYK value is (0,4,37,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 37.09%
  • key color value is 16.47%
CMYK:
(0,4,37,16)
C0M4Y37K16 
(0%,4%,37%,16%)
(0.00/0.04/0.37/0.16)	

CMYK percentages

%0
%3.76
%37.09
%16.47

Codes

Color #D5CD86 in popluar color models

D5CD86
RGB213205134
HSL54°48.47%68.04%
HSB/HSV54°37.09%83.53%
CMYK0.00%3.76%37.09%
16.47%

Color #D5CD86 in popluar number systems.

HEXD5CD86
Decimal213205134
Binary110101011100110110000110
Octal325315206

Shades and tints

Shades of #D5CD86

#D5CD86
(213,205,134)
#C2BB7A
(194,187,122)
#AFA96E
(175,169,110)
#9C9762
(156,151,98)
#898556
(137,133,86)
#76734A
(118,115,74)
#63613E
(99,97,62)
#504F32
(80,79,50)
#3D3D26
(61,61,38)
#2A2B1A
(42,43,26)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #D5CD86

#D5CD86
(213,205,134)
#D8D191
(216,209,145)
#DBD59C
(219,213,156)
#DED9A7
(222,217,167)
#E1DDB2
(225,221,178)
#E4E1BD
(228,225,189)
#E7E5C8
(231,229,200)
#EAE9D3
(234,233,211)
#EDEDDE
(237,237,222)
#F0F1E9
(240,241,233)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CD86; }

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

This text font color is #D5CD86.


Background Color

.myBgColor { background-color: #D5CD86; }

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

This div background color is #D5CD86.


Border color

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

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

This div border color is #D5CD86.


Opacity

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

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

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

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

This text has shadow with #D5CD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CD86 on black background.


Color preview on white background

This text has color #D5CD86 on white background.



Black color preview on #D5CD86 background

This text has black color on #D5CD86 background.


White color preview on #D5CD86 background

This text has white color on #D5CD86 background.