COLOR #DD756D

HEX: #DD756D
RGB: (221,117,109)

Color info

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

RGB color model

#DD756D color RGB value is (221,117,109).

  • red value is 221;
  • green value is 117;
  • blue value is 109.
RGB:
(221,117,109)
(87%,46%,43%)

RGB channels and saturation

R 221 of 255 = 87%
G 117 of 255 = 46%
B 109 of 255 = 43%

221
117
109

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

Portions of RGB colors in percentages

R + G + B =
221 + 117 + 109 = 447 (100%)
R 221 of 447 ~ 49.44%
G 117 of 447 ~ 26.17%
B 109 of 447 ~ 24.38%

%49.44
%26.17
%24.38

CMYK color model

#DD756D color CMYK value is (0,47,51,13).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 50.68%
  • key color value is 13.33%
CMYK:
(0,47,51,13)
C0M47Y51K13 
(0%,47%,51%,13%)
(0.00/0.47/0.51/0.13)	

CMYK percentages

%0
%47.06
%50.68
%13.33

Codes

Color #DD756D in popluar color models

DD756D
RGB221117109
HSL62.22%64.71%
HSB/HSV50.68%86.67%
CMYK0.00%47.06%50.68%
13.33%

Color #DD756D in popluar number systems.

HEXDD756D
Decimal221117109
Binary1101110111101011101101
Octal335165155

Shades and tints

Shades of #DD756D

#DD756D
(221,117,109)
#C96B64
(201,107,100)
#B5615B
(181,97,91)
#A15752
(161,87,82)
#8D4D49
(141,77,73)
#794340
(121,67,64)
#653937
(101,57,55)
#512F2E
(81,47,46)
#3D2525
(61,37,37)
#291B1C
(41,27,28)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #DD756D

#DD756D
(221,117,109)
#E0817A
(224,129,122)
#E38D87
(227,141,135)
#E69994
(230,153,148)
#E9A5A1
(233,165,161)
#ECB1AE
(236,177,174)
#EFBDBB
(239,189,187)
#F2C9C8
(242,201,200)
#F5D5D5
(245,213,213)
#F8E1E2
(248,225,226)
#FBEDEF
(251,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD756D color. Also use rgb(221,117,109) instead hex code.

Text Font Color

.myTextColor { color: #DD756D; }

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

This text font color is #DD756D.


Background Color

.myBgColor { background-color: #DD756D; }

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

This div background color is #DD756D.


Border color

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

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

This div border color is #DD756D.


Opacity

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

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

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

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

This text has shadow with #DD756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD756D on black background.


Color preview on white background

This text has color #DD756D on white background.



Black color preview on #DD756D background

This text has black color on #DD756D background.


White color preview on #DD756D background

This text has white color on #DD756D background.