COLOR #DD8F7A

HEX: #DD8F7A
RGB: (221,143,122)

Color info

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

RGB color model

#DD8F7A color RGB value is (221,143,122).

  • red value is 221;
  • green value is 143;
  • blue value is 122.
RGB:
(221,143,122)
(87%,56%,48%)

RGB channels and saturation

R 221 of 255 = 87%
G 143 of 255 = 56%
B 122 of 255 = 48%

221
143
122

R + G + B ~ 64%. #DD8F7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 143 + 122 = 486 (100%)
R 221 of 486 ~ 45.47%
G 143 of 486 ~ 29.42%
B 122 of 486 ~ 25.1%

%45.47
%29.42
%25.1

CMYK color model

#DD8F7A color CMYK value is (0,35,45,13).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 44.80%
  • key color value is 13.33%
CMYK:
(0,35,45,13)
C0M35Y45K13 
(0%,35%,45%,13%)
(0.00/0.35/0.45/0.13)	

CMYK percentages

%0
%35.29
%44.8
%13.33

Codes

Color #DD8F7A in popluar color models

DD8F7A
RGB221143122
HSL13°59.28%67.25%
HSB/HSV13°44.80%86.67%
CMYK0.00%35.29%44.80%
13.33%

Color #DD8F7A in popluar number systems.

HEXDD8F7A
Decimal221143122
Binary11011101100011111111010
Octal335217172

Shades and tints

Shades of #DD8F7A

#DD8F7A
(221,143,122)
#C9826F
(201,130,111)
#B57564
(181,117,100)
#A16859
(161,104,89)
#8D5B4E
(141,91,78)
#794E43
(121,78,67)
#654138
(101,65,56)
#51342D
(81,52,45)
#3D2722
(61,39,34)
#291A17
(41,26,23)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #DD8F7A

#DD8F7A
(221,143,122)
#E09986
(224,153,134)
#E3A392
(227,163,146)
#E6AD9E
(230,173,158)
#E9B7AA
(233,183,170)
#ECC1B6
(236,193,182)
#EFCBC2
(239,203,194)
#F2D5CE
(242,213,206)
#F5DFDA
(245,223,218)
#F8E9E6
(248,233,230)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8F7A color. Also use rgb(221,143,122) instead hex code.

Text Font Color

.myTextColor { color: #DD8F7A; }

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

This text font color is #DD8F7A.


Background Color

.myBgColor { background-color: #DD8F7A; }

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

This div background color is #DD8F7A.


Border color

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

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

This div border color is #DD8F7A.


Opacity

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

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

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

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

This text has shadow with #DD8F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8F7A on black background.


Color preview on white background

This text has color #DD8F7A on white background.



Black color preview on #DD8F7A background

This text has black color on #DD8F7A background.


White color preview on #DD8F7A background

This text has white color on #DD8F7A background.