COLOR #DDA56B

HEX: #DDA56B RGB: (221,165,107)

Color info

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

RGB color model

#DDA56B color RGB value is (221,165,107).

RGB: (221,165,107) (87%, 65%, 42%)

RGB channels and saturation

R 221 of 255 = 87%
G 165 of 255 = 65%
B 107 of 255 = 42%

221
165
107

R + G + B ~ 65%. #DDA56B is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 165 + 107 = 493 (100%)
R 221 of 493 ~ 44.83%
G 165 of 493 ~ 33.47%
B 107 of 493 ~ 21.7'%

%44.83
%33.47
%21.7

CMYK color model

#DDA56B color CMYK value is (0,25,52,13).

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

CMYK: (0,25,52,13)
C0M25Y52K13 (0%, 25%, 52%, 13%)
(0.00 / 0.25 / 0.52 / 0.13)

CMYK percentages

%0
%25.34
%51.58
%13.33

Codes

Color #DDA56B in popluar color models

DD A5 6B
RGB 221 165 107
HSL 31° 62.64% 64.31%
HSB/HSV 31° 51.58% 86.67%
CMYK 0.00% 25.34% 51.58%
13.33%

Color #DDA56B in popluar number systems.

HEX DD A5 6B
Decimal 221 165 107
Binary 11011101 10100101 1101011
Octal 335 245 153

Shades and tints

Shades of #DDA56B

#DDA56B
(221,165,107)
#C99662
(201,150,98)
#B58759
(181,135,89)
#A17850
(161,120,80)
#8D6947
(141,105,71)
#795A3E
(121,90,62)
#654B35
(101,75,53)
#513C2C
(81,60,44)
#3D2D23
(61,45,35)
#291E1A
(41,30,26)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #DDA56B

#DDA56B
(221,165,107)
#E0AD78
(224,173,120)
#E3B585
(227,181,133)
#E6BD92
(230,189,146)
#E9C59F
(233,197,159)
#ECCDAC
(236,205,172)
#EFD5B9
(239,213,185)
#F2DDC6
(242,221,198)
#F5E5D3
(245,229,211)
#F8EDE0
(248,237,224)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA56B; }

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

This text font color is #DDA56B.

Background Color

.myBgColor { background-color: #DDA56B; }

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

This div background color is #DDA56B.

Border color

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

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

This div border color is #DDA56B.

Opacity

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

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

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

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

This text has shadow with #DDA56B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA56B.

Preview

Color preview on black background

This text has color #DDA56B on black background.


Color preview on white background

This text has color #DDA56B on white background.


Black color preview on #DDA56B background

This text has black color on #DDA56B background.


White color preview on #DDA56B background

This text has white color on #DDA56B background.


Related colors

Complementary color

Complementary color for #hex is #225A94.


I love getcolorcode.com

Triadic colors

1 #6BDDA5 and #A56BDD with #DDA56B are triadic colors.

2 #6BA5DD and #A5DD6B with #DDA56B are triadic colors.