COLOR #D6D29D

HEX: #D6D29D RGB: (214,210,157)

Color info

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

RGB color model

#D6D29D color RGB value is (214,210,157).

RGB: (214,210,157) (84%, 82%, 62%)

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 157 of 255 = 62%

214
210
157

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

Portions of RGB colors in percentages

R + G + B = 214 + 210 + 157 = 581 (100%)
R 214 of 581 ~ 36.83%
G 210 of 581 ~ 36.14%
B 157 of 581 ~ 27.02'%

%36.83
%36.14
%27.02

CMYK color model

#D6D29D color CMYK value is (0,2,27,16).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 26.64%
  • key color value is 16.08%

CMYK: (0,2,27,16)
C0M2Y27K16 (0%, 2%, 27%, 16%)
(0.00 / 0.02 / 0.27 / 0.16)

CMYK percentages

%0
%1.87
%26.64
%16.08

Codes

Color #D6D29D in popluar color models

D6 D2 9D
RGB 214 210 157
HSL 56° 41.01% 72.75%
HSB/HSV 56° 26.64% 83.92%
CMYK 0.00% 1.87% 26.64%
16.08%

Color #D6D29D in popluar number systems.

HEX D6 D2 9D
Decimal 214 210 157
Binary 11010110 11010010 10011101
Octal 326 322 235

Shades and tints

Shades of #D6D29D

#D6D29D
(214,210,157)
#C3BF8F
(195,191,143)
#B0AC81
(176,172,129)
#9D9973
(157,153,115)
#8A8665
(138,134,101)
#777357
(119,115,87)
#646049
(100,96,73)
#514D3B
(81,77,59)
#3E3A2D
(62,58,45)
#2B271F
(43,39,31)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #D6D29D

#D6D29D
(214,210,157)
#D9D6A5
(217,214,165)
#DCDAAD
(220,218,173)
#DFDEB5
(223,222,181)
#E2E2BD
(226,226,189)
#E5E6C5
(229,230,197)
#E8EACD
(232,234,205)
#EBEED5
(235,238,213)
#EEF2DD
(238,242,221)
#F1F6E5
(241,246,229)
#F4FAED
(244,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D29D color. Also use rgb(214,210,157) instead hex code.

Text Font Color

.myTextColor { color: #D6D29D; }

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

This text font color is #D6D29D.

Background Color

.myBgColor { background-color: #D6D29D; }

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

This div background color is #D6D29D.

Border color

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

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

This div border color is #D6D29D.

Opacity

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

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

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

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

This text has shadow with #D6D29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D29D.

Preview

Color preview on black background

This text has color #D6D29D on black background.


Color preview on white background

This text has color #D6D29D on white background.


Black color preview on #D6D29D background

This text has black color on #D6D29D background.


White color preview on #D6D29D background

This text has white color on #D6D29D background.


Related colors

Complementary color

Complementary color for #hex is #292D62.


I love getcolorcode.com

Triadic colors

1 #9DD6D2 and #D29DD6 with #D6D29D are triadic colors.

2 #9DD2D6 and #D2D69D with #D6D29D are triadic colors.