COLOR #DDB99D

HEX: #DDB99D
RGB: (221,185,157)

Color info

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

RGB color model

#DDB99D color RGB value is (221,185,157).

  • red value is 221;
  • green value is 185;
  • blue value is 157.
RGB:
(221,185,157)
(87%,73%,62%)

RGB channels and saturation

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

221
185
157

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

Portions of RGB colors in percentages

R + G + B =
221 + 185 + 157 = 563 (100%)
R 221 of 563 ~ 39.25%
G 185 of 563 ~ 32.86%
B 157 of 563 ~ 27.89%

%39.25
%32.86
%27.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 28.96%
  • 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.96
%13.33

Codes

Color #DDB99D in popluar color models

DDB99D
RGB221185157
HSL26°48.48%74.12%
HSB/HSV26°28.96%86.67%
CMYK0.00%16.29%28.96%
13.33%

Color #DDB99D in popluar number systems.

HEXDDB99D
Decimal221185157
Binary110111011011100110011101
Octal335271235

Shades and tints

Shades of #DDB99D

#DDB99D
(221,185,157)
#C9A98F
(201,169,143)
#B59981
(181,153,129)
#A18973
(161,137,115)
#8D7965
(141,121,101)
#796957
(121,105,87)
#655949
(101,89,73)
#51493B
(81,73,59)
#3D392D
(61,57,45)
#29291F
(41,41,31)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #DDB99D

#DDB99D
(221,185,157)
#E0BFA5
(224,191,165)
#E3C5AD
(227,197,173)
#E6CBB5
(230,203,181)
#E9D1BD
(233,209,189)
#ECD7C5
(236,215,197)
#EFDDCD
(239,221,205)
#F2E3D5
(242,227,213)
#F5E9DD
(245,233,221)
#F8EFE5
(248,239,229)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB99D; }

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

This text font color is #DDB99D.


Background Color

.myBgColor { background-color: #DDB99D; }

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

This div background color is #DDB99D.


Border color

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

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

This div border color is #DDB99D.


Opacity

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

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

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

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

This text has shadow with #DDB99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB99D on black background.


Color preview on white background

This text has color #DDB99D on white background.



Black color preview on #DDB99D background

This text has black color on #DDB99D background.


White color preview on #DDB99D background

This text has white color on #DDB99D background.