COLOR #DDA19F

HEX: #DDA19F
RGB: (221,161,159)

Color info

#DDA19F contains mainly red color. Web safe color of #DDA19F is #CC9999 (or #C99).

RGB color model

#DDA19F color RGB value is (221,161,159).

  • red value is 221;
  • green value is 161;
  • blue value is 159.
RGB:
(221,161,159)
(87%,63%,62%)

RGB channels and saturation

R 221 of 255 = 87%
G 161 of 255 = 63%
B 159 of 255 = 62%

221
161
159

R + G + B ~ 71%. #DDA19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 161 + 159 = 541 (100%)
R 221 of 541 ~ 40.85%
G 161 of 541 ~ 29.76%
B 159 of 541 ~ 29.39%

%40.85
%29.76
%29.39

CMYK color model

#DDA19F color CMYK value is (0,27,28,13).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 28.05%
  • key color value is 13.33%
CMYK:
(0,27,28,13)
C0M27Y28K13 
(0%,27%,28%,13%)
(0.00/0.27/0.28/0.13)	

CMYK percentages

%0
%27.15
%28.05
%13.33

Codes

Color #DDA19F in popluar color models

DDA19F
RGB221161159
HSL47.69%74.51%
HSB/HSV28.05%86.67%
CMYK0.00%27.15%28.05%
13.33%

Color #DDA19F in popluar number systems.

HEXDDA19F
Decimal221161159
Binary110111011010000110011111
Octal335241237

Shades and tints

Shades of #DDA19F

#DDA19F
(221,161,159)
#C99391
(201,147,145)
#B58583
(181,133,131)
#A17775
(161,119,117)
#8D6967
(141,105,103)
#795B59
(121,91,89)
#654D4B
(101,77,75)
#513F3D
(81,63,61)
#3D312F
(61,49,47)
#292321
(41,35,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #DDA19F

#DDA19F
(221,161,159)
#E0A9A7
(224,169,167)
#E3B1AF
(227,177,175)
#E6B9B7
(230,185,183)
#E9C1BF
(233,193,191)
#ECC9C7
(236,201,199)
#EFD1CF
(239,209,207)
#F2D9D7
(242,217,215)
#F5E1DF
(245,225,223)
#F8E9E7
(248,233,231)
#FBF1EF
(251,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA19F color. Also use rgb(221,161,159) instead hex code.

Text Font Color

.myTextColor { color: #DDA19F; }

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

This text font color is #DDA19F.


Background Color

.myBgColor { background-color: #DDA19F; }

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

This div background color is #DDA19F.


Border color

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

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

This div border color is #DDA19F.


Opacity

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

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

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

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

This text has shadow with #DDA19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA19F on black background.


Color preview on white background

This text has color #DDA19F on white background.



Black color preview on #DDA19F background

This text has black color on #DDA19F background.


White color preview on #DDA19F background

This text has white color on #DDA19F background.