COLOR #D5C29C

HEX: #D5C29C RGB: (213,194,156)

Color info

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

RGB color model

#D5C29C color RGB value is (213,194,156).

RGB: (213,194,156) (84%, 76%, 61%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 156 of 255 = 61%

213
194
156

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

Portions of RGB colors in percentages

R + G + B = 213 + 194 + 156 = 563 (100%)
R 213 of 563 ~ 37.83%
G 194 of 563 ~ 34.46%
B 156 of 563 ~ 27.71'%

%37.83
%34.46
%27.71

CMYK color model

#D5C29C color CMYK value is (0,9,27,16).

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK: (0,9,27,16) C0M9Y27K16 (0%,9%,27%,16%) (0.00/0.09/0.27/0.16) 

CMYK percentages

%0
%8.92
%26.76
%16.47

Codes

Color #D5C29C in popluar color models

D5 C2 9C
RGB 213 194 156
HSL 40° 40.43% 72.35%
HSB/HSV 40° 26.76% 83.53%
CMYK 0.00% 8.92% 26.76%
16.47%

Color #D5C29C in popluar number systems.

HEX D5 C2 9C
Decimal 213 194 156
Binary 11010101 11000010 10011100
Octal 325 302 234

Shades and tints

Shades of #D5C29C

#D5C29C
(213,194,156)
#C2B18E
(194,177,142)
#AFA080
(175,160,128)
#9C8F72
(156,143,114)
#897E64
(137,126,100)
#766D56
(118,109,86)
#635C48
(99,92,72)
#504B3A
(80,75,58)
#3D3A2C
(61,58,44)
#2A291E
(42,41,30)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #D5C29C

#D5C29C
(213,194,156)
#D8C7A5
(216,199,165)
#DBCCAE
(219,204,174)
#DED1B7
(222,209,183)
#E1D6C0
(225,214,192)
#E4DBC9
(228,219,201)
#E7E0D2
(231,224,210)
#EAE5DB
(234,229,219)
#EDEAE4
(237,234,228)
#F0EFED
(240,239,237)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C29C color. Also use rgb(213,194,156) instead hex code.

Text Font Color

.myTextColor { color: #D5C29C; }

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

This text font color is #D5C29C.

Background Color

.myBgColor { background-color: #D5C29C; }

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

This div background color is #D5C29C.

Border color

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

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

This div border color is #D5C29C.

Opacity

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

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

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

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

This text has shadow with #D5C29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C29C.

Preview

Color preview on black background

This text has color #D5C29C on black background.


Color preview on white background

This text has color #D5C29C on white background.


Black color preview on #D5C29C background

This text has black color on #D5C29C background.


White color preview on #D5C29C background

This text has white color on #D5C29C background.


Related colors

Complementary color

Complementary color for #hex is #2A3D63.


I love getcolorcode.com

Triadic colors

1 #9CD5C2 and #C29CD5 with #D5C29C are triadic colors.

2 #9CC2D5 and #C2D59C with #D5C29C are triadic colors.