COLOR #DDBAA5

HEX: #DDBAA5 RGB: (221,186,165)

Color info

#DDBAA5 contains red, green and blue colors in about the same proportion. Web safe color of #DDBAA5 is #CCCC99 (or #CC9).

RGB color model

#DDBAA5 color RGB value is (221,186,165).

RGB: (221,186,165) (87%, 73%, 65%)

RGB channels and saturation

R 221 of 255 = 87%
G 186 of 255 = 73%
B 165 of 255 = 65%

221
186
165

R + G + B ~ 75%. #DDBAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 186 + 165 = 572 (100%)
R 221 of 572 ~ 38.64%
G 186 of 572 ~ 32.52%
B 165 of 572 ~ 28.85'%

%38.64
%32.52
%28.85

CMYK color model

#DDBAA5 color CMYK value is (0,16,25,13).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 25.34%
  • key color value is 13.33%

CMYK: (0,16,25,13)
C0M16Y25K13 (0%, 16%, 25%, 13%)
(0.00 / 0.16 / 0.25 / 0.13)

CMYK percentages

%0
%15.84
%25.34
%13.33

Codes

Color #DDBAA5 in popluar color models

DD BA A5
RGB 221 186 165
HSL 23° 45.16% 75.69%
HSB/HSV 23° 25.34% 86.67%
CMYK 0.00% 15.84% 25.34%
13.33%

Color #DDBAA5 in popluar number systems.

HEX DD BA A5
Decimal 221 186 165
Binary 11011101 10111010 10100101
Octal 335 272 245

Shades and tints

Shades of #DDBAA5

#DDBAA5
(221,186,165)
#C9AA96
(201,170,150)
#B59A87
(181,154,135)
#A18A78
(161,138,120)
#8D7A69
(141,122,105)
#796A5A
(121,106,90)
#655A4B
(101,90,75)
#514A3C
(81,74,60)
#3D3A2D
(61,58,45)
#292A1E
(41,42,30)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #DDBAA5

#DDBAA5
(221,186,165)
#E0C0AD
(224,192,173)
#E3C6B5
(227,198,181)
#E6CCBD
(230,204,189)
#E9D2C5
(233,210,197)
#ECD8CD
(236,216,205)
#EFDED5
(239,222,213)
#F2E4DD
(242,228,221)
#F5EAE5
(245,234,229)
#F8F0ED
(248,240,237)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBAA5 color. Also use rgb(221,186,165) instead hex code.

Text Font Color

.myTextColor { color: #DDBAA5; }

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

This text font color is #DDBAA5.

Background Color

.myBgColor { background-color: #DDBAA5; }

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

This div background color is #DDBAA5.

Border color

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

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

This div border color is #DDBAA5.

Opacity

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

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

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

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

This text has shadow with #DDBAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBAA5.

Preview

Color preview on black background

This text has color #DDBAA5 on black background.


Color preview on white background

This text has color #DDBAA5 on white background.


Black color preview on #DDBAA5 background

This text has black color on #DDBAA5 background.


White color preview on #DDBAA5 background

This text has white color on #DDBAA5 background.


Related colors

Complementary color

Complementary color for #hex is #22455A.


I love getcolorcode.com

Triadic colors

1 #A5DDBA and #BAA5DD with #DDBAA5 are triadic colors.

2 #A5BADD and #BADDA5 with #DDBAA5 are triadic colors.