COLOR #D1D290

HEX: #D1D290
RGB: (209,210,144)

Color info

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

RGB color model

#D1D290 color RGB value is (209,210,144).

  • red value is 209;
  • green value is 210;
  • blue value is 144.
RGB:
(209,210,144)
(82%,82%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 210 of 255 = 82%
B 144 of 255 = 56%

209
210
144

R + G + B ~ 73%. #D1D290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 210 + 144 = 563 (100%)
R 209 of 563 ~ 37.12%
G 210 of 563 ~ 37.3%
B 144 of 563 ~ 25.58%

%37.12
%37.3
%25.58

CMYK color model

#D1D290 color CMYK value is (0,0,31,18).

  • cyan value is 0.48%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 17.65%
CMYK:
(0,0,31,18)
C0M0Y31K18 
(0%,0%,31%,18%)
(0.00/0.00/0.31/0.18)	

CMYK percentages

%0.48
%0
%31.43
%17.65

Codes

Color #D1D290 in popluar color models

D1D290
RGB209210144
HSL61°42.31%69.41%
HSB/HSV61°31.43%82.35%
CMYK0.48%0.00%31.43%
17.65%

Color #D1D290 in popluar number systems.

HEXD1D290
Decimal209210144
Binary110100011101001010010000
Octal321322220

Shades and tints

Shades of #D1D290

#D1D290
(209,210,144)
#BEBF83
(190,191,131)
#ABAC76
(171,172,118)
#989969
(152,153,105)
#85865C
(133,134,92)
#72734F
(114,115,79)
#5F6042
(95,96,66)
#4C4D35
(76,77,53)
#393A28
(57,58,40)
#26271B
(38,39,27)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #D1D290

#D1D290
(209,210,144)
#D5D69A
(213,214,154)
#D9DAA4
(217,218,164)
#DDDEAE
(221,222,174)
#E1E2B8
(225,226,184)
#E5E6C2
(229,230,194)
#E9EACC
(233,234,204)
#EDEED6
(237,238,214)
#F1F2E0
(241,242,224)
#F5F6EA
(245,246,234)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D290 color. Also use rgb(209,210,144) instead hex code.

Text Font Color

.myTextColor { color: #D1D290; }

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

This text font color is #D1D290.


Background Color

.myBgColor { background-color: #D1D290; }

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

This div background color is #D1D290.


Border color

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

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

This div border color is #D1D290.


Opacity

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

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

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

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

This text has shadow with #D1D290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D290 on black background.


Color preview on white background

This text has color #D1D290 on white background.



Black color preview on #D1D290 background

This text has black color on #D1D290 background.


White color preview on #D1D290 background

This text has white color on #D1D290 background.