COLOR #D5C97D

HEX: #D5C97D RGB: (213,201,125)

Color info

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

RGB color model

#D5C97D color RGB value is (213,201,125).

RGB: (213,201,125) (84%, 79%, 49%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 125 of 255 = 49%

213
201
125

R + G + B ~ 71%. #D5C97D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 201 + 125 = 539 (100%)
R 213 of 539 ~ 39.52%
G 201 of 539 ~ 37.29%
B 125 of 539 ~ 23.19'%

%39.52
%37.29
%23.19

CMYK color model

#D5C97D color CMYK value is (0,6,41,16).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 41.31%
  • key color value is 16.47%
CMYK: (0,6,41,16) C0M6Y41K16 (0%,6%,41%,16%) (0.00/0.06/0.41/0.16) 

CMYK percentages

%0
%5.63
%41.31
%16.47

Codes

Color #D5C97D in popluar color models

D5 C9 7D
RGB 213 201 125
HSL 52° 51.16% 66.27%
HSB/HSV 52° 41.31% 83.53%
CMYK 0.00% 5.63% 41.31%
16.47%

Color #D5C97D in popluar number systems.

HEX D5 C9 7D
Decimal 213 201 125
Binary 11010101 11001001 1111101
Octal 325 311 175

Shades and tints

Shades of #D5C97D

#D5C97D
(213,201,125)
#C2B772
(194,183,114)
#AFA567
(175,165,103)
#9C935C
(156,147,92)
#898151
(137,129,81)
#766F46
(118,111,70)
#635D3B
(99,93,59)
#504B30
(80,75,48)
#3D3925
(61,57,37)
#2A271A
(42,39,26)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #D5C97D

#D5C97D
(213,201,125)
#D8CD88
(216,205,136)
#DBD193
(219,209,147)
#DED59E
(222,213,158)
#E1D9A9
(225,217,169)
#E4DDB4
(228,221,180)
#E7E1BF
(231,225,191)
#EAE5CA
(234,229,202)
#EDE9D5
(237,233,213)
#F0EDE0
(240,237,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C97D color. Also use rgb(213,201,125) instead hex code.

Text Font Color

.myTextColor { color: #D5C97D; }

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

This text font color is #D5C97D.

Background Color

.myBgColor { background-color: #D5C97D; }

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

This div background color is #D5C97D.

Border color

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

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

This div border color is #D5C97D.

Opacity

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

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

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

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

This text has shadow with #D5C97D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C97D.

Preview

Color preview on black background

This text has color #D5C97D on black background.


Color preview on white background

This text has color #D5C97D on white background.


Black color preview on #D5C97D background

This text has black color on #D5C97D background.


White color preview on #D5C97D background

This text has white color on #D5C97D background.


Related colors

Complementary color

Complementary color for #hex is #2A3682.


I love getcolorcode.com

Triadic colors

1 #7DD5C9 and #C97DD5 with #D5C97D are triadic colors.

2 #7DC9D5 and #C9D57D with #D5C97D are triadic colors.