COLOR #DDCEB3

HEX: #DDCEB3
RGB: (221,206,179)

Color info

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

RGB color model

#DDCEB3 color RGB value is (221,206,179).

  • red value is 221;
  • green value is 206;
  • blue value is 179.
RGB:
(221,206,179)
(87%,81%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 179 of 255 = 70%

221
206
179

R + G + B ~ 79%. #DDCEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 179 = 606 (100%)
R 221 of 606 ~ 36.47%
G 206 of 606 ~ 33.99%
B 179 of 606 ~ 29.54%

%36.47
%33.99
%29.54

CMYK color model

#DDCEB3 color CMYK value is (0,7,19,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(0,7,19,13)
C0M7Y19K13 
(0%,7%,19%,13%)
(0.00/0.07/0.19/0.13)	

CMYK percentages

%0
%6.79
%19
%13.33

Codes

Color #DDCEB3 in popluar color models

DDCEB3
RGB221206179
HSL39°38.18%78.43%
HSB/HSV39°19.00%86.67%
CMYK0.00%6.79%19.00%
13.33%

Color #DDCEB3 in popluar number systems.

HEXDDCEB3
Decimal221206179
Binary110111011100111010110011
Octal335316263

Shades and tints

Shades of #DDCEB3

#DDCEB3
(221,206,179)
#C9BCA3
(201,188,163)
#B5AA93
(181,170,147)
#A19883
(161,152,131)
#8D8673
(141,134,115)
#797463
(121,116,99)
#656253
(101,98,83)
#515043
(81,80,67)
#3D3E33
(61,62,51)
#292C23
(41,44,35)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #DDCEB3

#DDCEB3
(221,206,179)
#E0D2B9
(224,210,185)
#E3D6BF
(227,214,191)
#E6DAC5
(230,218,197)
#E9DECB
(233,222,203)
#ECE2D1
(236,226,209)
#EFE6D7
(239,230,215)
#F2EADD
(242,234,221)
#F5EEE3
(245,238,227)
#F8F2E9
(248,242,233)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCEB3 color. Also use rgb(221,206,179) instead hex code.

Text Font Color

.myTextColor { color: #DDCEB3; }

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

This text font color is #DDCEB3.


Background Color

.myBgColor { background-color: #DDCEB3; }

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

This div background color is #DDCEB3.


Border color

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

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

This div border color is #DDCEB3.


Opacity

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

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

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

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

This text has shadow with #DDCEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCEB3 on black background.


Color preview on white background

This text has color #DDCEB3 on white background.



Black color preview on #DDCEB3 background

This text has black color on #DDCEB3 background.


White color preview on #DDCEB3 background

This text has white color on #DDCEB3 background.