COLOR #DD6E42

HEX: #DD6E42
RGB: (221,110,66)

Color info

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

RGB color model

#DD6E42 color RGB value is (221,110,66).

  • red value is 221;
  • green value is 110;
  • blue value is 66.
RGB:
(221,110,66)
(87%,43%,26%)

RGB channels and saturation

R 221 of 255 = 87%
G 110 of 255 = 43%
B 66 of 255 = 26%

221
110
66

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

Portions of RGB colors in percentages

R + G + B =
221 + 110 + 66 = 397 (100%)
R 221 of 397 ~ 55.67%
G 110 of 397 ~ 27.71%
B 66 of 397 ~ 16.62%

%55.67
%27.71
%16.62

CMYK color model

#DD6E42 color CMYK value is (0,50,70,13).

  • cyan value is 0.00%
  • magenta value is 50.23%
  • yellow value is 70.14%
  • key color value is 13.33%
CMYK:
(0,50,70,13)
C0M50Y70K13 
(0%,50%,70%,13%)
(0.00/0.50/0.70/0.13)	

CMYK percentages

%0
%50.23
%70.14
%13.33

Codes

Color #DD6E42 in popluar color models

DD6E42
RGB22111066
HSL17°69.51%56.27%
HSB/HSV17°70.14%86.67%
CMYK0.00%50.23%70.14%
13.33%

Color #DD6E42 in popluar number systems.

HEXDD6E42
Decimal22111066
Binary1101110111011101000010
Octal335156102

Shades and tints

Shades of #DD6E42

#DD6E42
(221,110,66)
#C9643C
(201,100,60)
#B55A36
(181,90,54)
#A15030
(161,80,48)
#8D462A
(141,70,42)
#793C24
(121,60,36)
#65321E
(101,50,30)
#512818
(81,40,24)
#3D1E12
(61,30,18)
#29140C
(41,20,12)
#150A06
(21,10,6)
#000000
(0,0,0)

Tints of #DD6E42

#DD6E42
(221,110,66)
#E07B53
(224,123,83)
#E38864
(227,136,100)
#E69575
(230,149,117)
#E9A286
(233,162,134)
#ECAF97
(236,175,151)
#EFBCA8
(239,188,168)
#F2C9B9
(242,201,185)
#F5D6CA
(245,214,202)
#F8E3DB
(248,227,219)
#FBF0EC
(251,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6E42 color. Also use rgb(221,110,66) instead hex code.

Text Font Color

.myTextColor { color: #DD6E42; }

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

This text font color is #DD6E42.


Background Color

.myBgColor { background-color: #DD6E42; }

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

This div background color is #DD6E42.


Border color

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

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

This div border color is #DD6E42.


Opacity

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

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

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

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

This text has shadow with #DD6E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6E42 on black background.


Color preview on white background

This text has color #DD6E42 on white background.



Black color preview on #DD6E42 background

This text has black color on #DD6E42 background.


White color preview on #DD6E42 background

This text has white color on #DD6E42 background.