COLOR #D1C97A

HEX: #D1C97A
RGB: (209,201,122)

Color info

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

RGB color model

#D1C97A color RGB value is (209,201,122).

  • red value is 209;
  • green value is 201;
  • blue value is 122.
RGB:
(209,201,122)
(82%,79%,48%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 122 of 255 = 48%

209
201
122

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

Portions of RGB colors in percentages

R + G + B =
209 + 201 + 122 = 532 (100%)
R 209 of 532 ~ 39.29%
G 201 of 532 ~ 37.78%
B 122 of 532 ~ 22.93%

%39.29
%37.78
%22.93

CMYK color model

#D1C97A color CMYK value is (0,4,42,18).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 41.63%
  • key color value is 18.04%
CMYK:
(0,4,42,18)
C0M4Y42K18 
(0%,4%,42%,18%)
(0.00/0.04/0.42/0.18)	

CMYK percentages

%0
%3.83
%41.63
%18.04

Codes

Color #D1C97A in popluar color models

D1C97A
RGB209201122
HSL54°48.60%64.90%
HSB/HSV54°41.63%81.96%
CMYK0.00%3.83%41.63%
18.04%

Color #D1C97A in popluar number systems.

HEXD1C97A
Decimal209201122
Binary11010001110010011111010
Octal321311172

Shades and tints

Shades of #D1C97A

#D1C97A
(209,201,122)
#BEB76F
(190,183,111)
#ABA564
(171,165,100)
#989359
(152,147,89)
#85814E
(133,129,78)
#726F43
(114,111,67)
#5F5D38
(95,93,56)
#4C4B2D
(76,75,45)
#393922
(57,57,34)
#262717
(38,39,23)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #D1C97A

#D1C97A
(209,201,122)
#D5CD86
(213,205,134)
#D9D192
(217,209,146)
#DDD59E
(221,213,158)
#E1D9AA
(225,217,170)
#E5DDB6
(229,221,182)
#E9E1C2
(233,225,194)
#EDE5CE
(237,229,206)
#F1E9DA
(241,233,218)
#F5EDE6
(245,237,230)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C97A; }

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

This text font color is #D1C97A.


Background Color

.myBgColor { background-color: #D1C97A; }

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

This div background color is #D1C97A.


Border color

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

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

This div border color is #D1C97A.


Opacity

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

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

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

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

This text has shadow with #D1C97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C97A on black background.


Color preview on white background

This text has color #D1C97A on white background.



Black color preview on #D1C97A background

This text has black color on #D1C97A background.


White color preview on #D1C97A background

This text has white color on #D1C97A background.