COLOR #DDBCAA

HEX: #DDBCAA RGB: (221,188,170)

Color info

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

RGB color model

#DDBCAA color RGB value is (221,188,170).

RGB: (221,188,170) (87%, 74%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 170 of 255 = 67%

221
188
170

R + G + B ~ 76%. #DDBCAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 188 + 170 = 579 (100%)
R 221 of 579 ~ 38.17%
G 188 of 579 ~ 32.47%
B 170 of 579 ~ 29.36'%

%38.17
%32.47
%29.36

CMYK color model

#DDBCAA color CMYK value is (0,15,23,13).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (0,15,23,13)
C0M15Y23K13 (0%, 15%, 23%, 13%)
(0.00 / 0.15 / 0.23 / 0.13)

CMYK percentages

%0
%14.93
%23.08
%13.33

Codes

Color #DDBCAA in popluar color models

DD BC AA
RGB 221 188 170
HSL 21° 42.86% 76.67%
HSB/HSV 21° 23.08% 86.67%
CMYK 0.00% 14.93% 23.08%
13.33%

Color #DDBCAA in popluar number systems.

HEX DD BC AA
Decimal 221 188 170
Binary 11011101 10111100 10101010
Octal 335 274 252

Shades and tints

Shades of #DDBCAA

#DDBCAA
(221,188,170)
#C9AB9B
(201,171,155)
#B59A8C
(181,154,140)
#A1897D
(161,137,125)
#8D786E
(141,120,110)
#79675F
(121,103,95)
#655650
(101,86,80)
#514541
(81,69,65)
#3D3432
(61,52,50)
#292323
(41,35,35)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #DDBCAA

#DDBCAA
(221,188,170)
#E0C2B1
(224,194,177)
#E3C8B8
(227,200,184)
#E6CEBF
(230,206,191)
#E9D4C6
(233,212,198)
#ECDACD
(236,218,205)
#EFE0D4
(239,224,212)
#F2E6DB
(242,230,219)
#F5ECE2
(245,236,226)
#F8F2E9
(248,242,233)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBCAA color. Also use rgb(221,188,170) instead hex code.

Text Font Color

.myTextColor { color: #DDBCAA; }

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

This text font color is #DDBCAA.

Background Color

.myBgColor { background-color: #DDBCAA; }

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

This div background color is #DDBCAA.

Border color

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

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

This div border color is #DDBCAA.

Opacity

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

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

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

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

This text has shadow with #DDBCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBCAA.

Preview

Color preview on black background

This text has color #DDBCAA on black background.


Color preview on white background

This text has color #DDBCAA on white background.


Black color preview on #DDBCAA background

This text has black color on #DDBCAA background.


White color preview on #DDBCAA background

This text has white color on #DDBCAA background.


Related colors

Complementary color

Complementary color for #hex is #224355.


I love getcolorcode.com

Triadic colors

1 #AADDBC and #BCAADD with #DDBCAA are triadic colors.

2 #AABCDD and #BCDDAA with #DDBCAA are triadic colors.