COLOR #DDA44E

HEX: #DDA44E RGB: (221,164,78)

Color info

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

RGB color model

#DDA44E color RGB value is (221,164,78).

RGB: (221,164,78) (87%, 64%, 31%)

RGB channels and saturation

R 221 of 255 = 87%
G 164 of 255 = 64%
B 78 of 255 = 31%

221
164
78

R + G + B ~ 61%. #DDA44E is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 164 + 78 = 463 (100%)
R 221 of 463 ~ 47.73%
G 164 of 463 ~ 35.42%
B 78 of 463 ~ 16.85'%

%47.73
%35.42
%16.85

CMYK color model

#DDA44E color CMYK value is (0,26,65,13).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 64.71%
  • key color value is 13.33%

CMYK: (0,26,65,13)
C0M26Y65K13 (0%, 26%, 65%, 13%)
(0.00 / 0.26 / 0.65 / 0.13)

CMYK percentages

%0
%25.79
%64.71
%13.33

Codes

Color #DDA44E in popluar color models

DD A4 4E
RGB 221 164 78
HSL 36° 67.77% 58.63%
HSB/HSV 36° 64.71% 86.67%
CMYK 0.00% 25.79% 64.71%
13.33%

Color #DDA44E in popluar number systems.

HEX DD A4 4E
Decimal 221 164 78
Binary 11011101 10100100 1001110
Octal 335 244 116

Shades and tints

Shades of #DDA44E

#DDA44E
(221,164,78)
#C99647
(201,150,71)
#B58840
(181,136,64)
#A17A39
(161,122,57)
#8D6C32
(141,108,50)
#795E2B
(121,94,43)
#655024
(101,80,36)
#51421D
(81,66,29)
#3D3416
(61,52,22)
#29260F
(41,38,15)
#151808
(21,24,8)
#000000
(0,0,0)

Tints of #DDA44E

#DDA44E
(221,164,78)
#E0AC5E
(224,172,94)
#E3B46E
(227,180,110)
#E6BC7E
(230,188,126)
#E9C48E
(233,196,142)
#ECCC9E
(236,204,158)
#EFD4AE
(239,212,174)
#F2DCBE
(242,220,190)
#F5E4CE
(245,228,206)
#F8ECDE
(248,236,222)
#FBF4EE
(251,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA44E color. Also use rgb(221,164,78) instead hex code.

Text Font Color

.myTextColor { color: #DDA44E; }

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

This text font color is #DDA44E.

Background Color

.myBgColor { background-color: #DDA44E; }

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

This div background color is #DDA44E.

Border color

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

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

This div border color is #DDA44E.

Opacity

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

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

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

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

This text has shadow with #DDA44E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA44E.

Preview

Color preview on black background

This text has color #DDA44E on black background.


Color preview on white background

This text has color #DDA44E on white background.


Black color preview on #DDA44E background

This text has black color on #DDA44E background.


White color preview on #DDA44E background

This text has white color on #DDA44E background.


Related colors

Complementary color

Complementary color for #hex is #225BB1.


I love getcolorcode.com

Triadic colors

1 #4EDDA4 and #A44EDD with #DDA44E are triadic colors.

2 #4EA4DD and #A4DD4E with #DDA44E are triadic colors.