COLOR #D2D173

HEX: #D2D173
RGB: (210,209,115)

Color info

#D2D173 contains mainly red and green colors. Web safe color of #D2D173 is #CCCC66 (or #CC6).

RGB color model

#D2D173 color RGB value is (210,209,115).

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

RGB channels and saturation

R 210 of 255 = 82%
G 209 of 255 = 82%
B 115 of 255 = 45%

210
209
115

R + G + B ~ 70%. #D2D173 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 209 + 115 = 534 (100%)
R 210 of 534 ~ 39.33%
G 209 of 534 ~ 39.14%
B 115 of 534 ~ 21.54%

%39.33
%39.14
%21.54

CMYK color model

#D2D173 color CMYK value is (0,0,45,18).

  • cyan value is 0.00%
  • magenta value is 0.48%
  • yellow value is 45.24%
  • key color value is 17.65%
CMYK:
(0,0,45,18)
C0M0Y45K18 
(0%,0%,45%,18%)
(0.00/0.00/0.45/0.18)	

CMYK percentages

%0
%0.48
%45.24
%17.65

Codes

Color #D2D173 in popluar color models

D2D173
RGB210209115
HSL59°51.35%63.73%
HSB/HSV59°45.24%82.35%
CMYK0.00%0.48%45.24%
17.65%

Color #D2D173 in popluar number systems.

HEXD2D173
Decimal210209115
Binary11010010110100011110011
Octal322321163

Shades and tints

Shades of #D2D173

#D2D173
(210,209,115)
#BFBE69
(191,190,105)
#ACAB5F
(172,171,95)
#999855
(153,152,85)
#86854B
(134,133,75)
#737241
(115,114,65)
#605F37
(96,95,55)
#4D4C2D
(77,76,45)
#3A3923
(58,57,35)
#272619
(39,38,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #D2D173

#D2D173
(210,209,115)
#D6D57F
(214,213,127)
#DAD98B
(218,217,139)
#DEDD97
(222,221,151)
#E2E1A3
(226,225,163)
#E6E5AF
(230,229,175)
#EAE9BB
(234,233,187)
#EEEDC7
(238,237,199)
#F2F1D3
(242,241,211)
#F6F5DF
(246,245,223)
#FAF9EB
(250,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D173; }

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

This text font color is #D2D173.


Background Color

.myBgColor { background-color: #D2D173; }

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

This div background color is #D2D173.


Border color

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

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

This div border color is #D2D173.


Opacity

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

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

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

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

This text has shadow with #D2D173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D173 on black background.


Color preview on white background

This text has color #D2D173 on white background.



Black color preview on #D2D173 background

This text has black color on #D2D173 background.


White color preview on #D2D173 background

This text has white color on #D2D173 background.