COLOR #DD7759

HEX: #DD7759
RGB: (221,119,89)

Color info

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

RGB color model

#DD7759 color RGB value is (221,119,89).

  • red value is 221;
  • green value is 119;
  • blue value is 89.
RGB:
(221,119,89)
(87%,47%,35%)

RGB channels and saturation

R 221 of 255 = 87%
G 119 of 255 = 47%
B 89 of 255 = 35%

221
119
89

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

Portions of RGB colors in percentages

R + G + B =
221 + 119 + 89 = 429 (100%)
R 221 of 429 ~ 51.52%
G 119 of 429 ~ 27.74%
B 89 of 429 ~ 20.75%

%51.52
%27.74
%20.75

CMYK color model

#DD7759 color CMYK value is (0,46,60,13).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 59.73%
  • key color value is 13.33%
CMYK:
(0,46,60,13)
C0M46Y60K13 
(0%,46%,60%,13%)
(0.00/0.46/0.60/0.13)	

CMYK percentages

%0
%46.15
%59.73
%13.33

Codes

Color #DD7759 in popluar color models

DD7759
RGB22111989
HSL14°66.00%60.78%
HSB/HSV14°59.73%86.67%
CMYK0.00%46.15%59.73%
13.33%

Color #DD7759 in popluar number systems.

HEXDD7759
Decimal22111989
Binary1101110111101111011001
Octal335167131

Shades and tints

Shades of #DD7759

#DD7759
(221,119,89)
#C96D51
(201,109,81)
#B56349
(181,99,73)
#A15941
(161,89,65)
#8D4F39
(141,79,57)
#794531
(121,69,49)
#653B29
(101,59,41)
#513121
(81,49,33)
#3D2719
(61,39,25)
#291D11
(41,29,17)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #DD7759

#DD7759
(221,119,89)
#E08368
(224,131,104)
#E38F77
(227,143,119)
#E69B86
(230,155,134)
#E9A795
(233,167,149)
#ECB3A4
(236,179,164)
#EFBFB3
(239,191,179)
#F2CBC2
(242,203,194)
#F5D7D1
(245,215,209)
#F8E3E0
(248,227,224)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7759 color. Also use rgb(221,119,89) instead hex code.

Text Font Color

.myTextColor { color: #DD7759; }

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

This text font color is #DD7759.


Background Color

.myBgColor { background-color: #DD7759; }

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

This div background color is #DD7759.


Border color

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

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

This div border color is #DD7759.


Opacity

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

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

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

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

This text has shadow with #DD7759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7759 on black background.


Color preview on white background

This text has color #DD7759 on white background.



Black color preview on #DD7759 background

This text has black color on #DD7759 background.


White color preview on #DD7759 background

This text has white color on #DD7759 background.