COLOR #D5CD71

HEX: #D5CD71
RGB: (213,205,113)

Color info

#D5CD71 contains mainly red and green colors. Web safe color of #D5CD71 is #CCCC66 (or #CC6).

RGB color model

#D5CD71 color RGB value is (213,205,113).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 113 of 255 = 44%

213
205
113

R + G + B ~ 69%. #D5CD71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 113 = 531 (100%)
R 213 of 531 ~ 40.11%
G 205 of 531 ~ 38.61%
B 113 of 531 ~ 21.28%

%40.11
%38.61
%21.28

CMYK color model

#D5CD71 color CMYK value is (0,4,47,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 46.95%
  • key color value is 16.47%
CMYK:
(0,4,47,16)
C0M4Y47K16 
(0%,4%,47%,16%)
(0.00/0.04/0.47/0.16)	

CMYK percentages

%0
%3.76
%46.95
%16.47

Codes

Color #D5CD71 in popluar color models

D5CD71
RGB213205113
HSL55°54.35%63.92%
HSB/HSV55°46.95%83.53%
CMYK0.00%3.76%46.95%
16.47%

Color #D5CD71 in popluar number systems.

HEXD5CD71
Decimal213205113
Binary11010101110011011110001
Octal325315161

Shades and tints

Shades of #D5CD71

#D5CD71
(213,205,113)
#C2BB67
(194,187,103)
#AFA95D
(175,169,93)
#9C9753
(156,151,83)
#898549
(137,133,73)
#76733F
(118,115,63)
#636135
(99,97,53)
#504F2B
(80,79,43)
#3D3D21
(61,61,33)
#2A2B17
(42,43,23)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #D5CD71

#D5CD71
(213,205,113)
#D8D17D
(216,209,125)
#DBD589
(219,213,137)
#DED995
(222,217,149)
#E1DDA1
(225,221,161)
#E4E1AD
(228,225,173)
#E7E5B9
(231,229,185)
#EAE9C5
(234,233,197)
#EDEDD1
(237,237,209)
#F0F1DD
(240,241,221)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CD71; }

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

This text font color is #D5CD71.


Background Color

.myBgColor { background-color: #D5CD71; }

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

This div background color is #D5CD71.


Border color

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

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

This div border color is #D5CD71.


Opacity

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

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

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

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

This text has shadow with #D5CD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CD71 on black background.


Color preview on white background

This text has color #D5CD71 on white background.



Black color preview on #D5CD71 background

This text has black color on #D5CD71 background.


White color preview on #D5CD71 background

This text has white color on #D5CD71 background.