COLOR #DDB591

HEX: #DDB591 RGB: (221,181,145)

Color info

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

RGB color model

#DDB591 color RGB value is (221,181,145).

RGB: (221,181,145) (87%, 71%, 57%)

RGB channels and saturation

R 221 of 255 = 87%
G 181 of 255 = 71%
B 145 of 255 = 57%

221
181
145

R + G + B ~ 72%. #DDB591 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 181 + 145 = 547 (100%)
R 221 of 547 ~ 40.4%
G 181 of 547 ~ 33.09%
B 145 of 547 ~ 26.51'%

%40.4
%33.09
%26.51

CMYK color model

#DDB591 color CMYK value is (0,18,34,13).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 34.39%
  • key color value is 13.33%

CMYK: (0,18,34,13)
C0M18Y34K13 (0%, 18%, 34%, 13%)
(0.00 / 0.18 / 0.34 / 0.13)

CMYK percentages

%0
%18.1
%34.39
%13.33

Codes

Color #DDB591 in popluar color models

DD B5 91
RGB 221 181 145
HSL 28° 52.78% 71.76%
HSB/HSV 28° 34.39% 86.67%
CMYK 0.00% 18.10% 34.39%
13.33%

Color #DDB591 in popluar number systems.

HEX DD B5 91
Decimal 221 181 145
Binary 11011101 10110101 10010001
Octal 335 265 221

Shades and tints

Shades of #DDB591

#DDB591
(221,181,145)
#C9A584
(201,165,132)
#B59577
(181,149,119)
#A1856A
(161,133,106)
#8D755D
(141,117,93)
#796550
(121,101,80)
#655543
(101,85,67)
#514536
(81,69,54)
#3D3529
(61,53,41)
#29251C
(41,37,28)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #DDB591

#DDB591
(221,181,145)
#E0BB9B
(224,187,155)
#E3C1A5
(227,193,165)
#E6C7AF
(230,199,175)
#E9CDB9
(233,205,185)
#ECD3C3
(236,211,195)
#EFD9CD
(239,217,205)
#F2DFD7
(242,223,215)
#F5E5E1
(245,229,225)
#F8EBEB
(248,235,235)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB591 color. Also use rgb(221,181,145) instead hex code.

Text Font Color

.myTextColor { color: #DDB591; }

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

This text font color is #DDB591.

Background Color

.myBgColor { background-color: #DDB591; }

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

This div background color is #DDB591.

Border color

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

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

This div border color is #DDB591.

Opacity

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

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

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

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

This text has shadow with #DDB591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB591.

Preview

Color preview on black background

This text has color #DDB591 on black background.


Color preview on white background

This text has color #DDB591 on white background.


Black color preview on #DDB591 background

This text has black color on #DDB591 background.


White color preview on #DDB591 background

This text has white color on #DDB591 background.


Related colors

Complementary color

Complementary color for #hex is #224A6E.


I love getcolorcode.com

Triadic colors

1 #91DDB5 and #B591DD with #DDB591 are triadic colors.

2 #91B5DD and #B5DD91 with #DDB591 are triadic colors.