COLOR #DDA170

HEX: #DDA170 RGB: (221,161,112)

Color info

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

RGB color model

#DDA170 color RGB value is (221,161,112).

RGB: (221,161,112) (87%, 63%, 44%)

RGB channels and saturation

R 221 of 255 = 87%
G 161 of 255 = 63%
B 112 of 255 = 44%

221
161
112

R + G + B ~ 65%. #DDA170 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 161 + 112 = 494 (100%)
R 221 of 494 ~ 44.74%
G 161 of 494 ~ 32.59%
B 112 of 494 ~ 22.67'%

%44.74
%32.59
%22.67

CMYK color model

#DDA170 color CMYK value is (0,27,49,13).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 49.32%
  • key color value is 13.33%

CMYK: (0,27,49,13)
C0M27Y49K13 (0%, 27%, 49%, 13%)
(0.00 / 0.27 / 0.49 / 0.13)

CMYK percentages

%0
%27.15
%49.32
%13.33

Codes

Color #DDA170 in popluar color models

DD A1 70
RGB 221 161 112
HSL 27° 61.58% 65.29%
HSB/HSV 27° 49.32% 86.67%
CMYK 0.00% 27.15% 49.32%
13.33%

Color #DDA170 in popluar number systems.

HEX DD A1 70
Decimal 221 161 112
Binary 11011101 10100001 1110000
Octal 335 241 160

Shades and tints

Shades of #DDA170

#DDA170
(221,161,112)
#C99366
(201,147,102)
#B5855C
(181,133,92)
#A17752
(161,119,82)
#8D6948
(141,105,72)
#795B3E
(121,91,62)
#654D34
(101,77,52)
#513F2A
(81,63,42)
#3D3120
(61,49,32)
#292316
(41,35,22)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #DDA170

#DDA170
(221,161,112)
#E0A97D
(224,169,125)
#E3B18A
(227,177,138)
#E6B997
(230,185,151)
#E9C1A4
(233,193,164)
#ECC9B1
(236,201,177)
#EFD1BE
(239,209,190)
#F2D9CB
(242,217,203)
#F5E1D8
(245,225,216)
#F8E9E5
(248,233,229)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA170; }

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

This text font color is #DDA170.

Background Color

.myBgColor { background-color: #DDA170; }

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

This div background color is #DDA170.

Border color

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

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

This div border color is #DDA170.

Opacity

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

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

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

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

This text has shadow with #DDA170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA170.

Preview

Color preview on black background

This text has color #DDA170 on black background.


Color preview on white background

This text has color #DDA170 on white background.


Black color preview on #DDA170 background

This text has black color on #DDA170 background.


White color preview on #DDA170 background

This text has white color on #DDA170 background.


Related colors

Complementary color

Complementary color for #DDA170 is #225E8F.


I love getcolorcode.com

Triadic colors

1 #70DDA1 and #A170DD with #DDA170 are triadic colors.

2 #70A1DD and #A1DD70 with #DDA170 are triadic colors.