COLOR #DFDDAB

HEX: #DFDDAB
RGB: (223,221,171)

Color info

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

RGB color model

#DFDDAB color RGB value is (223,221,171).

  • red value is 223;
  • green value is 221;
  • blue value is 171.
RGB:
(223,221,171)
(87%,87%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 171 of 255 = 67%

223
221
171

R + G + B ~ 80%. #DFDDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 171 = 615 (100%)
R 223 of 615 ~ 36.26%
G 221 of 615 ~ 35.93%
B 171 of 615 ~ 27.8%

%36.26
%35.93
%27.8

CMYK color model

#DFDDAB color CMYK value is (0,1,23,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK:
(0,1,23,13)
C0M1Y23K13 
(0%,1%,23%,13%)
(0.00/0.01/0.23/0.13)	

CMYK percentages

%0
%0.9
%23.32
%12.55

Codes

Color #DFDDAB in popluar color models

DFDDAB
RGB223221171
HSL58°44.83%77.25%
HSB/HSV58°23.32%87.45%
CMYK0.00%0.90%23.32%
12.55%

Color #DFDDAB in popluar number systems.

HEXDFDDAB
Decimal223221171
Binary110111111101110110101011
Octal337335253

Shades and tints

Shades of #DFDDAB

#DFDDAB
(223,221,171)
#CBC99C
(203,201,156)
#B7B58D
(183,181,141)
#A3A17E
(163,161,126)
#8F8D6F
(143,141,111)
#7B7960
(123,121,96)
#676551
(103,101,81)
#535142
(83,81,66)
#3F3D33
(63,61,51)
#2B2924
(43,41,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #DFDDAB

#DFDDAB
(223,221,171)
#E1E0B2
(225,224,178)
#E3E3B9
(227,227,185)
#E5E6C0
(229,230,192)
#E7E9C7
(231,233,199)
#E9ECCE
(233,236,206)
#EBEFD5
(235,239,213)
#EDF2DC
(237,242,220)
#EFF5E3
(239,245,227)
#F1F8EA
(241,248,234)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDDAB color. Also use rgb(223,221,171) instead hex code.

Text Font Color

.myTextColor { color: #DFDDAB; }

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

This text font color is #DFDDAB.


Background Color

.myBgColor { background-color: #DFDDAB; }

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

This div background color is #DFDDAB.


Border color

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

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

This div border color is #DFDDAB.


Opacity

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

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

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

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

This text has shadow with #DFDDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDAB on black background.


Color preview on white background

This text has color #DFDDAB on white background.



Black color preview on #DFDDAB background

This text has black color on #DFDDAB background.


White color preview on #DFDDAB background

This text has white color on #DFDDAB background.