COLOR #D1C96E

HEX: #D1C96E RGB: (209,201,110)

Color info

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

RGB color model

#D1C96E color RGB value is (209,201,110).

RGB: (209,201,110) (82%, 79%, 43%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 110 of 255 = 43%

209
201
110

R + G + B ~ 68%. #D1C96E is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 201 + 110 = 520 (100%)
R 209 of 520 ~ 40.19%
G 201 of 520 ~ 38.65%
B 110 of 520 ~ 21.15'%

%40.19
%38.65
%21.15

CMYK color model

#D1C96E color CMYK value is (0,4,47,18).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 47.37%
  • key color value is 18.04%
CMYK: (0,4,47,18) C0M4Y47K18 (0%,4%,47%,18%) (0.00/0.04/0.47/0.18) 

CMYK percentages

%0
%3.83
%47.37
%18.04

Codes

Color #D1C96E in popluar color models

D1 C9 6E
RGB 209 201 110
HSL 55° 51.83% 62.55%
HSB/HSV 55° 47.37% 81.96%
CMYK 0.00% 3.83% 47.37%
18.04%

Color #D1C96E in popluar number systems.

HEX D1 C9 6E
Decimal 209 201 110
Binary 11010001 11001001 1101110
Octal 321 311 156

Shades and tints

Shades of #D1C96E

#D1C96E
(209,201,110)
#BEB764
(190,183,100)
#ABA55A
(171,165,90)
#989350
(152,147,80)
#858146
(133,129,70)
#726F3C
(114,111,60)
#5F5D32
(95,93,50)
#4C4B28
(76,75,40)
#39391E
(57,57,30)
#262714
(38,39,20)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #D1C96E

#D1C96E
(209,201,110)
#D5CD7B
(213,205,123)
#D9D188
(217,209,136)
#DDD595
(221,213,149)
#E1D9A2
(225,217,162)
#E5DDAF
(229,221,175)
#E9E1BC
(233,225,188)
#EDE5C9
(237,229,201)
#F1E9D6
(241,233,214)
#F5EDE3
(245,237,227)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C96E; }

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

This text font color is #D1C96E.

Background Color

.myBgColor { background-color: #D1C96E; }

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

This div background color is #D1C96E.

Border color

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

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

This div border color is #D1C96E.

Opacity

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

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

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

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

This text has shadow with #D1C96E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C96E.

Preview

Color preview on black background

This text has color #D1C96E on black background.


Color preview on white background

This text has color #D1C96E on white background.


Black color preview on #D1C96E background

This text has black color on #D1C96E background.


White color preview on #D1C96E background

This text has white color on #D1C96E background.


Related colors

Complementary color

Complementary color for #hex is #2E3691.


I love getcolorcode.com

Triadic colors

1 #6ED1C9 and #C96ED1 with #D1C96E are triadic colors.

2 #6EC9D1 and #C9D16E with #D1C96E are triadic colors.