COLOR #DD6637

HEX: #DD6637
RGB: (221,102,55)

Color info

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

RGB color model

#DD6637 color RGB value is (221,102,55).

  • red value is 221;
  • green value is 102;
  • blue value is 55.
RGB:
(221,102,55)
(87%,40%,22%)

RGB channels and saturation

R 221 of 255 = 87%
G 102 of 255 = 40%
B 55 of 255 = 22%

221
102
55

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

Portions of RGB colors in percentages

R + G + B =
221 + 102 + 55 = 378 (100%)
R 221 of 378 ~ 58.47%
G 102 of 378 ~ 26.98%
B 55 of 378 ~ 14.55%

%58.47
%26.98
%14.55

CMYK color model

#DD6637 color CMYK value is (0,54,75,13).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 75.11%
  • key color value is 13.33%
CMYK:
(0,54,75,13)
C0M54Y75K13 
(0%,54%,75%,13%)
(0.00/0.54/0.75/0.13)	

CMYK percentages

%0
%53.85
%75.11
%13.33

Codes

Color #DD6637 in popluar color models

DD6637
RGB22110255
HSL17°70.94%54.12%
HSB/HSV17°75.11%86.67%
CMYK0.00%53.85%75.11%
13.33%

Color #DD6637 in popluar number systems.

HEXDD6637
Decimal22110255
Binary110111011100110110111
Octal33514667

Shades and tints

Shades of #DD6637

#DD6637
(221,102,55)
#C95D32
(201,93,50)
#B5542D
(181,84,45)
#A14B28
(161,75,40)
#8D4223
(141,66,35)
#79391E
(121,57,30)
#653019
(101,48,25)
#512714
(81,39,20)
#3D1E0F
(61,30,15)
#29150A
(41,21,10)
#150C05
(21,12,5)
#000000
(0,0,0)

Tints of #DD6637

#DD6637
(221,102,55)
#E07349
(224,115,73)
#E3805B
(227,128,91)
#E68D6D
(230,141,109)
#E99A7F
(233,154,127)
#ECA791
(236,167,145)
#EFB4A3
(239,180,163)
#F2C1B5
(242,193,181)
#F5CEC7
(245,206,199)
#F8DBD9
(248,219,217)
#FBE8EB
(251,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6637 color. Also use rgb(221,102,55) instead hex code.

Text Font Color

.myTextColor { color: #DD6637; }

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

This text font color is #DD6637.


Background Color

.myBgColor { background-color: #DD6637; }

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

This div background color is #DD6637.


Border color

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

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

This div border color is #DD6637.


Opacity

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

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

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

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

This text has shadow with #DD6637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6637 on black background.


Color preview on white background

This text has color #DD6637 on white background.



Black color preview on #DD6637 background

This text has black color on #DD6637 background.


White color preview on #DD6637 background

This text has white color on #DD6637 background.