COLOR #DD6D4C

HEX: #DD6D4C
RGB: (221,109,76)

Color info

#DD6D4C contains mainly red color. Web safe color of #DD6D4C is #CC6633 (or #C63).

RGB color model

#DD6D4C color RGB value is (221,109,76).

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

RGB channels and saturation

R 221 of 255 = 87%
G 109 of 255 = 43%
B 76 of 255 = 30%

221
109
76

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

Portions of RGB colors in percentages

R + G + B =
221 + 109 + 76 = 406 (100%)
R 221 of 406 ~ 54.43%
G 109 of 406 ~ 26.85%
B 76 of 406 ~ 18.72%

%54.43
%26.85
%18.72

CMYK color model

#DD6D4C color CMYK value is (0,51,66,13).

  • cyan value is 0.00%
  • magenta value is 50.68%
  • yellow value is 65.61%
  • key color value is 13.33%
CMYK:
(0,51,66,13)
C0M51Y66K13 
(0%,51%,66%,13%)
(0.00/0.51/0.66/0.13)	

CMYK percentages

%0
%50.68
%65.61
%13.33

Codes

Color #DD6D4C in popluar color models

DD6D4C
RGB22110976
HSL14°68.08%58.24%
HSB/HSV14°65.61%86.67%
CMYK0.00%50.68%65.61%
13.33%

Color #DD6D4C in popluar number systems.

HEXDD6D4C
Decimal22110976
Binary1101110111011011001100
Octal335155114

Shades and tints

Shades of #DD6D4C

#DD6D4C
(221,109,76)
#C96446
(201,100,70)
#B55B40
(181,91,64)
#A1523A
(161,82,58)
#8D4934
(141,73,52)
#79402E
(121,64,46)
#653728
(101,55,40)
#512E22
(81,46,34)
#3D251C
(61,37,28)
#291C16
(41,28,22)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #DD6D4C

#DD6D4C
(221,109,76)
#E07A5C
(224,122,92)
#E3876C
(227,135,108)
#E6947C
(230,148,124)
#E9A18C
(233,161,140)
#ECAE9C
(236,174,156)
#EFBBAC
(239,187,172)
#F2C8BC
(242,200,188)
#F5D5CC
(245,213,204)
#F8E2DC
(248,226,220)
#FBEFEC
(251,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD6D4C; }

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

This text font color is #DD6D4C.


Background Color

.myBgColor { background-color: #DD6D4C; }

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

This div background color is #DD6D4C.


Border color

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

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

This div border color is #DD6D4C.


Opacity

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

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

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

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

This text has shadow with #DD6D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6D4C on black background.


Color preview on white background

This text has color #DD6D4C on white background.



Black color preview on #DD6D4C background

This text has black color on #DD6D4C background.


White color preview on #DD6D4C background

This text has white color on #DD6D4C background.