COLOR #D4D4B1

HEX: #D4D4B1 RGB: (212,212,177)

Color info

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

RGB color model

#D4D4B1 color RGB value is (212,212,177).

RGB: (212,212,177) (83%, 83%, 69%)

RGB channels and saturation

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

212
212
177

R + G + B ~ 78%. #D4D4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 212 + 177 = 601 (100%)
R 212 of 601 ~ 35.27%
G 212 of 601 ~ 35.27%
B 177 of 601 ~ 29.45'%

%35.27
%35.27
%29.45

CMYK color model

#D4D4B1 color CMYK value is (0,0,17,17).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 16.86%

CMYK: (0,0,17,17)
C0M0Y17K17 (0%, 0%, 17%, 17%)
(0.00 / 0.00 / 0.17 / 0.17)

CMYK percentages

%0
%0
%16.51
%16.86

Codes

Color #D4D4B1 in popluar color models

D4 D4 B1
RGB 212 212 177
HSL 60° 28.93% 76.27%
HSB/HSV 60° 16.51% 83.14%
CMYK 0.00% 0.00% 16.51%
16.86%

Color #D4D4B1 in popluar number systems.

HEX D4 D4 B1
Decimal 212 212 177
Binary 11010100 11010100 10110001
Octal 324 324 261

Shades and tints

Shades of #D4D4B1

#D4D4B1
(212,212,177)
#C1C1A1
(193,193,161)
#AEAE91
(174,174,145)
#9B9B81
(155,155,129)
#888871
(136,136,113)
#757561
(117,117,97)
#626251
(98,98,81)
#4F4F41
(79,79,65)
#3C3C31
(60,60,49)
#292921
(41,41,33)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #D4D4B1

#D4D4B1
(212,212,177)
#D7D7B8
(215,215,184)
#DADABF
(218,218,191)
#DDDDC6
(221,221,198)
#E0E0CD
(224,224,205)
#E3E3D4
(227,227,212)
#E6E6DB
(230,230,219)
#E9E9E2
(233,233,226)
#ECECE9
(236,236,233)
#EFEFF0
(239,239,240)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D4B1; }

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

This text font color is #D4D4B1.

Background Color

.myBgColor { background-color: #D4D4B1; }

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

This div background color is #D4D4B1.

Border color

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

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

This div border color is #D4D4B1.

Opacity

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

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

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

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

This text has shadow with #D4D4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D4B1.

Preview

Color preview on black background

This text has color #D4D4B1 on black background.


Color preview on white background

This text has color #D4D4B1 on white background.


Black color preview on #D4D4B1 background

This text has black color on #D4D4B1 background.


White color preview on #D4D4B1 background

This text has white color on #D4D4B1 background.


Related colors

Complementary color

Complementary color for #hex is #2B2B4E.


I love getcolorcode.com