COLOR #D2D98D

HEX: #D2D98D
RGB: (210,217,141)

Color info

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

RGB color model

#D2D98D color RGB value is (210,217,141).

  • red value is 210;
  • green value is 217;
  • blue value is 141.
RGB:
(210,217,141)
(82%,85%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 141 of 255 = 55%

210
217
141

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

Portions of RGB colors in percentages

R + G + B =
210 + 217 + 141 = 568 (100%)
R 210 of 568 ~ 36.97%
G 217 of 568 ~ 38.2%
B 141 of 568 ~ 24.82%

%36.97
%38.2
%24.82

CMYK color model

#D2D98D color CMYK value is (3,0,35,15).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 35.02%
  • key color value is 14.90%
CMYK:
(3,0,35,15)
C3M0Y35K15 
(3%,0%,35%,15%)
(0.03/0.00/0.35/0.15)	

CMYK percentages

%3.23
%0
%35.02
%14.9

Codes

Color #D2D98D in popluar color models

D2D98D
RGB210217141
HSL66°50.00%70.20%
HSB/HSV66°35.02%85.10%
CMYK3.23%0.00%35.02%
14.90%

Color #D2D98D in popluar number systems.

HEXD2D98D
Decimal210217141
Binary110100101101100110001101
Octal322331215

Shades and tints

Shades of #D2D98D

#D2D98D
(210,217,141)
#BFC681
(191,198,129)
#ACB375
(172,179,117)
#99A069
(153,160,105)
#868D5D
(134,141,93)
#737A51
(115,122,81)
#606745
(96,103,69)
#4D5439
(77,84,57)
#3A412D
(58,65,45)
#272E21
(39,46,33)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #D2D98D

#D2D98D
(210,217,141)
#D6DC97
(214,220,151)
#DADFA1
(218,223,161)
#DEE2AB
(222,226,171)
#E2E5B5
(226,229,181)
#E6E8BF
(230,232,191)
#EAEBC9
(234,235,201)
#EEEED3
(238,238,211)
#F2F1DD
(242,241,221)
#F6F4E7
(246,244,231)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D98D color. Also use rgb(210,217,141) instead hex code.

Text Font Color

.myTextColor { color: #D2D98D; }

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

This text font color is #D2D98D.


Background Color

.myBgColor { background-color: #D2D98D; }

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

This div background color is #D2D98D.


Border color

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

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

This div border color is #D2D98D.


Opacity

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

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

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

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

This text has shadow with #D2D98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D98D on black background.


Color preview on white background

This text has color #D2D98D on white background.



Black color preview on #D2D98D background

This text has black color on #D2D98D background.


White color preview on #D2D98D background

This text has white color on #D2D98D background.