COLOR #D7D99A

HEX: #D7D99A RGB: (215,217,154)

Color info

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

RGB color model

#D7D99A color RGB value is (215,217,154).

RGB: (215,217,154) (84%, 85%, 60%)

RGB channels and saturation

R 215 of 255 = 84%
G 217 of 255 = 85%
B 154 of 255 = 60%

215
217
154

R + G + B ~ 76%. #D7D99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 217 + 154 = 586 (100%)
R 215 of 586 ~ 36.69%
G 217 of 586 ~ 37.03%
B 154 of 586 ~ 26.28'%

%36.69
%37.03
%26.28

CMYK color model

#D7D99A color CMYK value is (1,0,29,15).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 14.90%

CMYK: (1,0,29,15)
C1M0Y29K15 (1%, 0%, 29%, 15%)
(0.01 / 0.00 / 0.29 / 0.15)

CMYK percentages

%0.92
%0
%29.03
%14.9

Codes

Color #D7D99A in popluar color models

D7 D9 9A
RGB 215 217 154
HSL 62° 45.32% 72.75%
HSB/HSV 62° 29.03% 85.10%
CMYK 0.92% 0.00% 29.03%
14.90%

Color #D7D99A in popluar number systems.

HEX D7 D9 9A
Decimal 215 217 154
Binary 11010111 11011001 10011010
Octal 327 331 232

Shades and tints

Shades of #D7D99A

#D7D99A
(215,217,154)
#C4C68C
(196,198,140)
#B1B37E
(177,179,126)
#9EA070
(158,160,112)
#8B8D62
(139,141,98)
#787A54
(120,122,84)
#656746
(101,103,70)
#525438
(82,84,56)
#3F412A
(63,65,42)
#2C2E1C
(44,46,28)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #D7D99A

#D7D99A
(215,217,154)
#DADCA3
(218,220,163)
#DDDFAC
(221,223,172)
#E0E2B5
(224,226,181)
#E3E5BE
(227,229,190)
#E6E8C7
(230,232,199)
#E9EBD0
(233,235,208)
#ECEED9
(236,238,217)
#EFF1E2
(239,241,226)
#F2F4EB
(242,244,235)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D99A color. Also use rgb(215,217,154) instead hex code.

Text Font Color

.myTextColor { color: #D7D99A; }

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

This text font color is #D7D99A.

Background Color

.myBgColor { background-color: #D7D99A; }

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

This div background color is #D7D99A.

Border color

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

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

This div border color is #D7D99A.

Opacity

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

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

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

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

This text has shadow with #D7D99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D99A.

Preview

Color preview on black background

This text has color #D7D99A on black background.


Color preview on white background

This text has color #D7D99A on white background.


Black color preview on #D7D99A background

This text has black color on #D7D99A background.


White color preview on #D7D99A background

This text has white color on #D7D99A background.


Related colors

Complementary color

Complementary color for #hex is #282665.


I love getcolorcode.com

Triadic colors

1 #9AD7D9 and #D99AD7 with #D7D99A are triadic colors.

2 #9AD9D7 and #D9D79A with #D7D99A are triadic colors.