COLOR #D6C29F

HEX: #D6C29F RGB: (214,194,159)

Color info

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

RGB color model

#D6C29F color RGB value is (214,194,159).

RGB: (214,194,159) (84%, 76%, 62%)

RGB channels and saturation

R 214 of 255 = 84%
G 194 of 255 = 76%
B 159 of 255 = 62%

214
194
159

R + G + B ~ 74%. #D6C29F is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 194 + 159 = 567 (100%)
R 214 of 567 ~ 37.74%
G 194 of 567 ~ 34.22%
B 159 of 567 ~ 28.04'%

%37.74
%34.22
%28.04

CMYK color model

#D6C29F color CMYK value is (0,9,26,16).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 25.70%
  • key color value is 16.08%

CMYK: (0,9,26,16)
C0M9Y26K16 (0%, 9%, 26%, 16%)
(0.00 / 0.09 / 0.26 / 0.16)

CMYK percentages

%0
%9.35
%25.7
%16.08

Codes

Color #D6C29F in popluar color models

D6 C2 9F
RGB 214 194 159
HSL 38° 40.15% 73.14%
HSB/HSV 38° 25.70% 83.92%
CMYK 0.00% 9.35% 25.70%
16.08%

Color #D6C29F in popluar number systems.

HEX D6 C2 9F
Decimal 214 194 159
Binary 11010110 11000010 10011111
Octal 326 302 237

Shades and tints

Shades of #D6C29F

#D6C29F
(214,194,159)
#C3B191
(195,177,145)
#B0A083
(176,160,131)
#9D8F75
(157,143,117)
#8A7E67
(138,126,103)
#776D59
(119,109,89)
#645C4B
(100,92,75)
#514B3D
(81,75,61)
#3E3A2F
(62,58,47)
#2B2921
(43,41,33)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #D6C29F

#D6C29F
(214,194,159)
#D9C7A7
(217,199,167)
#DCCCAF
(220,204,175)
#DFD1B7
(223,209,183)
#E2D6BF
(226,214,191)
#E5DBC7
(229,219,199)
#E8E0CF
(232,224,207)
#EBE5D7
(235,229,215)
#EEEADF
(238,234,223)
#F1EFE7
(241,239,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C29F color. Also use rgb(214,194,159) instead hex code.

Text Font Color

.myTextColor { color: #D6C29F; }

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

This text font color is #D6C29F.

Background Color

.myBgColor { background-color: #D6C29F; }

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

This div background color is #D6C29F.

Border color

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

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

This div border color is #D6C29F.

Opacity

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

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

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

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

This text has shadow with #D6C29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C29F.

Preview

Color preview on black background

This text has color #D6C29F on black background.


Color preview on white background

This text has color #D6C29F on white background.


Black color preview on #D6C29F background

This text has black color on #D6C29F background.


White color preview on #D6C29F background

This text has white color on #D6C29F background.


Related colors

Complementary color

Complementary color for #hex is #293D60.


I love getcolorcode.com

Triadic colors

1 #9FD6C2 and #C29FD6 with #D6C29F are triadic colors.

2 #9FC2D6 and #C2D69F with #D6C29F are triadic colors.