COLOR #DDB99E

HEX: #DDB99E RGB: (221,185,158)

Color info

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

RGB color model

#DDB99E color RGB value is (221,185,158).

RGB: (221,185,158) (87%, 73%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 158 of 255 = 62%

221
185
158

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

Portions of RGB colors in percentages

R + G + B = 221 + 185 + 158 = 564 (100%)
R 221 of 564 ~ 39.18%
G 185 of 564 ~ 32.8%
B 158 of 564 ~ 28.01'%

%39.18
%32.8
%28.01

CMYK color model

#DDB99E color CMYK value is (0,16,29,13).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 28.51%
  • key color value is 13.33%

CMYK: (0,16,29,13)
C0M16Y29K13 (0%, 16%, 29%, 13%)
(0.00 / 0.16 / 0.29 / 0.13)

CMYK percentages

%0
%16.29
%28.51
%13.33

Codes

Color #DDB99E in popluar color models

DD B9 9E
RGB 221 185 158
HSL 26° 48.09% 74.31%
HSB/HSV 26° 28.51% 86.67%
CMYK 0.00% 16.29% 28.51%
13.33%

Color #DDB99E in popluar number systems.

HEX DD B9 9E
Decimal 221 185 158
Binary 11011101 10111001 10011110
Octal 335 271 236

Shades and tints

Shades of #DDB99E

#DDB99E
(221,185,158)
#C9A990
(201,169,144)
#B59982
(181,153,130)
#A18974
(161,137,116)
#8D7966
(141,121,102)
#796958
(121,105,88)
#65594A
(101,89,74)
#51493C
(81,73,60)
#3D392E
(61,57,46)
#292920
(41,41,32)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #DDB99E

#DDB99E
(221,185,158)
#E0BFA6
(224,191,166)
#E3C5AE
(227,197,174)
#E6CBB6
(230,203,182)
#E9D1BE
(233,209,190)
#ECD7C6
(236,215,198)
#EFDDCE
(239,221,206)
#F2E3D6
(242,227,214)
#F5E9DE
(245,233,222)
#F8EFE6
(248,239,230)
#FBF5EE
(251,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB99E color. Also use rgb(221,185,158) instead hex code.

Text Font Color

.myTextColor { color: #DDB99E; }

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

This text font color is #DDB99E.

Background Color

.myBgColor { background-color: #DDB99E; }

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

This div background color is #DDB99E.

Border color

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

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

This div border color is #DDB99E.

Opacity

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

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

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

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

This text has shadow with #DDB99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB99E.

Preview

Color preview on black background

This text has color #DDB99E on black background.


Color preview on white background

This text has color #DDB99E on white background.


Black color preview on #DDB99E background

This text has black color on #DDB99E background.


White color preview on #DDB99E background

This text has white color on #DDB99E background.


Related colors

Complementary color

Complementary color for #hex is #224661.


I love getcolorcode.com

Triadic colors

1 #9EDDB9 and #B99EDD with #DDB99E are triadic colors.

2 #9EB9DD and #B9DD9E with #DDB99E are triadic colors.