COLOR #DD9844

HEX: #DD9844
RGB: (221,152,68)

Color info

#DD9844 contains mainly red color. Web safe color of #DD9844 is #CC9933 (or #C93).

RGB color model

#DD9844 color RGB value is (221,152,68).

  • red value is 221;
  • green value is 152;
  • blue value is 68.
RGB:
(221,152,68)
(87%,60%,27%)

RGB channels and saturation

R 221 of 255 = 87%
G 152 of 255 = 60%
B 68 of 255 = 27%

221
152
68

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

Portions of RGB colors in percentages

R + G + B =
221 + 152 + 68 = 441 (100%)
R 221 of 441 ~ 50.11%
G 152 of 441 ~ 34.47%
B 68 of 441 ~ 15.42%

%50.11
%34.47
%15.42

CMYK color model

#DD9844 color CMYK value is (0,31,69,13).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 69.23%
  • key color value is 13.33%
CMYK:
(0,31,69,13)
C0M31Y69K13 
(0%,31%,69%,13%)
(0.00/0.31/0.69/0.13)	

CMYK percentages

%0
%31.22
%69.23
%13.33

Codes

Color #DD9844 in popluar color models

DD9844
RGB22115268
HSL33°69.23%56.67%
HSB/HSV33°69.23%86.67%
CMYK0.00%31.22%69.23%
13.33%

Color #DD9844 in popluar number systems.

HEXDD9844
Decimal22115268
Binary11011101100110001000100
Octal335230104

Shades and tints

Shades of #DD9844

#DD9844
(221,152,68)
#C98B3E
(201,139,62)
#B57E38
(181,126,56)
#A17132
(161,113,50)
#8D642C
(141,100,44)
#795726
(121,87,38)
#654A20
(101,74,32)
#513D1A
(81,61,26)
#3D3014
(61,48,20)
#29230E
(41,35,14)
#151608
(21,22,8)
#000000
(0,0,0)

Tints of #DD9844

#DD9844
(221,152,68)
#E0A155
(224,161,85)
#E3AA66
(227,170,102)
#E6B377
(230,179,119)
#E9BC88
(233,188,136)
#ECC599
(236,197,153)
#EFCEAA
(239,206,170)
#F2D7BB
(242,215,187)
#F5E0CC
(245,224,204)
#F8E9DD
(248,233,221)
#FBF2EE
(251,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9844 color. Also use rgb(221,152,68) instead hex code.

Text Font Color

.myTextColor { color: #DD9844; }

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

This text font color is #DD9844.


Background Color

.myBgColor { background-color: #DD9844; }

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

This div background color is #DD9844.


Border color

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

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

This div border color is #DD9844.


Opacity

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

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

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

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

This text has shadow with #DD9844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9844 on black background.


Color preview on white background

This text has color #DD9844 on white background.



Black color preview on #DD9844 background

This text has black color on #DD9844 background.


White color preview on #DD9844 background

This text has white color on #DD9844 background.