COLOR #D5C97A

HEX: #D5C97A RGB: (213,201,122)

Color info

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

RGB color model

#D5C97A color RGB value is (213,201,122).

RGB: (213,201,122) (84%, 79%, 48%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 122 of 255 = 48%

213
201
122

R + G + B ~ 70%. #D5C97A is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 201 + 122 = 536 (100%)
R 213 of 536 ~ 39.74%
G 201 of 536 ~ 37.5%
B 122 of 536 ~ 22.76'%

%39.74
%37.5
%22.76

CMYK color model

#D5C97A color CMYK value is (0,6,43,16).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 42.72%
  • key color value is 16.47%

CMYK: (0,6,43,16)
C0M6Y43K16 (0%, 6%, 43%, 16%)
(0.00 / 0.06 / 0.43 / 0.16)

CMYK percentages

%0
%5.63
%42.72
%16.47

Codes

Color #D5C97A in popluar color models

D5 C9 7A
RGB 213 201 122
HSL 52° 52.00% 65.69%
HSB/HSV 52° 42.72% 83.53%
CMYK 0.00% 5.63% 42.72%
16.47%

Color #D5C97A in popluar number systems.

HEX D5 C9 7A
Decimal 213 201 122
Binary 11010101 11001001 1111010
Octal 325 311 172

Shades and tints

Shades of #D5C97A

#D5C97A
(213,201,122)
#C2B76F
(194,183,111)
#AFA564
(175,165,100)
#9C9359
(156,147,89)
#89814E
(137,129,78)
#766F43
(118,111,67)
#635D38
(99,93,56)
#504B2D
(80,75,45)
#3D3922
(61,57,34)
#2A2717
(42,39,23)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #D5C97A

#D5C97A
(213,201,122)
#D8CD86
(216,205,134)
#DBD192
(219,209,146)
#DED59E
(222,213,158)
#E1D9AA
(225,217,170)
#E4DDB6
(228,221,182)
#E7E1C2
(231,225,194)
#EAE5CE
(234,229,206)
#EDE9DA
(237,233,218)
#F0EDE6
(240,237,230)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C97A; }

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

This text font color is #D5C97A.

Background Color

.myBgColor { background-color: #D5C97A; }

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

This div background color is #D5C97A.

Border color

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

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

This div border color is #D5C97A.

Opacity

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

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

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

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

This text has shadow with #D5C97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C97A.

Preview

Color preview on black background

This text has color #D5C97A on black background.


Color preview on white background

This text has color #D5C97A on white background.


Black color preview on #D5C97A background

This text has black color on #D5C97A background.


White color preview on #D5C97A background

This text has white color on #D5C97A background.


Related colors

Complementary color

Complementary color for #hex is #2A3685.


I love getcolorcode.com

Triadic colors

1 #7AD5C9 and #C97AD5 with #D5C97A are triadic colors.

2 #7AC9D5 and #C9D57A with #D5C97A are triadic colors.