COLOR #DDA184

HEX: #DDA184
RGB: (221,161,132)

Color info

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

RGB color model

#DDA184 color RGB value is (221,161,132).

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

RGB channels and saturation

R 221 of 255 = 87%
G 161 of 255 = 63%
B 132 of 255 = 52%

221
161
132

R + G + B ~ 67%. #DDA184 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 161 + 132 = 514 (100%)
R 221 of 514 ~ 43%
G 161 of 514 ~ 31.32%
B 132 of 514 ~ 25.68%

%43
%31.32
%25.68

CMYK color model

#DDA184 color CMYK value is (0,27,40,13).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 40.27%
  • key color value is 13.33%
CMYK:
(0,27,40,13)
C0M27Y40K13 
(0%,27%,40%,13%)
(0.00/0.27/0.40/0.13)	

CMYK percentages

%0
%27.15
%40.27
%13.33

Codes

Color #DDA184 in popluar color models

DDA184
RGB221161132
HSL20°56.69%69.22%
HSB/HSV20°40.27%86.67%
CMYK0.00%27.15%40.27%
13.33%

Color #DDA184 in popluar number systems.

HEXDDA184
Decimal221161132
Binary110111011010000110000100
Octal335241204

Shades and tints

Shades of #DDA184

#DDA184
(221,161,132)
#C99378
(201,147,120)
#B5856C
(181,133,108)
#A17760
(161,119,96)
#8D6954
(141,105,84)
#795B48
(121,91,72)
#654D3C
(101,77,60)
#513F30
(81,63,48)
#3D3124
(61,49,36)
#292318
(41,35,24)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #DDA184

#DDA184
(221,161,132)
#E0A98F
(224,169,143)
#E3B19A
(227,177,154)
#E6B9A5
(230,185,165)
#E9C1B0
(233,193,176)
#ECC9BB
(236,201,187)
#EFD1C6
(239,209,198)
#F2D9D1
(242,217,209)
#F5E1DC
(245,225,220)
#F8E9E7
(248,233,231)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA184; }

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

This text font color is #DDA184.


Background Color

.myBgColor { background-color: #DDA184; }

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

This div background color is #DDA184.


Border color

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

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

This div border color is #DDA184.


Opacity

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

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

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

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

This text has shadow with #DDA184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA184 on black background.


Color preview on white background

This text has color #DDA184 on white background.



Black color preview on #DDA184 background

This text has black color on #DDA184 background.


White color preview on #DDA184 background

This text has white color on #DDA184 background.