COLOR #DDB69E

HEX: #DDB69E RGB: (221,182,158)

Color info

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

RGB color model

#DDB69E color RGB value is (221,182,158).

RGB: (221,182,158) (87%, 71%, 62%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 158 of 255 = 62%

221
182
158

R + G + B ~ 73%. #DDB69E is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 182 + 158 = 561 (100%)
R 221 of 561 ~ 39.39%
G 182 of 561 ~ 32.44%
B 158 of 561 ~ 28.16'%

%39.39
%32.44
%28.16

CMYK color model

#DDB69E color CMYK value is (0,18,29,13).

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

CMYK: (0,18,29,13)
C0M18Y29K13 (0%, 18%, 29%, 13%)
(0.00 / 0.18 / 0.29 / 0.13)

CMYK percentages

%0
%17.65
%28.51
%13.33

Codes

Color #DDB69E in popluar color models

DD B6 9E
RGB 221 182 158
HSL 23° 48.09% 74.31%
HSB/HSV 23° 28.51% 86.67%
CMYK 0.00% 17.65% 28.51%
13.33%

Color #DDB69E in popluar number systems.

HEX DD B6 9E
Decimal 221 182 158
Binary 11011101 10110110 10011110
Octal 335 266 236

Shades and tints

Shades of #DDB69E

#DDB69E
(221,182,158)
#C9A690
(201,166,144)
#B59682
(181,150,130)
#A18674
(161,134,116)
#8D7666
(141,118,102)
#796658
(121,102,88)
#65564A
(101,86,74)
#51463C
(81,70,60)
#3D362E
(61,54,46)
#292620
(41,38,32)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #DDB69E

#DDB69E
(221,182,158)
#E0BCA6
(224,188,166)
#E3C2AE
(227,194,174)
#E6C8B6
(230,200,182)
#E9CEBE
(233,206,190)
#ECD4C6
(236,212,198)
#EFDACE
(239,218,206)
#F2E0D6
(242,224,214)
#F5E6DE
(245,230,222)
#F8ECE6
(248,236,230)
#FBF2EE
(251,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB69E; }

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

This text font color is #DDB69E.

Background Color

.myBgColor { background-color: #DDB69E; }

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

This div background color is #DDB69E.

Border color

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

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

This div border color is #DDB69E.

Opacity

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

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

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

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

This text has shadow with #DDB69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB69E.

Preview

Color preview on black background

This text has color #DDB69E on black background.


Color preview on white background

This text has color #DDB69E on white background.


Black color preview on #DDB69E background

This text has black color on #DDB69E background.


White color preview on #DDB69E background

This text has white color on #DDB69E background.


Related colors

Complementary color

Complementary color for #hex is #224961.


I love getcolorcode.com

Triadic colors

1 #9EDDB6 and #B69EDD with #DDB69E are triadic colors.

2 #9EB6DD and #B6DD9E with #DDB69E are triadic colors.