COLOR #DDB08B

HEX: #DDB08B
RGB: (221,176,139)

Color info

#DDB08B contains mainly red and green colors. Web safe color of #DDB08B is #CC9999 (or #C99).

RGB color model

#DDB08B color RGB value is (221,176,139).

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

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 139 of 255 = 55%

221
176
139

R + G + B ~ 70%. #DDB08B is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 176 + 139 = 536 (100%)
R 221 of 536 ~ 41.23%
G 176 of 536 ~ 32.84%
B 139 of 536 ~ 25.93%

%41.23
%32.84
%25.93

CMYK color model

#DDB08B color CMYK value is (0,20,37,13).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 37.10%
  • key color value is 13.33%
CMYK:
(0,20,37,13)
C0M20Y37K13 
(0%,20%,37%,13%)
(0.00/0.20/0.37/0.13)	

CMYK percentages

%0
%20.36
%37.1
%13.33

Codes

Color #DDB08B in popluar color models

DDB08B
RGB221176139
HSL27°54.67%70.59%
HSB/HSV27°37.10%86.67%
CMYK0.00%20.36%37.10%
13.33%

Color #DDB08B in popluar number systems.

HEXDDB08B
Decimal221176139
Binary110111011011000010001011
Octal335260213

Shades and tints

Shades of #DDB08B

#DDB08B
(221,176,139)
#C9A07F
(201,160,127)
#B59073
(181,144,115)
#A18067
(161,128,103)
#8D705B
(141,112,91)
#79604F
(121,96,79)
#655043
(101,80,67)
#514037
(81,64,55)
#3D302B
(61,48,43)
#29201F
(41,32,31)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #DDB08B

#DDB08B
(221,176,139)
#E0B795
(224,183,149)
#E3BE9F
(227,190,159)
#E6C5A9
(230,197,169)
#E9CCB3
(233,204,179)
#ECD3BD
(236,211,189)
#EFDAC7
(239,218,199)
#F2E1D1
(242,225,209)
#F5E8DB
(245,232,219)
#F8EFE5
(248,239,229)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB08B; }

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

This text font color is #DDB08B.


Background Color

.myBgColor { background-color: #DDB08B; }

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

This div background color is #DDB08B.


Border color

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

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

This div border color is #DDB08B.


Opacity

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

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

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

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

This text has shadow with #DDB08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB08B on black background.


Color preview on white background

This text has color #DDB08B on white background.



Black color preview on #DDB08B background

This text has black color on #DDB08B background.


White color preview on #DDB08B background

This text has white color on #DDB08B background.