COLOR #DDB49C

HEX: #DDB49C
RGB: (221,180,156)

Color info

#DDB49C contains mainly red and green colors. Web safe color of #DDB49C is #CCCC99 (or #CC9).

RGB color model

#DDB49C color RGB value is (221,180,156).

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

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 156 of 255 = 61%

221
180
156

R + G + B ~ 73%. #DDB49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 156 = 557 (100%)
R 221 of 557 ~ 39.68%
G 180 of 557 ~ 32.32%
B 156 of 557 ~ 28.01%

%39.68
%32.32
%28.01

CMYK color model

#DDB49C color CMYK value is (0,19,29,13).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 29.41%
  • key color value is 13.33%
CMYK:
(0,19,29,13)
C0M19Y29K13 
(0%,19%,29%,13%)
(0.00/0.19/0.29/0.13)	

CMYK percentages

%0
%18.55
%29.41
%13.33

Codes

Color #DDB49C in popluar color models

DDB49C
RGB221180156
HSL22°48.87%73.92%
HSB/HSV22°29.41%86.67%
CMYK0.00%18.55%29.41%
13.33%

Color #DDB49C in popluar number systems.

HEXDDB49C
Decimal221180156
Binary110111011011010010011100
Octal335264234

Shades and tints

Shades of #DDB49C

#DDB49C
(221,180,156)
#C9A48E
(201,164,142)
#B59480
(181,148,128)
#A18472
(161,132,114)
#8D7464
(141,116,100)
#796456
(121,100,86)
#655448
(101,84,72)
#51443A
(81,68,58)
#3D342C
(61,52,44)
#29241E
(41,36,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #DDB49C

#DDB49C
(221,180,156)
#E0BAA5
(224,186,165)
#E3C0AE
(227,192,174)
#E6C6B7
(230,198,183)
#E9CCC0
(233,204,192)
#ECD2C9
(236,210,201)
#EFD8D2
(239,216,210)
#F2DEDB
(242,222,219)
#F5E4E4
(245,228,228)
#F8EAED
(248,234,237)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB49C; }

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

This text font color is #DDB49C.


Background Color

.myBgColor { background-color: #DDB49C; }

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

This div background color is #DDB49C.


Border color

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

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

This div border color is #DDB49C.


Opacity

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

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

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

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

This text has shadow with #DDB49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB49C on black background.


Color preview on white background

This text has color #DDB49C on white background.



Black color preview on #DDB49C background

This text has black color on #DDB49C background.


White color preview on #DDB49C background

This text has white color on #DDB49C background.