COLOR #D1D491

HEX: #D1D491
RGB: (209,212,145)

Color info

#D1D491 contains mainly red and green colors. Web safe color of #D1D491 is #CCCC99 (or #CC9).

RGB color model

#D1D491 color RGB value is (209,212,145).

  • red value is 209;
  • green value is 212;
  • blue value is 145.
RGB:
(209,212,145)
(82%,83%,57%)

RGB channels and saturation

R 209 of 255 = 82%
G 212 of 255 = 83%
B 145 of 255 = 57%

209
212
145

R + G + B ~ 74%. #D1D491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 212 + 145 = 566 (100%)
R 209 of 566 ~ 36.93%
G 212 of 566 ~ 37.46%
B 145 of 566 ~ 25.62%

%36.93
%37.46
%25.62

CMYK color model

#D1D491 color CMYK value is (1,0,32,17).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 31.60%
  • key color value is 16.86%
CMYK:
(1,0,32,17)
C1M0Y32K17 
(1%,0%,32%,17%)
(0.01/0.00/0.32/0.17)	

CMYK percentages

%1.42
%0
%31.6
%16.86

Codes

Color #D1D491 in popluar color models

D1D491
RGB209212145
HSL63°43.79%70.00%
HSB/HSV63°31.60%83.14%
CMYK1.42%0.00%31.60%
16.86%

Color #D1D491 in popluar number systems.

HEXD1D491
Decimal209212145
Binary110100011101010010010001
Octal321324221

Shades and tints

Shades of #D1D491

#D1D491
(209,212,145)
#BEC184
(190,193,132)
#ABAE77
(171,174,119)
#989B6A
(152,155,106)
#85885D
(133,136,93)
#727550
(114,117,80)
#5F6243
(95,98,67)
#4C4F36
(76,79,54)
#393C29
(57,60,41)
#26291C
(38,41,28)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #D1D491

#D1D491
(209,212,145)
#D5D79B
(213,215,155)
#D9DAA5
(217,218,165)
#DDDDAF
(221,221,175)
#E1E0B9
(225,224,185)
#E5E3C3
(229,227,195)
#E9E6CD
(233,230,205)
#EDE9D7
(237,233,215)
#F1ECE1
(241,236,225)
#F5EFEB
(245,239,235)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D491 color. Also use rgb(209,212,145) instead hex code.

Text Font Color

.myTextColor { color: #D1D491; }

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

This text font color is #D1D491.


Background Color

.myBgColor { background-color: #D1D491; }

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

This div background color is #D1D491.


Border color

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

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

This div border color is #D1D491.


Opacity

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

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

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

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

This text has shadow with #D1D491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D491 on black background.


Color preview on white background

This text has color #D1D491 on white background.



Black color preview on #D1D491 background

This text has black color on #D1D491 background.


White color preview on #D1D491 background

This text has white color on #D1D491 background.