COLOR #D1D099

HEX: #D1D099
RGB: (209,208,153)

Color info

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

RGB color model

#D1D099 color RGB value is (209,208,153).

  • red value is 209;
  • green value is 208;
  • blue value is 153.
RGB:
(209,208,153)
(82%,82%,60%)

RGB channels and saturation

R 209 of 255 = 82%
G 208 of 255 = 82%
B 153 of 255 = 60%

209
208
153

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

Portions of RGB colors in percentages

R + G + B =
209 + 208 + 153 = 570 (100%)
R 209 of 570 ~ 36.67%
G 208 of 570 ~ 36.49%
B 153 of 570 ~ 26.84%

%36.67
%36.49
%26.84

CMYK color model

#D1D099 color CMYK value is (0,0,27,18).

  • cyan value is 0.00%
  • magenta value is 0.48%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(0,0,27,18)
C0M0Y27K18 
(0%,0%,27%,18%)
(0.00/0.00/0.27/0.18)	

CMYK percentages

%0
%0.48
%26.79
%18.04

Codes

Color #D1D099 in popluar color models

D1D099
RGB209208153
HSL59°37.84%70.98%
HSB/HSV59°26.79%81.96%
CMYK0.00%0.48%26.79%
18.04%

Color #D1D099 in popluar number systems.

HEXD1D099
Decimal209208153
Binary110100011101000010011001
Octal321320231

Shades and tints

Shades of #D1D099

#D1D099
(209,208,153)
#BEBE8C
(190,190,140)
#ABAC7F
(171,172,127)
#989A72
(152,154,114)
#858865
(133,136,101)
#727658
(114,118,88)
#5F644B
(95,100,75)
#4C523E
(76,82,62)
#394031
(57,64,49)
#262E24
(38,46,36)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #D1D099

#D1D099
(209,208,153)
#D5D4A2
(213,212,162)
#D9D8AB
(217,216,171)
#DDDCB4
(221,220,180)
#E1E0BD
(225,224,189)
#E5E4C6
(229,228,198)
#E9E8CF
(233,232,207)
#EDECD8
(237,236,216)
#F1F0E1
(241,240,225)
#F5F4EA
(245,244,234)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D099 color. Also use rgb(209,208,153) instead hex code.

Text Font Color

.myTextColor { color: #D1D099; }

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

This text font color is #D1D099.


Background Color

.myBgColor { background-color: #D1D099; }

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

This div background color is #D1D099.


Border color

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

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

This div border color is #D1D099.


Opacity

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

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

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

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

This text has shadow with #D1D099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D099 on black background.


Color preview on white background

This text has color #D1D099 on white background.



Black color preview on #D1D099 background

This text has black color on #D1D099 background.


White color preview on #D1D099 background

This text has white color on #D1D099 background.