COLOR #D2D49A

HEX: #D2D49A
RGB: (210,212,154)

Color info

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

RGB color model

#D2D49A color RGB value is (210,212,154).

  • red value is 210;
  • green value is 212;
  • blue value is 154.
RGB:
(210,212,154)
(82%,83%,60%)

RGB channels and saturation

R 210 of 255 = 82%
G 212 of 255 = 83%
B 154 of 255 = 60%

210
212
154

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

Portions of RGB colors in percentages

R + G + B =
210 + 212 + 154 = 576 (100%)
R 210 of 576 ~ 36.46%
G 212 of 576 ~ 36.81%
B 154 of 576 ~ 26.74%

%36.46
%36.81
%26.74

CMYK color model

#D2D49A color CMYK value is (1,0,27,17).

  • cyan value is 0.94%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(1,0,27,17)
C1M0Y27K17 
(1%,0%,27%,17%)
(0.01/0.00/0.27/0.17)	

CMYK percentages

%0.94
%0
%27.36
%16.86

Codes

Color #D2D49A in popluar color models

D2D49A
RGB210212154
HSL62°40.28%71.76%
HSB/HSV62°27.36%83.14%
CMYK0.94%0.00%27.36%
16.86%

Color #D2D49A in popluar number systems.

HEXD2D49A
Decimal210212154
Binary110100101101010010011010
Octal322324232

Shades and tints

Shades of #D2D49A

#D2D49A
(210,212,154)
#BFC18C
(191,193,140)
#ACAE7E
(172,174,126)
#999B70
(153,155,112)
#868862
(134,136,98)
#737554
(115,117,84)
#606246
(96,98,70)
#4D4F38
(77,79,56)
#3A3C2A
(58,60,42)
#27291C
(39,41,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #D2D49A

#D2D49A
(210,212,154)
#D6D7A3
(214,215,163)
#DADAAC
(218,218,172)
#DEDDB5
(222,221,181)
#E2E0BE
(226,224,190)
#E6E3C7
(230,227,199)
#EAE6D0
(234,230,208)
#EEE9D9
(238,233,217)
#F2ECE2
(242,236,226)
#F6EFEB
(246,239,235)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D49A color. Also use rgb(210,212,154) instead hex code.

Text Font Color

.myTextColor { color: #D2D49A; }

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

This text font color is #D2D49A.


Background Color

.myBgColor { background-color: #D2D49A; }

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

This div background color is #D2D49A.


Border color

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

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

This div border color is #D2D49A.


Opacity

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

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

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

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

This text has shadow with #D2D49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D49A on black background.


Color preview on white background

This text has color #D2D49A on white background.



Black color preview on #D2D49A background

This text has black color on #D2D49A background.


White color preview on #D2D49A background

This text has white color on #D2D49A background.