COLOR #DFDDB0

HEX: #DFDDB0
RGB: (223,221,176)

Color info

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

RGB color model

#DFDDB0 color RGB value is (223,221,176).

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

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 176 of 255 = 69%

223
221
176

R + G + B ~ 81%. #DFDDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 176 = 620 (100%)
R 223 of 620 ~ 35.97%
G 221 of 620 ~ 35.65%
B 176 of 620 ~ 28.39%

%35.97
%35.65
%28.39

CMYK color model

#DFDDB0 color CMYK value is (0,1,21,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(0,1,21,13)
C0M1Y21K13 
(0%,1%,21%,13%)
(0.00/0.01/0.21/0.13)	

CMYK percentages

%0
%0.9
%21.08
%12.55

Codes

Color #DFDDB0 in popluar color models

DFDDB0
RGB223221176
HSL57°42.34%78.24%
HSB/HSV57°21.08%87.45%
CMYK0.00%0.90%21.08%
12.55%

Color #DFDDB0 in popluar number systems.

HEXDFDDB0
Decimal223221176
Binary110111111101110110110000
Octal337335260

Shades and tints

Shades of #DFDDB0

#DFDDB0
(223,221,176)
#CBC9A0
(203,201,160)
#B7B590
(183,181,144)
#A3A180
(163,161,128)
#8F8D70
(143,141,112)
#7B7960
(123,121,96)
#676550
(103,101,80)
#535140
(83,81,64)
#3F3D30
(63,61,48)
#2B2920
(43,41,32)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #DFDDB0

#DFDDB0
(223,221,176)
#E1E0B7
(225,224,183)
#E3E3BE
(227,227,190)
#E5E6C5
(229,230,197)
#E7E9CC
(231,233,204)
#E9ECD3
(233,236,211)
#EBEFDA
(235,239,218)
#EDF2E1
(237,242,225)
#EFF5E8
(239,245,232)
#F1F8EF
(241,248,239)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDB0; }

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

This text font color is #DFDDB0.


Background Color

.myBgColor { background-color: #DFDDB0; }

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

This div background color is #DFDDB0.


Border color

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

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

This div border color is #DFDDB0.


Opacity

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

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

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

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

This text has shadow with #DFDDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDB0 on black background.


Color preview on white background

This text has color #DFDDB0 on white background.



Black color preview on #DFDDB0 background

This text has black color on #DFDDB0 background.


White color preview on #DFDDB0 background

This text has white color on #DFDDB0 background.