COLOR #D4C9B1

HEX: #D4C9B1
RGB: (212,201,177)

Color info

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

RGB color model

#D4C9B1 color RGB value is (212,201,177).

  • red value is 212;
  • green value is 201;
  • blue value is 177.
RGB:
(212,201,177)
(83%,79%,69%)

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 177 of 255 = 69%

212
201
177

R + G + B ~ 77%. #D4C9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 201 + 177 = 590 (100%)
R 212 of 590 ~ 35.93%
G 201 of 590 ~ 34.07%
B 177 of 590 ~ 30%

%35.93
%34.07
%30

CMYK color model

#D4C9B1 color CMYK value is (0,5,17,17).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 16.51%
  • key color value is 16.86%
CMYK:
(0,5,17,17)
C0M5Y17K17 
(0%,5%,17%,17%)
(0.00/0.05/0.17/0.17)	

CMYK percentages

%0
%5.19
%16.51
%16.86

Codes

Color #D4C9B1 in popluar color models

D4C9B1
RGB212201177
HSL41°28.93%76.27%
HSB/HSV41°16.51%83.14%
CMYK0.00%5.19%16.51%
16.86%

Color #D4C9B1 in popluar number systems.

HEXD4C9B1
Decimal212201177
Binary110101001100100110110001
Octal324311261

Shades and tints

Shades of #D4C9B1

#D4C9B1
(212,201,177)
#C1B7A1
(193,183,161)
#AEA591
(174,165,145)
#9B9381
(155,147,129)
#888171
(136,129,113)
#756F61
(117,111,97)
#625D51
(98,93,81)
#4F4B41
(79,75,65)
#3C3931
(60,57,49)
#292721
(41,39,33)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #D4C9B1

#D4C9B1
(212,201,177)
#D7CDB8
(215,205,184)
#DAD1BF
(218,209,191)
#DDD5C6
(221,213,198)
#E0D9CD
(224,217,205)
#E3DDD4
(227,221,212)
#E6E1DB
(230,225,219)
#E9E5E2
(233,229,226)
#ECE9E9
(236,233,233)
#EFEDF0
(239,237,240)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C9B1 color. Also use rgb(212,201,177) instead hex code.

Text Font Color

.myTextColor { color: #D4C9B1; }

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

This text font color is #D4C9B1.


Background Color

.myBgColor { background-color: #D4C9B1; }

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

This div background color is #D4C9B1.


Border color

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

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

This div border color is #D4C9B1.


Opacity

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

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

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

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

This text has shadow with #D4C9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C9B1 on black background.


Color preview on white background

This text has color #D4C9B1 on white background.



Black color preview on #D4C9B1 background

This text has black color on #D4C9B1 background.


White color preview on #D4C9B1 background

This text has white color on #D4C9B1 background.