COLOR #DD7146

HEX: #DD7146
RGB: (221,113,70)

Color info

#DD7146 contains mainly red color. Web safe color of #DD7146 is #CC6633 (or #C63).

RGB color model

#DD7146 color RGB value is (221,113,70).

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

RGB channels and saturation

R 221 of 255 = 87%
G 113 of 255 = 44%
B 70 of 255 = 27%

221
113
70

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

Portions of RGB colors in percentages

R + G + B =
221 + 113 + 70 = 404 (100%)
R 221 of 404 ~ 54.7%
G 113 of 404 ~ 27.97%
B 70 of 404 ~ 17.33%

%54.7
%27.97
%17.33

CMYK color model

#DD7146 color CMYK value is (0,49,68,13).

  • cyan value is 0.00%
  • magenta value is 48.87%
  • yellow value is 68.33%
  • key color value is 13.33%
CMYK:
(0,49,68,13)
C0M49Y68K13 
(0%,49%,68%,13%)
(0.00/0.49/0.68/0.13)	

CMYK percentages

%0
%48.87
%68.33
%13.33

Codes

Color #DD7146 in popluar color models

DD7146
RGB22111370
HSL17°68.95%57.06%
HSB/HSV17°68.33%86.67%
CMYK0.00%48.87%68.33%
13.33%

Color #DD7146 in popluar number systems.

HEXDD7146
Decimal22111370
Binary1101110111100011000110
Octal335161106

Shades and tints

Shades of #DD7146

#DD7146
(221,113,70)
#C96740
(201,103,64)
#B55D3A
(181,93,58)
#A15334
(161,83,52)
#8D492E
(141,73,46)
#793F28
(121,63,40)
#653522
(101,53,34)
#512B1C
(81,43,28)
#3D2116
(61,33,22)
#291710
(41,23,16)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #DD7146

#DD7146
(221,113,70)
#E07D56
(224,125,86)
#E38966
(227,137,102)
#E69576
(230,149,118)
#E9A186
(233,161,134)
#ECAD96
(236,173,150)
#EFB9A6
(239,185,166)
#F2C5B6
(242,197,182)
#F5D1C6
(245,209,198)
#F8DDD6
(248,221,214)
#FBE9E6
(251,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7146; }

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

This text font color is #DD7146.


Background Color

.myBgColor { background-color: #DD7146; }

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

This div background color is #DD7146.


Border color

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

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

This div border color is #DD7146.


Opacity

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

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

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

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

This text has shadow with #DD7146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7146 on black background.


Color preview on white background

This text has color #DD7146 on white background.



Black color preview on #DD7146 background

This text has black color on #DD7146 background.


White color preview on #DD7146 background

This text has white color on #DD7146 background.