COLOR #DD7A6A

HEX: #DD7A6A
RGB: (221,122,106)

Color info

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

RGB color model

#DD7A6A color RGB value is (221,122,106).

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

RGB channels and saturation

R 221 of 255 = 87%
G 122 of 255 = 48%
B 106 of 255 = 42%

221
122
106

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

Portions of RGB colors in percentages

R + G + B =
221 + 122 + 106 = 449 (100%)
R 221 of 449 ~ 49.22%
G 122 of 449 ~ 27.17%
B 106 of 449 ~ 23.61%

%49.22
%27.17
%23.61

CMYK color model

#DD7A6A color CMYK value is (0,45,52,13).

  • cyan value is 0.00%
  • magenta value is 44.80%
  • yellow value is 52.04%
  • key color value is 13.33%
CMYK:
(0,45,52,13)
C0M45Y52K13 
(0%,45%,52%,13%)
(0.00/0.45/0.52/0.13)	

CMYK percentages

%0
%44.8
%52.04
%13.33

Codes

Color #DD7A6A in popluar color models

DD7A6A
RGB221122106
HSL62.84%64.12%
HSB/HSV52.04%86.67%
CMYK0.00%44.80%52.04%
13.33%

Color #DD7A6A in popluar number systems.

HEXDD7A6A
Decimal221122106
Binary1101110111110101101010
Octal335172152

Shades and tints

Shades of #DD7A6A

#DD7A6A
(221,122,106)
#C96F61
(201,111,97)
#B56458
(181,100,88)
#A1594F
(161,89,79)
#8D4E46
(141,78,70)
#79433D
(121,67,61)
#653834
(101,56,52)
#512D2B
(81,45,43)
#3D2222
(61,34,34)
#291719
(41,23,25)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #DD7A6A

#DD7A6A
(221,122,106)
#E08677
(224,134,119)
#E39284
(227,146,132)
#E69E91
(230,158,145)
#E9AA9E
(233,170,158)
#ECB6AB
(236,182,171)
#EFC2B8
(239,194,184)
#F2CEC5
(242,206,197)
#F5DAD2
(245,218,210)
#F8E6DF
(248,230,223)
#FBF2EC
(251,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7A6A; }

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

This text font color is #DD7A6A.


Background Color

.myBgColor { background-color: #DD7A6A; }

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

This div background color is #DD7A6A.


Border color

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

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

This div border color is #DD7A6A.


Opacity

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

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

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

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

This text has shadow with #DD7A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7A6A on black background.


Color preview on white background

This text has color #DD7A6A on white background.



Black color preview on #DD7A6A background

This text has black color on #DD7A6A background.


White color preview on #DD7A6A background

This text has white color on #DD7A6A background.