COLOR #DDBB9F

HEX: #DDBB9F RGB: (221,187,159)

Color info

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

RGB color model

#DDBB9F color RGB value is (221,187,159).

RGB: (221,187,159) (87%, 73%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 159 of 255 = 62%

221
187
159

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

Portions of RGB colors in percentages

R + G + B = 221 + 187 + 159 = 567 (100%)
R 221 of 567 ~ 38.98%
G 187 of 567 ~ 32.98%
B 159 of 567 ~ 28.04'%

%38.98
%32.98
%28.04

CMYK color model

#DDBB9F color CMYK value is (0,15,28,13).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 28.05%
  • key color value is 13.33%

CMYK: (0,15,28,13)
C0M15Y28K13 (0%, 15%, 28%, 13%)
(0.00 / 0.15 / 0.28 / 0.13)

CMYK percentages

%0
%15.38
%28.05
%13.33

Codes

Color #DDBB9F in popluar color models

DD BB 9F
RGB 221 187 159
HSL 27° 47.69% 74.51%
HSB/HSV 27° 28.05% 86.67%
CMYK 0.00% 15.38% 28.05%
13.33%

Color #DDBB9F in popluar number systems.

HEX DD BB 9F
Decimal 221 187 159
Binary 11011101 10111011 10011111
Octal 335 273 237

Shades and tints

Shades of #DDBB9F

#DDBB9F
(221,187,159)
#C9AA91
(201,170,145)
#B59983
(181,153,131)
#A18875
(161,136,117)
#8D7767
(141,119,103)
#796659
(121,102,89)
#65554B
(101,85,75)
#51443D
(81,68,61)
#3D332F
(61,51,47)
#292221
(41,34,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #DDBB9F

#DDBB9F
(221,187,159)
#E0C1A7
(224,193,167)
#E3C7AF
(227,199,175)
#E6CDB7
(230,205,183)
#E9D3BF
(233,211,191)
#ECD9C7
(236,217,199)
#EFDFCF
(239,223,207)
#F2E5D7
(242,229,215)
#F5EBDF
(245,235,223)
#F8F1E7
(248,241,231)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBB9F; }

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

This text font color is #DDBB9F.

Background Color

.myBgColor { background-color: #DDBB9F; }

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

This div background color is #DDBB9F.

Border color

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

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

This div border color is #DDBB9F.

Opacity

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

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

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

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

This text has shadow with #DDBB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBB9F.

Preview

Color preview on black background

This text has color #DDBB9F on black background.


Color preview on white background

This text has color #DDBB9F on white background.


Black color preview on #DDBB9F background

This text has black color on #DDBB9F background.


White color preview on #DDBB9F background

This text has white color on #DDBB9F background.


Related colors

Complementary color

Complementary color for #hex is #224460.


I love getcolorcode.com

Triadic colors

1 #9FDDBB and #BB9FDD with #DDBB9F are triadic colors.

2 #9FBBDD and #BBDD9F with #DDBB9F are triadic colors.