COLOR #D4B49A

HEX: #D4B49A
RGB: (212,180,154)

Color info

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

RGB color model

#D4B49A color RGB value is (212,180,154).

  • red value is 212;
  • green value is 180;
  • blue value is 154.
RGB:
(212,180,154)
(83%,71%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 180 of 255 = 71%
B 154 of 255 = 60%

212
180
154

R + G + B ~ 71%. #D4B49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 180 + 154 = 546 (100%)
R 212 of 546 ~ 38.83%
G 180 of 546 ~ 32.97%
B 154 of 546 ~ 28.21%

%38.83
%32.97
%28.21

CMYK color model

#D4B49A color CMYK value is (0,15,27,17).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(0,15,27,17)
C0M15Y27K17 
(0%,15%,27%,17%)
(0.00/0.15/0.27/0.17)	

CMYK percentages

%0
%15.09
%27.36
%16.86

Codes

Color #D4B49A in popluar color models

D4B49A
RGB212180154
HSL27°40.28%71.76%
HSB/HSV27°27.36%83.14%
CMYK0.00%15.09%27.36%
16.86%

Color #D4B49A in popluar number systems.

HEXD4B49A
Decimal212180154
Binary110101001011010010011010
Octal324264232

Shades and tints

Shades of #D4B49A

#D4B49A
(212,180,154)
#C1A48C
(193,164,140)
#AE947E
(174,148,126)
#9B8470
(155,132,112)
#887462
(136,116,98)
#756454
(117,100,84)
#625446
(98,84,70)
#4F4438
(79,68,56)
#3C342A
(60,52,42)
#29241C
(41,36,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #D4B49A

#D4B49A
(212,180,154)
#D7BAA3
(215,186,163)
#DAC0AC
(218,192,172)
#DDC6B5
(221,198,181)
#E0CCBE
(224,204,190)
#E3D2C7
(227,210,199)
#E6D8D0
(230,216,208)
#E9DED9
(233,222,217)
#ECE4E2
(236,228,226)
#EFEAEB
(239,234,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B49A color. Also use rgb(212,180,154) instead hex code.

Text Font Color

.myTextColor { color: #D4B49A; }

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

This text font color is #D4B49A.


Background Color

.myBgColor { background-color: #D4B49A; }

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

This div background color is #D4B49A.


Border color

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

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

This div border color is #D4B49A.


Opacity

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

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

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

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

This text has shadow with #D4B49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B49A on black background.


Color preview on white background

This text has color #D4B49A on white background.



Black color preview on #D4B49A background

This text has black color on #D4B49A background.


White color preview on #D4B49A background

This text has white color on #D4B49A background.