COLOR #DDA382

HEX: #DDA382 RGB: (221,163,130)

Color info

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

RGB color model

#DDA382 color RGB value is (221,163,130).

RGB: (221,163,130) (87%, 64%, 51%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 130 of 255 = 51%

221
163
130

R + G + B ~ 67%. #DDA382 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 163 + 130 = 514 (100%)
R 221 of 514 ~ 43%
G 163 of 514 ~ 31.71%
B 130 of 514 ~ 25.29'%

%43
%31.71
%25.29

CMYK color model

#DDA382 color CMYK value is (0,26,41,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (0,26,41,13)
C0M26Y41K13 (0%, 26%, 41%, 13%)
(0.00 / 0.26 / 0.41 / 0.13)

CMYK percentages

%0
%26.24
%41.18
%13.33

Codes

Color #DDA382 in popluar color models

DD A3 82
RGB 221 163 130
HSL 22° 57.23% 68.82%
HSB/HSV 22° 41.18% 86.67%
CMYK 0.00% 26.24% 41.18%
13.33%

Color #DDA382 in popluar number systems.

HEX DD A3 82
Decimal 221 163 130
Binary 11011101 10100011 10000010
Octal 335 243 202

Shades and tints

Shades of #DDA382

#DDA382
(221,163,130)
#C99577
(201,149,119)
#B5876C
(181,135,108)
#A17961
(161,121,97)
#8D6B56
(141,107,86)
#795D4B
(121,93,75)
#654F40
(101,79,64)
#514135
(81,65,53)
#3D332A
(61,51,42)
#29251F
(41,37,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDA382

#DDA382
(221,163,130)
#E0AB8D
(224,171,141)
#E3B398
(227,179,152)
#E6BBA3
(230,187,163)
#E9C3AE
(233,195,174)
#ECCBB9
(236,203,185)
#EFD3C4
(239,211,196)
#F2DBCF
(242,219,207)
#F5E3DA
(245,227,218)
#F8EBE5
(248,235,229)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA382 color. Also use rgb(221,163,130) instead hex code.

Text Font Color

.myTextColor { color: #DDA382; }

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

This text font color is #DDA382.

Background Color

.myBgColor { background-color: #DDA382; }

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

This div background color is #DDA382.

Border color

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

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

This div border color is #DDA382.

Opacity

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

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

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

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

This text has shadow with #DDA382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA382.

Preview

Color preview on black background

This text has color #DDA382 on black background.


Color preview on white background

This text has color #DDA382 on white background.


Black color preview on #DDA382 background

This text has black color on #DDA382 background.


White color preview on #DDA382 background

This text has white color on #DDA382 background.


Related colors

Complementary color

Complementary color for #hex is #225C7D.


I love getcolorcode.com

Triadic colors

1 #82DDA3 and #A382DD with #DDA382 are triadic colors.

2 #82A3DD and #A3DD82 with #DDA382 are triadic colors.