COLOR #D2D981

HEX: #D2D981 RGB: (210,217,129)

Color info

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

RGB color model

#D2D981 color RGB value is (210,217,129).

RGB: (210,217,129) (82%, 85%, 51%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 129 of 255 = 51%

210
217
129

R + G + B ~ 73%. #D2D981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 217 + 129 = 556 (100%)
R 210 of 556 ~ 37.77%
G 217 of 556 ~ 39.03%
B 129 of 556 ~ 23.2'%

%37.77
%39.03
%23.2

CMYK color model

#D2D981 color CMYK value is (3,0,41,15).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 40.55%
  • key color value is 14.90%

CMYK: (3,0,41,15)
C3M0Y41K15 (3%, 0%, 41%, 15%)
(0.03 / 0.00 / 0.41 / 0.15)

CMYK percentages

%3.23
%0
%40.55
%14.9

Codes

Color #D2D981 in popluar color models

D2 D9 81
RGB 210 217 129
HSL 65° 53.66% 67.84%
HSB/HSV 65° 40.55% 85.10%
CMYK 3.23% 0.00% 40.55%
14.90%

Color #D2D981 in popluar number systems.

HEX D2 D9 81
Decimal 210 217 129
Binary 11010010 11011001 10000001
Octal 322 331 201

Shades and tints

Shades of #D2D981

#D2D981
(210,217,129)
#BFC676
(191,198,118)
#ACB36B
(172,179,107)
#99A060
(153,160,96)
#868D55
(134,141,85)
#737A4A
(115,122,74)
#60673F
(96,103,63)
#4D5434
(77,84,52)
#3A4129
(58,65,41)
#272E1E
(39,46,30)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #D2D981

#D2D981
(210,217,129)
#D6DC8C
(214,220,140)
#DADF97
(218,223,151)
#DEE2A2
(222,226,162)
#E2E5AD
(226,229,173)
#E6E8B8
(230,232,184)
#EAEBC3
(234,235,195)
#EEEECE
(238,238,206)
#F2F1D9
(242,241,217)
#F6F4E4
(246,244,228)
#FAF7EF
(250,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D981; }

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

This text font color is #D2D981.

Background Color

.myBgColor { background-color: #D2D981; }

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

This div background color is #D2D981.

Border color

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

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

This div border color is #D2D981.

Opacity

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

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

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

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

This text has shadow with #D2D981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D981.

Preview

Color preview on black background

This text has color #D2D981 on black background.


Color preview on white background

This text has color #D2D981 on white background.


Black color preview on #D2D981 background

This text has black color on #D2D981 background.


White color preview on #D2D981 background

This text has white color on #D2D981 background.


Related colors

Complementary color

Complementary color for #hex is #2D267E.


I love getcolorcode.com

Triadic colors

1 #81D2D9 and #D981D2 with #D2D981 are triadic colors.

2 #81D9D2 and #D9D281 with #D2D981 are triadic colors.