COLOR #DD8779

HEX: #DD8779
RGB: (221,135,121)

Color info

#DD8779 contains mainly red color. Web safe color of #DD8779 is #CC9966 (or #C96).

RGB color model

#DD8779 color RGB value is (221,135,121).

  • red value is 221;
  • green value is 135;
  • blue value is 121.
RGB:
(221,135,121)
(87%,53%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 135 of 255 = 53%
B 121 of 255 = 47%

221
135
121

R + G + B ~ 62%. #DD8779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 135 + 121 = 477 (100%)
R 221 of 477 ~ 46.33%
G 135 of 477 ~ 28.3%
B 121 of 477 ~ 25.37%

%46.33
%28.3
%25.37

CMYK color model

#DD8779 color CMYK value is (0,39,45,13).

  • cyan value is 0.00%
  • magenta value is 38.91%
  • yellow value is 45.25%
  • key color value is 13.33%
CMYK:
(0,39,45,13)
C0M39Y45K13 
(0%,39%,45%,13%)
(0.00/0.39/0.45/0.13)	

CMYK percentages

%0
%38.91
%45.25
%13.33

Codes

Color #DD8779 in popluar color models

DD8779
RGB221135121
HSL59.52%67.06%
HSB/HSV45.25%86.67%
CMYK0.00%38.91%45.25%
13.33%

Color #DD8779 in popluar number systems.

HEXDD8779
Decimal221135121
Binary11011101100001111111001
Octal335207171

Shades and tints

Shades of #DD8779

#DD8779
(221,135,121)
#C97B6E
(201,123,110)
#B56F63
(181,111,99)
#A16358
(161,99,88)
#8D574D
(141,87,77)
#794B42
(121,75,66)
#653F37
(101,63,55)
#51332C
(81,51,44)
#3D2721
(61,39,33)
#291B16
(41,27,22)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #DD8779

#DD8779
(221,135,121)
#E09185
(224,145,133)
#E39B91
(227,155,145)
#E6A59D
(230,165,157)
#E9AFA9
(233,175,169)
#ECB9B5
(236,185,181)
#EFC3C1
(239,195,193)
#F2CDCD
(242,205,205)
#F5D7D9
(245,215,217)
#F8E1E5
(248,225,229)
#FBEBF1
(251,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8779 color. Also use rgb(221,135,121) instead hex code.

Text Font Color

.myTextColor { color: #DD8779; }

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

This text font color is #DD8779.


Background Color

.myBgColor { background-color: #DD8779; }

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

This div background color is #DD8779.


Border color

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

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

This div border color is #DD8779.


Opacity

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

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

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

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

This text has shadow with #DD8779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8779 on black background.


Color preview on white background

This text has color #DD8779 on white background.



Black color preview on #DD8779 background

This text has black color on #DD8779 background.


White color preview on #DD8779 background

This text has white color on #DD8779 background.