COLOR #DDBC9E

HEX: #DDBC9E
RGB: (221,188,158)

Color info

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

RGB color model

#DDBC9E color RGB value is (221,188,158).

  • red value is 221;
  • green value is 188;
  • blue value is 158.
RGB:
(221,188,158)
(87%,74%,62%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 158 of 255 = 62%

221
188
158

R + G + B ~ 74%. #DDBC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 188 + 158 = 567 (100%)
R 221 of 567 ~ 38.98%
G 188 of 567 ~ 33.16%
B 158 of 567 ~ 27.87%

%38.98
%33.16
%27.87

CMYK color model

#DDBC9E color CMYK value is (0,15,29,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 28.51%
  • key color value is 13.33%
CMYK:
(0,15,29,13)
C0M15Y29K13 
(0%,15%,29%,13%)
(0.00/0.15/0.29/0.13)	

CMYK percentages

%0
%14.93
%28.51
%13.33

Codes

Color #DDBC9E in popluar color models

DDBC9E
RGB221188158
HSL29°48.09%74.31%
HSB/HSV29°28.51%86.67%
CMYK0.00%14.93%28.51%
13.33%

Color #DDBC9E in popluar number systems.

HEXDDBC9E
Decimal221188158
Binary110111011011110010011110
Octal335274236

Shades and tints

Shades of #DDBC9E

#DDBC9E
(221,188,158)
#C9AB90
(201,171,144)
#B59A82
(181,154,130)
#A18974
(161,137,116)
#8D7866
(141,120,102)
#796758
(121,103,88)
#65564A
(101,86,74)
#51453C
(81,69,60)
#3D342E
(61,52,46)
#292320
(41,35,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #DDBC9E

#DDBC9E
(221,188,158)
#E0C2A6
(224,194,166)
#E3C8AE
(227,200,174)
#E6CEB6
(230,206,182)
#E9D4BE
(233,212,190)
#ECDAC6
(236,218,198)
#EFE0CE
(239,224,206)
#F2E6D6
(242,230,214)
#F5ECDE
(245,236,222)
#F8F2E6
(248,242,230)
#FBF8EE
(251,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBC9E color. Also use rgb(221,188,158) instead hex code.

Text Font Color

.myTextColor { color: #DDBC9E; }

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

This text font color is #DDBC9E.


Background Color

.myBgColor { background-color: #DDBC9E; }

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

This div background color is #DDBC9E.


Border color

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

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

This div border color is #DDBC9E.


Opacity

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

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

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

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

This text has shadow with #DDBC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBC9E on black background.


Color preview on white background

This text has color #DDBC9E on white background.



Black color preview on #DDBC9E background

This text has black color on #DDBC9E background.


White color preview on #DDBC9E background

This text has white color on #DDBC9E background.