COLOR #DDBC89

HEX: #DDBC89 RGB: (221,188,137)

Color info

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

RGB color model

#DDBC89 color RGB value is (221,188,137).

RGB: (221,188,137) (87%, 74%, 54%)

RGB channels and saturation

R 221 of 255 = 87%
G 188 of 255 = 74%
B 137 of 255 = 54%

221
188
137

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

Portions of RGB colors in percentages

R + G + B = 221 + 188 + 137 = 546 (100%)
R 221 of 546 ~ 40.48%
G 188 of 546 ~ 34.43%
B 137 of 546 ~ 25.09'%

%40.48
%34.43
%25.09

CMYK color model

#DDBC89 color CMYK value is (0,15,38,13).

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

CMYK: (0,15,38,13)
C0M15Y38K13 (0%, 15%, 38%, 13%)
(0.00 / 0.15 / 0.38 / 0.13)

CMYK percentages

%0
%14.93
%38.01
%13.33

Codes

Color #DDBC89 in popluar color models

DD BC 89
RGB 221 188 137
HSL 36° 55.26% 70.20%
HSB/HSV 36° 38.01% 86.67%
CMYK 0.00% 14.93% 38.01%
13.33%

Color #DDBC89 in popluar number systems.

HEX DD BC 89
Decimal 221 188 137
Binary 11011101 10111100 10001001
Octal 335 274 211

Shades and tints

Shades of #DDBC89

#DDBC89
(221,188,137)
#C9AB7D
(201,171,125)
#B59A71
(181,154,113)
#A18965
(161,137,101)
#8D7859
(141,120,89)
#79674D
(121,103,77)
#655641
(101,86,65)
#514535
(81,69,53)
#3D3429
(61,52,41)
#29231D
(41,35,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #DDBC89

#DDBC89
(221,188,137)
#E0C293
(224,194,147)
#E3C89D
(227,200,157)
#E6CEA7
(230,206,167)
#E9D4B1
(233,212,177)
#ECDABB
(236,218,187)
#EFE0C5
(239,224,197)
#F2E6CF
(242,230,207)
#F5ECD9
(245,236,217)
#F8F2E3
(248,242,227)
#FBF8ED
(251,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBC89; }

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

This text font color is #DDBC89.

Background Color

.myBgColor { background-color: #DDBC89; }

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

This div background color is #DDBC89.

Border color

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

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

This div border color is #DDBC89.

Opacity

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

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

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

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

This text has shadow with #DDBC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBC89.

Preview

Color preview on black background

This text has color #DDBC89 on black background.


Color preview on white background

This text has color #DDBC89 on white background.


Black color preview on #DDBC89 background

This text has black color on #DDBC89 background.


White color preview on #DDBC89 background

This text has white color on #DDBC89 background.


Related colors

Complementary color

Complementary color for #hex is #224376.


I love getcolorcode.com

Triadic colors

1 #89DDBC and #BC89DD with #DDBC89 are triadic colors.

2 #89BCDD and #BCDD89 with #DDBC89 are triadic colors.