COLOR #DD9B9A

HEX: #DD9B9A
RGB: (221,155,154)

Color info

#DD9B9A contains mainly red color. Web safe color of #DD9B9A is #CC9999 (or #C99).

RGB color model

#DD9B9A color RGB value is (221,155,154).

  • red value is 221;
  • green value is 155;
  • blue value is 154.
RGB: (221,155,154) (87%,61%,60%)

RGB channels and saturation

R 221 of 255 = 87%
G 155 of 255 = 61%
B 154 of 255 = 60%

221
155
154

R + G + B ~ 69%. #DD9B9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 155 + 154 = 530 (100%)
R 221 of 530 ~ 41.7%
G 155 of 530 ~ 29.25%
B 154 of 530 ~ 29.06%

%41.7
%29.25
%29.06

CMYK color model

#DD9B9A color CMYK value is (0,30,30,13).

  • cyan value is 0.00%
  • magenta value is 29.86%
  • yellow value is 30.32%
  • key color value is 13.33%
CMYK: (0,30,30,13) C0M30Y30K13 (0%,30%,30%,13%) (0.00/0.30/0.30/0.13)

CMYK percentages

%0
%29.86
%30.32
%13.33

Codes

Color #DD9B9A in popluar color models

DD9B9A
RGB221155154
HSL49.63%73.53%
HSB/HSV30.32%86.67%
CMYK0.00%29.86%30.32%
13.33%

Color #DD9B9A in popluar number systems.

HEXDD9B9A
Decimal221155154
Binary110111011001101110011010
Octal335233232

Shades and tints

Shades of #DD9B9A

#DD9B9A
(221,155,154)
#C98D8C
(201,141,140)
#B57F7E
(181,127,126)
#A17170
(161,113,112)
#8D6362
(141,99,98)
#795554
(121,85,84)
#654746
(101,71,70)
#513938
(81,57,56)
#3D2B2A
(61,43,42)
#291D1C
(41,29,28)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #DD9B9A

#DD9B9A
(221,155,154)
#E0A4A3
(224,164,163)
#E3ADAC
(227,173,172)
#E6B6B5
(230,182,181)
#E9BFBE
(233,191,190)
#ECC8C7
(236,200,199)
#EFD1D0
(239,209,208)
#F2DAD9
(242,218,217)
#F5E3E2
(245,227,226)
#F8ECEB
(248,236,235)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9B9A color. Also use rgb(221,155,154) instead hex code.

Text Font Color

.myTextColor { color: #DD9B9A; }

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

This text font color is #DD9B9A.


Background Color

.myBgColor { background-color: #DD9B9A; }

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

This div background color is #DD9B9A.


Border color

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

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

This div border color is #DD9B9A.


Opacity

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

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

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

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

This text has shadow with #DD9B9A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DD9B9A on black background.


Color preview on white background

This text has color #DD9B9A on white background.



Black color preview on #DD9B9A background

This text has black color on #DD9B9A background.


White color preview on #DD9B9A background

This text has white color on #DD9B9A background.