COLOR #DDA380

HEX: #DDA380 RGB: (221,163,128)

Color info

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

RGB color model

#DDA380 color RGB value is (221,163,128).

RGB: (221,163,128) (87%, 64%, 50%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 128 of 255 = 50%

221
163
128

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

Portions of RGB colors in percentages

R + G + B = 221 + 163 + 128 = 512 (100%)
R 221 of 512 ~ 43.16%
G 163 of 512 ~ 31.84%
B 128 of 512 ~ 25'%

%43.16
%31.84
%25

CMYK color model

#DDA380 color CMYK value is (0,26,42,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 42.08%
  • key color value is 13.33%
CMYK: (0,26,42,13) C0M26Y42K13 (0%,26%,42%,13%) (0.00/0.26/0.42/0.13) 

CMYK percentages

%0
%26.24
%42.08
%13.33

Codes

Color #DDA380 in popluar color models

DD A3 80
RGB 221 163 128
HSL 23° 57.76% 68.43%
HSB/HSV 23° 42.08% 86.67%
CMYK 0.00% 26.24% 42.08%
13.33%

Color #DDA380 in popluar number systems.

HEX DD A3 80
Decimal 221 163 128
Binary 11011101 10100011 10000000
Octal 335 243 200

Shades and tints

Shades of #DDA380

#DDA380
(221,163,128)
#C99575
(201,149,117)
#B5876A
(181,135,106)
#A1795F
(161,121,95)
#8D6B54
(141,107,84)
#795D49
(121,93,73)
#654F3E
(101,79,62)
#514133
(81,65,51)
#3D3328
(61,51,40)
#29251D
(41,37,29)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #DDA380

#DDA380
(221,163,128)
#E0AB8B
(224,171,139)
#E3B396
(227,179,150)
#E6BBA1
(230,187,161)
#E9C3AC
(233,195,172)
#ECCBB7
(236,203,183)
#EFD3C2
(239,211,194)
#F2DBCD
(242,219,205)
#F5E3D8
(245,227,216)
#F8EBE3
(248,235,227)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA380; }

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

This text font color is #DDA380.

Background Color

.myBgColor { background-color: #DDA380; }

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

This div background color is #DDA380.

Border color

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

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

This div border color is #DDA380.

Opacity

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

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

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

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

This text has shadow with #DDA380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA380.

Preview

Color preview on black background

This text has color #DDA380 on black background.


Color preview on white background

This text has color #DDA380 on white background.


Black color preview on #DDA380 background

This text has black color on #DDA380 background.


White color preview on #DDA380 background

This text has white color on #DDA380 background.


Related colors

Complementary color

Complementary color for #hex is #225C7F.


I love getcolorcode.com

Triadic colors

1 #80DDA3 and #A380DD with #DDA380 are triadic colors.

2 #80A3DD and #A3DD80 with #DDA380 are triadic colors.