COLOR #DD9A56

HEX: #DD9A56
RGB: (221,154,86)

Color info

#DD9A56 contains mainly red color. Web safe color of #DD9A56 is #CC9966 (or #C96).

RGB color model

#DD9A56 color RGB value is (221,154,86).

  • red value is 221;
  • green value is 154;
  • blue value is 86.
RGB:
(221,154,86)
(87%,60%,34%)

RGB channels and saturation

R 221 of 255 = 87%
G 154 of 255 = 60%
B 86 of 255 = 34%

221
154
86

R + G + B ~ 60%. #DD9A56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
221 + 154 + 86 = 461 (100%)
R 221 of 461 ~ 47.94%
G 154 of 461 ~ 33.41%
B 86 of 461 ~ 18.66%

%47.94
%33.41
%18.66

CMYK color model

#DD9A56 color CMYK value is (0,30,61,13).

  • cyan value is 0.00%
  • magenta value is 30.32%
  • yellow value is 61.09%
  • key color value is 13.33%
CMYK:
(0,30,61,13)
C0M30Y61K13 
(0%,30%,61%,13%)
(0.00/0.30/0.61/0.13)	

CMYK percentages

%0
%30.32
%61.09
%13.33

Codes

Color #DD9A56 in popluar color models

DD9A56
RGB22115486
HSL30°66.50%60.20%
HSB/HSV30°61.09%86.67%
CMYK0.00%30.32%61.09%
13.33%

Color #DD9A56 in popluar number systems.

HEXDD9A56
Decimal22115486
Binary11011101100110101010110
Octal335232126

Shades and tints

Shades of #DD9A56

#DD9A56
(221,154,86)
#C98C4F
(201,140,79)
#B57E48
(181,126,72)
#A17041
(161,112,65)
#8D623A
(141,98,58)
#795433
(121,84,51)
#65462C
(101,70,44)
#513825
(81,56,37)
#3D2A1E
(61,42,30)
#291C17
(41,28,23)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #DD9A56

#DD9A56
(221,154,86)
#E0A365
(224,163,101)
#E3AC74
(227,172,116)
#E6B583
(230,181,131)
#E9BE92
(233,190,146)
#ECC7A1
(236,199,161)
#EFD0B0
(239,208,176)
#F2D9BF
(242,217,191)
#F5E2CE
(245,226,206)
#F8EBDD
(248,235,221)
#FBF4EC
(251,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9A56 color. Also use rgb(221,154,86) instead hex code.

Text Font Color

.myTextColor { color: #DD9A56; }

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

This text font color is #DD9A56.


Background Color

.myBgColor { background-color: #DD9A56; }

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

This div background color is #DD9A56.


Border color

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

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

This div border color is #DD9A56.


Opacity

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

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

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

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

This text has shadow with #DD9A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9A56 on black background.


Color preview on white background

This text has color #DD9A56 on white background.



Black color preview on #DD9A56 background

This text has black color on #DD9A56 background.


White color preview on #DD9A56 background

This text has white color on #DD9A56 background.