COLOR #DD6139

HEX: #DD6139
RGB: (221,97,57)

Color info

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

RGB color model

#DD6139 color RGB value is (221,97,57).

  • red value is 221;
  • green value is 97;
  • blue value is 57.
RGB:
(221,97,57)
(87%,38%,22%)

RGB channels and saturation

R 221 of 255 = 87%
G 97 of 255 = 38%
B 57 of 255 = 22%

221
97
57

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

Portions of RGB colors in percentages

R + G + B =
221 + 97 + 57 = 375 (100%)
R 221 of 375 ~ 58.93%
G 97 of 375 ~ 25.87%
B 57 of 375 ~ 15.2%

%58.93
%25.87
%15.2

CMYK color model

#DD6139 color CMYK value is (0,56,74,13).

  • cyan value is 0.00%
  • magenta value is 56.11%
  • yellow value is 74.21%
  • key color value is 13.33%
CMYK:
(0,56,74,13)
C0M56Y74K13 
(0%,56%,74%,13%)
(0.00/0.56/0.74/0.13)	

CMYK percentages

%0
%56.11
%74.21
%13.33

Codes

Color #DD6139 in popluar color models

DD6139
RGB2219757
HSL15°70.69%54.51%
HSB/HSV15°74.21%86.67%
CMYK0.00%56.11%74.21%
13.33%

Color #DD6139 in popluar number systems.

HEXDD6139
Decimal2219757
Binary110111011100001111001
Octal33514171

Shades and tints

Shades of #DD6139

#DD6139
(221,97,57)
#C95934
(201,89,52)
#B5512F
(181,81,47)
#A1492A
(161,73,42)
#8D4125
(141,65,37)
#793920
(121,57,32)
#65311B
(101,49,27)
#512916
(81,41,22)
#3D2111
(61,33,17)
#29190C
(41,25,12)
#151107
(21,17,7)
#000000
(0,0,0)

Tints of #DD6139

#DD6139
(221,97,57)
#E06F4B
(224,111,75)
#E37D5D
(227,125,93)
#E68B6F
(230,139,111)
#E99981
(233,153,129)
#ECA793
(236,167,147)
#EFB5A5
(239,181,165)
#F2C3B7
(242,195,183)
#F5D1C9
(245,209,201)
#F8DFDB
(248,223,219)
#FBEDED
(251,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6139 color. Also use rgb(221,97,57) instead hex code.

Text Font Color

.myTextColor { color: #DD6139; }

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

This text font color is #DD6139.


Background Color

.myBgColor { background-color: #DD6139; }

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

This div background color is #DD6139.


Border color

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

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

This div border color is #DD6139.


Opacity

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

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

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

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

This text has shadow with #DD6139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6139 on black background.


Color preview on white background

This text has color #DD6139 on white background.



Black color preview on #DD6139 background

This text has black color on #DD6139 background.


White color preview on #DD6139 background

This text has white color on #DD6139 background.