COLOR #DDBB96

HEX: #DDBB96
RGB: (221,187,150)

Color info

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

RGB color model

#DDBB96 color RGB value is (221,187,150).

  • red value is 221;
  • green value is 187;
  • blue value is 150.
RGB:
(221,187,150)
(87%,73%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 150 of 255 = 59%

221
187
150

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

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 150 = 558 (100%)
R 221 of 558 ~ 39.61%
G 187 of 558 ~ 33.51%
B 150 of 558 ~ 26.88%

%39.61
%33.51
%26.88

CMYK color model

#DDBB96 color CMYK value is (0,15,32,13).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(0,15,32,13)
C0M15Y32K13 
(0%,15%,32%,13%)
(0.00/0.15/0.32/0.13)	

CMYK percentages

%0
%15.38
%32.13
%13.33

Codes

Color #DDBB96 in popluar color models

DDBB96
RGB221187150
HSL31°51.08%72.75%
HSB/HSV31°32.13%86.67%
CMYK0.00%15.38%32.13%
13.33%

Color #DDBB96 in popluar number systems.

HEXDDBB96
Decimal221187150
Binary110111011011101110010110
Octal335273226

Shades and tints

Shades of #DDBB96

#DDBB96
(221,187,150)
#C9AA89
(201,170,137)
#B5997C
(181,153,124)
#A1886F
(161,136,111)
#8D7762
(141,119,98)
#796655
(121,102,85)
#655548
(101,85,72)
#51443B
(81,68,59)
#3D332E
(61,51,46)
#292221
(41,34,33)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #DDBB96

#DDBB96
(221,187,150)
#E0C19F
(224,193,159)
#E3C7A8
(227,199,168)
#E6CDB1
(230,205,177)
#E9D3BA
(233,211,186)
#ECD9C3
(236,217,195)
#EFDFCC
(239,223,204)
#F2E5D5
(242,229,213)
#F5EBDE
(245,235,222)
#F8F1E7
(248,241,231)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBB96 color. Also use rgb(221,187,150) instead hex code.

Text Font Color

.myTextColor { color: #DDBB96; }

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

This text font color is #DDBB96.


Background Color

.myBgColor { background-color: #DDBB96; }

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

This div background color is #DDBB96.


Border color

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

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

This div border color is #DDBB96.


Opacity

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

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

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

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

This text has shadow with #DDBB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBB96 on black background.


Color preview on white background

This text has color #DDBB96 on white background.



Black color preview on #DDBB96 background

This text has black color on #DDBB96 background.


White color preview on #DDBB96 background

This text has white color on #DDBB96 background.