COLOR #DDA973

HEX: #DDA973 RGB: (221,169,115)

Color info

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

RGB color model

#DDA973 color RGB value is (221,169,115).

RGB: (221,169,115) (87%, 66%, 45%)

RGB channels and saturation

R 221 of 255 = 87%
G 169 of 255 = 66%
B 115 of 255 = 45%

221
169
115

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

Portions of RGB colors in percentages

R + G + B = 221 + 169 + 115 = 505 (100%)
R 221 of 505 ~ 43.76%
G 169 of 505 ~ 33.47%
B 115 of 505 ~ 22.77'%

%43.76
%33.47
%22.77

CMYK color model

#DDA973 color CMYK value is (0,24,48,13).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 47.96%
  • key color value is 13.33%
CMYK: (0,24,48,13) C0M24Y48K13 (0%,24%,48%,13%) (0.00/0.24/0.48/0.13) 

CMYK percentages

%0
%23.53
%47.96
%13.33

Codes

Color #DDA973 in popluar color models

DD A9 73
RGB 221 169 115
HSL 31° 60.92% 65.88%
HSB/HSV 31° 47.96% 86.67%
CMYK 0.00% 23.53% 47.96%
13.33%

Color #DDA973 in popluar number systems.

HEX DD A9 73
Decimal 221 169 115
Binary 11011101 10101001 1110011
Octal 335 251 163

Shades and tints

Shades of #DDA973

#DDA973
(221,169,115)
#C99A69
(201,154,105)
#B58B5F
(181,139,95)
#A17C55
(161,124,85)
#8D6D4B
(141,109,75)
#795E41
(121,94,65)
#654F37
(101,79,55)
#51402D
(81,64,45)
#3D3123
(61,49,35)
#292219
(41,34,25)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #DDA973

#DDA973
(221,169,115)
#E0B07F
(224,176,127)
#E3B78B
(227,183,139)
#E6BE97
(230,190,151)
#E9C5A3
(233,197,163)
#ECCCAF
(236,204,175)
#EFD3BB
(239,211,187)
#F2DAC7
(242,218,199)
#F5E1D3
(245,225,211)
#F8E8DF
(248,232,223)
#FBEFEB
(251,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA973; }

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

This text font color is #DDA973.

Background Color

.myBgColor { background-color: #DDA973; }

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

This div background color is #DDA973.

Border color

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

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

This div border color is #DDA973.

Opacity

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

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

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

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

This text has shadow with #DDA973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA973.

Preview

Color preview on black background

This text has color #DDA973 on black background.


Color preview on white background

This text has color #DDA973 on white background.


Black color preview on #DDA973 background

This text has black color on #DDA973 background.


White color preview on #DDA973 background

This text has white color on #DDA973 background.


Related colors

Complementary color

Complementary color for #hex is #22568C.


I love getcolorcode.com

Triadic colors

1 #73DDA9 and #A973DD with #DDA973 are triadic colors.

2 #73A9DD and #A9DD73 with #DDA973 are triadic colors.