COLOR #DDA17E

HEX: #DDA17E
RGB: (221,161,126)

Color info

#DDA17E contains mainly red color. Web safe color of #DDA17E is #CC9966 (or #C96).

RGB color model

#DDA17E color RGB value is (221,161,126).

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

RGB channels and saturation

R 221 of 255 = 87%
G 161 of 255 = 63%
B 126 of 255 = 49%

221
161
126

R + G + B ~ 66%. #DDA17E is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 161 + 126 = 508 (100%)
R 221 of 508 ~ 43.5%
G 161 of 508 ~ 31.69%
B 126 of 508 ~ 24.8%

%43.5
%31.69
%24.8

CMYK color model

#DDA17E color CMYK value is (0,27,43,13).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 42.99%
  • key color value is 13.33%
CMYK:
(0,27,43,13)
C0M27Y43K13 
(0%,27%,43%,13%)
(0.00/0.27/0.43/0.13)	

CMYK percentages

%0
%27.15
%42.99
%13.33

Codes

Color #DDA17E in popluar color models

DDA17E
RGB221161126
HSL22°58.28%68.04%
HSB/HSV22°42.99%86.67%
CMYK0.00%27.15%42.99%
13.33%

Color #DDA17E in popluar number systems.

HEXDDA17E
Decimal221161126
Binary11011101101000011111110
Octal335241176

Shades and tints

Shades of #DDA17E

#DDA17E
(221,161,126)
#C99373
(201,147,115)
#B58568
(181,133,104)
#A1775D
(161,119,93)
#8D6952
(141,105,82)
#795B47
(121,91,71)
#654D3C
(101,77,60)
#513F31
(81,63,49)
#3D3126
(61,49,38)
#29231B
(41,35,27)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #DDA17E

#DDA17E
(221,161,126)
#E0A989
(224,169,137)
#E3B194
(227,177,148)
#E6B99F
(230,185,159)
#E9C1AA
(233,193,170)
#ECC9B5
(236,201,181)
#EFD1C0
(239,209,192)
#F2D9CB
(242,217,203)
#F5E1D6
(245,225,214)
#F8E9E1
(248,233,225)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA17E; }

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

This text font color is #DDA17E.


Background Color

.myBgColor { background-color: #DDA17E; }

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

This div background color is #DDA17E.


Border color

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

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

This div border color is #DDA17E.


Opacity

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

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

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

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

This text has shadow with #DDA17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA17E on black background.


Color preview on white background

This text has color #DDA17E on white background.



Black color preview on #DDA17E background

This text has black color on #DDA17E background.


White color preview on #DDA17E background

This text has white color on #DDA17E background.