COLOR #DDA594

HEX: #DDA594 RGB: (221,165,148)

Color info

#DDA594 contains mainly red and green colors. Web safe color of #DDA594 is #CC9999 (or #C99).

RGB color model

#DDA594 color RGB value is (221,165,148).

RGB: (221,165,148) (87%, 65%, 58%)

RGB channels and saturation

R 221 of 255 = 87%
G 165 of 255 = 65%
B 148 of 255 = 58%

221
165
148

R + G + B ~ 70%. #DDA594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 165 + 148 = 534 (100%)
R 221 of 534 ~ 41.39%
G 165 of 534 ~ 30.9%
B 148 of 534 ~ 27.72'%

%41.39
%30.9
%27.72

CMYK color model

#DDA594 color CMYK value is (0,25,33,13).

  • cyan value is 0.00%
  • magenta value is 25.34%
  • yellow value is 33.03%
  • key color value is 13.33%

CMYK: (0,25,33,13)
C0M25Y33K13 (0%, 25%, 33%, 13%)
(0.00 / 0.25 / 0.33 / 0.13)

CMYK percentages

%0
%25.34
%33.03
%13.33

Codes

Color #DDA594 in popluar color models

DD A5 94
RGB 221 165 148
HSL 14° 51.77% 72.35%
HSB/HSV 14° 33.03% 86.67%
CMYK 0.00% 25.34% 33.03%
13.33%

Color #DDA594 in popluar number systems.

HEX DD A5 94
Decimal 221 165 148
Binary 11011101 10100101 10010100
Octal 335 245 224

Shades and tints

Shades of #DDA594

#DDA594
(221,165,148)
#C99687
(201,150,135)
#B5877A
(181,135,122)
#A1786D
(161,120,109)
#8D6960
(141,105,96)
#795A53
(121,90,83)
#654B46
(101,75,70)
#513C39
(81,60,57)
#3D2D2C
(61,45,44)
#291E1F
(41,30,31)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #DDA594

#DDA594
(221,165,148)
#E0AD9D
(224,173,157)
#E3B5A6
(227,181,166)
#E6BDAF
(230,189,175)
#E9C5B8
(233,197,184)
#ECCDC1
(236,205,193)
#EFD5CA
(239,213,202)
#F2DDD3
(242,221,211)
#F5E5DC
(245,229,220)
#F8EDE5
(248,237,229)
#FBF5EE
(251,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA594 color. Also use rgb(221,165,148) instead hex code.

Text Font Color

.myTextColor { color: #DDA594; }

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

This text font color is #DDA594.

Background Color

.myBgColor { background-color: #DDA594; }

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

This div background color is #DDA594.

Border color

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

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

This div border color is #DDA594.

Opacity

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

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

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

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

This text has shadow with #DDA594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA594.

Preview

Color preview on black background

This text has color #DDA594 on black background.


Color preview on white background

This text has color #DDA594 on white background.


Black color preview on #DDA594 background

This text has black color on #DDA594 background.


White color preview on #DDA594 background

This text has white color on #DDA594 background.


Related colors

Complementary color

Complementary color for #hex is #225A6B.


I love getcolorcode.com

Triadic colors

1 #94DDA5 and #A594DD with #DDA594 are triadic colors.

2 #94A5DD and #A5DD94 with #DDA594 are triadic colors.