COLOR #D1D29F

HEX: #D1D29F RGB: (209,210,159)

Color info

#D1D29F contains red, green and blue colors in about the same proportion. Web safe color of #D1D29F is #CCCC99 (or #CC9).

RGB color model

#D1D29F color RGB value is (209,210,159).

RGB: (209,210,159) (82%, 82%, 62%)

RGB channels and saturation

R 209 of 255 = 82%
G 210 of 255 = 82%
B 159 of 255 = 62%

209
210
159

R + G + B ~ 75%. #D1D29F is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 210 + 159 = 578 (100%)
R 209 of 578 ~ 36.16%
G 210 of 578 ~ 36.33%
B 159 of 578 ~ 27.51'%

%36.16
%36.33
%27.51

CMYK color model

#D1D29F color CMYK value is (0,0,24,18).

  • cyan value is 0.48%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 17.65%

CMYK: (0,0,24,18)
C0M0Y24K18 (0%, 0%, 24%, 18%)
(0.00 / 0.00 / 0.24 / 0.18)

CMYK percentages

%0.48
%0
%24.29
%17.65

Codes

Color #D1D29F in popluar color models

D1 D2 9F
RGB 209 210 159
HSL 61° 36.17% 72.35%
HSB/HSV 61° 24.29% 82.35%
CMYK 0.48% 0.00% 24.29%
17.65%

Color #D1D29F in popluar number systems.

HEX D1 D2 9F
Decimal 209 210 159
Binary 11010001 11010010 10011111
Octal 321 322 237

Shades and tints

Shades of #D1D29F

#D1D29F
(209,210,159)
#BEBF91
(190,191,145)
#ABAC83
(171,172,131)
#989975
(152,153,117)
#858667
(133,134,103)
#727359
(114,115,89)
#5F604B
(95,96,75)
#4C4D3D
(76,77,61)
#393A2F
(57,58,47)
#262721
(38,39,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #D1D29F

#D1D29F
(209,210,159)
#D5D6A7
(213,214,167)
#D9DAAF
(217,218,175)
#DDDEB7
(221,222,183)
#E1E2BF
(225,226,191)
#E5E6C7
(229,230,199)
#E9EACF
(233,234,207)
#EDEED7
(237,238,215)
#F1F2DF
(241,242,223)
#F5F6E7
(245,246,231)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D29F; }

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

This text font color is #D1D29F.

Background Color

.myBgColor { background-color: #D1D29F; }

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

This div background color is #D1D29F.

Border color

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

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

This div border color is #D1D29F.

Opacity

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

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

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

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

This text has shadow with #D1D29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D29F.

Preview

Color preview on black background

This text has color #D1D29F on black background.


Color preview on white background

This text has color #D1D29F on white background.


Black color preview on #D1D29F background

This text has black color on #D1D29F background.


White color preview on #D1D29F background

This text has white color on #D1D29F background.


Related colors

Complementary color

Complementary color for #hex is #2E2D60.


I love getcolorcode.com

Triadic colors

1 #9FD1D2 and #D29FD1 with #D1D29F are triadic colors.

2 #9FD2D1 and #D2D19F with #D1D29F are triadic colors.