COLOR #DD9046

HEX: #DD9046
RGB: (221,144,70)

Color info

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

RGB color model

#DD9046 color RGB value is (221,144,70).

  • red value is 221;
  • green value is 144;
  • blue value is 70.
RGB:
(221,144,70)
(87%,56%,27%)

RGB channels and saturation

R 221 of 255 = 87%
G 144 of 255 = 56%
B 70 of 255 = 27%

221
144
70

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

Portions of RGB colors in percentages

R + G + B =
221 + 144 + 70 = 435 (100%)
R 221 of 435 ~ 50.8%
G 144 of 435 ~ 33.1%
B 70 of 435 ~ 16.09%

%50.8
%33.1
%16.09

CMYK color model

#DD9046 color CMYK value is (0,35,68,13).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 68.33%
  • key color value is 13.33%
CMYK:
(0,35,68,13)
C0M35Y68K13 
(0%,35%,68%,13%)
(0.00/0.35/0.68/0.13)	

CMYK percentages

%0
%34.84
%68.33
%13.33

Codes

Color #DD9046 in popluar color models

DD9046
RGB22114470
HSL29°68.95%57.06%
HSB/HSV29°68.33%86.67%
CMYK0.00%34.84%68.33%
13.33%

Color #DD9046 in popluar number systems.

HEXDD9046
Decimal22114470
Binary11011101100100001000110
Octal335220106

Shades and tints

Shades of #DD9046

#DD9046
(221,144,70)
#C98340
(201,131,64)
#B5763A
(181,118,58)
#A16934
(161,105,52)
#8D5C2E
(141,92,46)
#794F28
(121,79,40)
#654222
(101,66,34)
#51351C
(81,53,28)
#3D2816
(61,40,22)
#291B10
(41,27,16)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #DD9046

#DD9046
(221,144,70)
#E09A56
(224,154,86)
#E3A466
(227,164,102)
#E6AE76
(230,174,118)
#E9B886
(233,184,134)
#ECC296
(236,194,150)
#EFCCA6
(239,204,166)
#F2D6B6
(242,214,182)
#F5E0C6
(245,224,198)
#F8EAD6
(248,234,214)
#FBF4E6
(251,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9046 color. Also use rgb(221,144,70) instead hex code.

Text Font Color

.myTextColor { color: #DD9046; }

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

This text font color is #DD9046.


Background Color

.myBgColor { background-color: #DD9046; }

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

This div background color is #DD9046.


Border color

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

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

This div border color is #DD9046.


Opacity

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

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

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

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

This text has shadow with #DD9046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9046 on black background.


Color preview on white background

This text has color #DD9046 on white background.



Black color preview on #DD9046 background

This text has black color on #DD9046 background.


White color preview on #DD9046 background

This text has white color on #DD9046 background.