COLOR #D1C96D

HEX: #D1C96D RGB: (209,201,109)

Color info

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

RGB color model

#D1C96D color RGB value is (209,201,109).

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

RGB channels and saturation

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

209
201
109

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

Portions of RGB colors in percentages

R + G + B = 209 + 201 + 109 = 519 (100%)
R 209 of 519 ~ 40.27%
G 201 of 519 ~ 38.73%
B 109 of 519 ~ 21'%

%40.27
%38.73
%21

CMYK color model

#D1C96D color CMYK value is (0,4,48,18).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 47.85%
  • key color value is 18.04%

CMYK: (0,4,48,18)
C0M4Y48K18 (0%, 4%, 48%, 18%)
(0.00 / 0.04 / 0.48 / 0.18)

CMYK percentages

%0
%3.83
%47.85
%18.04

Codes

Color #D1C96D in popluar color models

D1 C9 6D
RGB 209 201 109
HSL 55° 52.08% 62.35%
HSB/HSV 55° 47.85% 81.96%
CMYK 0.00% 3.83% 47.85%
18.04%

Color #D1C96D in popluar number systems.

HEX D1 C9 6D
Decimal 209 201 109
Binary 11010001 11001001 1101101
Octal 321 311 155

Shades and tints

Shades of #D1C96D

#D1C96D
(209,201,109)
#BEB764
(190,183,100)
#ABA55B
(171,165,91)
#989352
(152,147,82)
#858149
(133,129,73)
#726F40
(114,111,64)
#5F5D37
(95,93,55)
#4C4B2E
(76,75,46)
#393925
(57,57,37)
#26271C
(38,39,28)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #D1C96D

#D1C96D
(209,201,109)
#D5CD7A
(213,205,122)
#D9D187
(217,209,135)
#DDD594
(221,213,148)
#E1D9A1
(225,217,161)
#E5DDAE
(229,221,174)
#E9E1BB
(233,225,187)
#EDE5C8
(237,229,200)
#F1E9D5
(241,233,213)
#F5EDE2
(245,237,226)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C96D; }

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

This text font color is #D1C96D.

Background Color

.myBgColor { background-color: #D1C96D; }

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

This div background color is #D1C96D.

Border color

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

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

This div border color is #D1C96D.

Opacity

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

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

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

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

This text has shadow with #D1C96D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C96D.

Preview

Color preview on black background

This text has color #D1C96D on black background.


Color preview on white background

This text has color #D1C96D on white background.


Black color preview on #D1C96D background

This text has black color on #D1C96D background.


White color preview on #D1C96D background

This text has white color on #D1C96D background.


Related colors

Complementary color

Complementary color for #hex is #2E3692.


I love getcolorcode.com

Triadic colors

1 #6DD1C9 and #C96DD1 with #D1C96D are triadic colors.

2 #6DC9D1 and #C9D16D with #D1C96D are triadic colors.