COLOR #DDA980

HEX: #DDA980 RGB: (221,169,128)

Color info

#DDA980 contains mainly red and green colors. Web safe color of #DDA980 is #CC9966 (or #C96).

RGB color model

#DDA980 color RGB value is (221,169,128).

RGB: (221,169,128) (87%, 66%, 50%)

RGB channels and saturation

R 221 of 255 = 87%
G 169 of 255 = 66%
B 128 of 255 = 50%

221
169
128

R + G + B ~ 68%. #DDA980 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 169 + 128 = 518 (100%)
R 221 of 518 ~ 42.66%
G 169 of 518 ~ 32.63%
B 128 of 518 ~ 24.71'%

%42.66
%32.63
%24.71

CMYK color model

#DDA980 color CMYK value is (0,24,42,13).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 42.08%
  • key color value is 13.33%

CMYK: (0,24,42,13)
C0M24Y42K13 (0%, 24%, 42%, 13%)
(0.00 / 0.24 / 0.42 / 0.13)

CMYK percentages

%0
%23.53
%42.08
%13.33

Codes

Color #DDA980 in popluar color models

DD A9 80
RGB 221 169 128
HSL 26° 57.76% 68.43%
HSB/HSV 26° 42.08% 86.67%
CMYK 0.00% 23.53% 42.08%
13.33%

Color #DDA980 in popluar number systems.

HEX DD A9 80
Decimal 221 169 128
Binary 11011101 10101001 10000000
Octal 335 251 200

Shades and tints

Shades of #DDA980

#DDA980
(221,169,128)
#C99A75
(201,154,117)
#B58B6A
(181,139,106)
#A17C5F
(161,124,95)
#8D6D54
(141,109,84)
#795E49
(121,94,73)
#654F3E
(101,79,62)
#514033
(81,64,51)
#3D3128
(61,49,40)
#29221D
(41,34,29)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #DDA980

#DDA980
(221,169,128)
#E0B08B
(224,176,139)
#E3B796
(227,183,150)
#E6BEA1
(230,190,161)
#E9C5AC
(233,197,172)
#ECCCB7
(236,204,183)
#EFD3C2
(239,211,194)
#F2DACD
(242,218,205)
#F5E1D8
(245,225,216)
#F8E8E3
(248,232,227)
#FBEFEE
(251,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA980 color. Also use rgb(221,169,128) instead hex code.

Text Font Color

.myTextColor { color: #DDA980; }

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

This text font color is #DDA980.

Background Color

.myBgColor { background-color: #DDA980; }

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

This div background color is #DDA980.

Border color

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

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

This div border color is #DDA980.

Opacity

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

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

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

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

This text has shadow with #DDA980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA980.

Preview

Color preview on black background

This text has color #DDA980 on black background.


Color preview on white background

This text has color #DDA980 on white background.


Black color preview on #DDA980 background

This text has black color on #DDA980 background.


White color preview on #DDA980 background

This text has white color on #DDA980 background.


Related colors

Complementary color

Complementary color for #hex is #22567F.


I love getcolorcode.com

Triadic colors

1 #80DDA9 and #A980DD with #DDA980 are triadic colors.

2 #80A9DD and #A9DD80 with #DDA980 are triadic colors.