COLOR #DDCCB4

HEX: #DDCCB4
RGB: (221,204,180)

Color info

#DDCCB4 contains red, green and blue colors in about the same proportion. Web safe color of #DDCCB4 is #CCCCCC (or #CCC).

RGB color model

#DDCCB4 color RGB value is (221,204,180).

  • red value is 221;
  • green value is 204;
  • blue value is 180.
RGB:
(221,204,180)
(87%,80%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 180 of 255 = 71%

221
204
180

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

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 180 = 605 (100%)
R 221 of 605 ~ 36.53%
G 204 of 605 ~ 33.72%
B 180 of 605 ~ 29.75%

%36.53
%33.72
%29.75

CMYK color model

#DDCCB4 color CMYK value is (0,8,19,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 18.55%
  • key color value is 13.33%
CMYK:
(0,8,19,13)
C0M8Y19K13 
(0%,8%,19%,13%)
(0.00/0.08/0.19/0.13)	

CMYK percentages

%0
%7.69
%18.55
%13.33

Codes

Color #DDCCB4 in popluar color models

DDCCB4
RGB221204180
HSL35°37.61%78.63%
HSB/HSV35°18.55%86.67%
CMYK0.00%7.69%18.55%
13.33%

Color #DDCCB4 in popluar number systems.

HEXDDCCB4
Decimal221204180
Binary110111011100110010110100
Octal335314264

Shades and tints

Shades of #DDCCB4

#DDCCB4
(221,204,180)
#C9BAA4
(201,186,164)
#B5A894
(181,168,148)
#A19684
(161,150,132)
#8D8474
(141,132,116)
#797264
(121,114,100)
#656054
(101,96,84)
#514E44
(81,78,68)
#3D3C34
(61,60,52)
#292A24
(41,42,36)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDCCB4

#DDCCB4
(221,204,180)
#E0D0BA
(224,208,186)
#E3D4C0
(227,212,192)
#E6D8C6
(230,216,198)
#E9DCCC
(233,220,204)
#ECE0D2
(236,224,210)
#EFE4D8
(239,228,216)
#F2E8DE
(242,232,222)
#F5ECE4
(245,236,228)
#F8F0EA
(248,240,234)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCCB4 color. Also use rgb(221,204,180) instead hex code.

Text Font Color

.myTextColor { color: #DDCCB4; }

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

This text font color is #DDCCB4.


Background Color

.myBgColor { background-color: #DDCCB4; }

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

This div background color is #DDCCB4.


Border color

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

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

This div border color is #DDCCB4.


Opacity

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

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

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

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

This text has shadow with #DDCCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCCB4 on black background.


Color preview on white background

This text has color #DDCCB4 on white background.



Black color preview on #DDCCB4 background

This text has black color on #DDCCB4 background.


White color preview on #DDCCB4 background

This text has white color on #DDCCB4 background.