COLOR #DDA495

HEX: #DDA495 RGB: (221,164,149)

Color info

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

RGB color model

#DDA495 color RGB value is (221,164,149).

RGB: (221,164,149) (87%, 64%, 58%)

RGB channels and saturation

R 221 of 255 = 87%
G 164 of 255 = 64%
B 149 of 255 = 58%

221
164
149

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

Portions of RGB colors in percentages

R + G + B = 221 + 164 + 149 = 534 (100%)
R 221 of 534 ~ 41.39%
G 164 of 534 ~ 30.71%
B 149 of 534 ~ 27.9'%

%41.39
%30.71
%27.9

CMYK color model

#DDA495 color CMYK value is (0,26,33,13).

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

CMYK: (0,26,33,13)
C0M26Y33K13 (0%, 26%, 33%, 13%)
(0.00 / 0.26 / 0.33 / 0.13)

CMYK percentages

%0
%25.79
%32.58
%13.33

Codes

Color #DDA495 in popluar color models

DD A4 95
RGB 221 164 149
HSL 13° 51.43% 72.55%
HSB/HSV 13° 32.58% 86.67%
CMYK 0.00% 25.79% 32.58%
13.33%

Color #DDA495 in popluar number systems.

HEX DD A4 95
Decimal 221 164 149
Binary 11011101 10100100 10010101
Octal 335 244 225

Shades and tints

Shades of #DDA495

#DDA495
(221,164,149)
#C99688
(201,150,136)
#B5887B
(181,136,123)
#A17A6E
(161,122,110)
#8D6C61
(141,108,97)
#795E54
(121,94,84)
#655047
(101,80,71)
#51423A
(81,66,58)
#3D342D
(61,52,45)
#292620
(41,38,32)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #DDA495

#DDA495
(221,164,149)
#E0AC9E
(224,172,158)
#E3B4A7
(227,180,167)
#E6BCB0
(230,188,176)
#E9C4B9
(233,196,185)
#ECCCC2
(236,204,194)
#EFD4CB
(239,212,203)
#F2DCD4
(242,220,212)
#F5E4DD
(245,228,221)
#F8ECE6
(248,236,230)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA495; }

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

This text font color is #DDA495.

Background Color

.myBgColor { background-color: #DDA495; }

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

This div background color is #DDA495.

Border color

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

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

This div border color is #DDA495.

Opacity

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

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

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

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

This text has shadow with #DDA495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA495.

Preview

Color preview on black background

This text has color #DDA495 on black background.


Color preview on white background

This text has color #DDA495 on white background.


Black color preview on #DDA495 background

This text has black color on #DDA495 background.


White color preview on #DDA495 background

This text has white color on #DDA495 background.


Related colors

Complementary color

Complementary color for #hex is #225B6A.


I love getcolorcode.com

Triadic colors

1 #95DDA4 and #A495DD with #DDA495 are triadic colors.

2 #95A4DD and #A4DD95 with #DDA495 are triadic colors.