COLOR #DD745B

HEX: #DD745B
RGB: (221,116,91)

Color info

#DD745B contains mainly red color. Web safe color of #DD745B is #CC6666 (or #C66).

RGB color model

#DD745B color RGB value is (221,116,91).

  • red value is 221;
  • green value is 116;
  • blue value is 91.
RGB:
(221,116,91)
(87%,45%,36%)

RGB channels and saturation

R 221 of 255 = 87%
G 116 of 255 = 45%
B 91 of 255 = 36%

221
116
91

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

Portions of RGB colors in percentages

R + G + B =
221 + 116 + 91 = 428 (100%)
R 221 of 428 ~ 51.64%
G 116 of 428 ~ 27.1%
B 91 of 428 ~ 21.26%

%51.64
%27.1
%21.26

CMYK color model

#DD745B color CMYK value is (0,48,59,13).

  • cyan value is 0.00%
  • magenta value is 47.51%
  • yellow value is 58.82%
  • key color value is 13.33%
CMYK:
(0,48,59,13)
C0M48Y59K13 
(0%,48%,59%,13%)
(0.00/0.48/0.59/0.13)	

CMYK percentages

%0
%47.51
%58.82
%13.33

Codes

Color #DD745B in popluar color models

DD745B
RGB22111691
HSL12°65.66%61.18%
HSB/HSV12°58.82%86.67%
CMYK0.00%47.51%58.82%
13.33%

Color #DD745B in popluar number systems.

HEXDD745B
Decimal22111691
Binary1101110111101001011011
Octal335164133

Shades and tints

Shades of #DD745B

#DD745B
(221,116,91)
#C96A53
(201,106,83)
#B5604B
(181,96,75)
#A15643
(161,86,67)
#8D4C3B
(141,76,59)
#794233
(121,66,51)
#65382B
(101,56,43)
#512E23
(81,46,35)
#3D241B
(61,36,27)
#291A13
(41,26,19)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #DD745B

#DD745B
(221,116,91)
#E08069
(224,128,105)
#E38C77
(227,140,119)
#E69885
(230,152,133)
#E9A493
(233,164,147)
#ECB0A1
(236,176,161)
#EFBCAF
(239,188,175)
#F2C8BD
(242,200,189)
#F5D4CB
(245,212,203)
#F8E0D9
(248,224,217)
#FBECE7
(251,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD745B color. Also use rgb(221,116,91) instead hex code.

Text Font Color

.myTextColor { color: #DD745B; }

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

This text font color is #DD745B.


Background Color

.myBgColor { background-color: #DD745B; }

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

This div background color is #DD745B.


Border color

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

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

This div border color is #DD745B.


Opacity

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

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

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

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

This text has shadow with #DD745B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD745B on black background.


Color preview on white background

This text has color #DD745B on white background.



Black color preview on #DD745B background

This text has black color on #DD745B background.


White color preview on #DD745B background

This text has white color on #DD745B background.