COLOR #DD9878

HEX: #DD9878
RGB: (221,152,120)

Color info

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

RGB color model

#DD9878 color RGB value is (221,152,120).

  • red value is 221;
  • green value is 152;
  • blue value is 120.
RGB:
(221,152,120)
(87%,60%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 152 of 255 = 60%
B 120 of 255 = 47%

221
152
120

R + G + B ~ 65%. #DD9878 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 152 + 120 = 493 (100%)
R 221 of 493 ~ 44.83%
G 152 of 493 ~ 30.83%
B 120 of 493 ~ 24.34%

%44.83
%30.83
%24.34

CMYK color model

#DD9878 color CMYK value is (0,31,46,13).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 45.70%
  • key color value is 13.33%
CMYK:
(0,31,46,13)
C0M31Y46K13 
(0%,31%,46%,13%)
(0.00/0.31/0.46/0.13)	

CMYK percentages

%0
%31.22
%45.7
%13.33

Codes

Color #DD9878 in popluar color models

DD9878
RGB221152120
HSL19°59.76%66.86%
HSB/HSV19°45.70%86.67%
CMYK0.00%31.22%45.70%
13.33%

Color #DD9878 in popluar number systems.

HEXDD9878
Decimal221152120
Binary11011101100110001111000
Octal335230170

Shades and tints

Shades of #DD9878

#DD9878
(221,152,120)
#C98B6E
(201,139,110)
#B57E64
(181,126,100)
#A1715A
(161,113,90)
#8D6450
(141,100,80)
#795746
(121,87,70)
#654A3C
(101,74,60)
#513D32
(81,61,50)
#3D3028
(61,48,40)
#29231E
(41,35,30)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DD9878

#DD9878
(221,152,120)
#E0A184
(224,161,132)
#E3AA90
(227,170,144)
#E6B39C
(230,179,156)
#E9BCA8
(233,188,168)
#ECC5B4
(236,197,180)
#EFCEC0
(239,206,192)
#F2D7CC
(242,215,204)
#F5E0D8
(245,224,216)
#F8E9E4
(248,233,228)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9878 color. Also use rgb(221,152,120) instead hex code.

Text Font Color

.myTextColor { color: #DD9878; }

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

This text font color is #DD9878.


Background Color

.myBgColor { background-color: #DD9878; }

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

This div background color is #DD9878.


Border color

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

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

This div border color is #DD9878.


Opacity

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

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

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

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

This text has shadow with #DD9878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9878 on black background.


Color preview on white background

This text has color #DD9878 on white background.



Black color preview on #DD9878 background

This text has black color on #DD9878 background.


White color preview on #DD9878 background

This text has white color on #DD9878 background.