COLOR #DD6236

HEX: #DD6236
RGB: (221,98,54)

Color info

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

RGB color model

#DD6236 color RGB value is (221,98,54).

  • red value is 221;
  • green value is 98;
  • blue value is 54.
RGB:
(221,98,54)
(87%,38%,21%)

RGB channels and saturation

R 221 of 255 = 87%
G 98 of 255 = 38%
B 54 of 255 = 21%

221
98
54

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

Portions of RGB colors in percentages

R + G + B =
221 + 98 + 54 = 373 (100%)
R 221 of 373 ~ 59.25%
G 98 of 373 ~ 26.27%
B 54 of 373 ~ 14.48%

%59.25
%26.27
%14.48

CMYK color model

#DD6236 color CMYK value is (0,56,76,13).

  • cyan value is 0.00%
  • magenta value is 55.66%
  • yellow value is 75.57%
  • key color value is 13.33%
CMYK:
(0,56,76,13)
C0M56Y76K13 
(0%,56%,76%,13%)
(0.00/0.56/0.76/0.13)	

CMYK percentages

%0
%55.66
%75.57
%13.33

Codes

Color #DD6236 in popluar color models

DD6236
RGB2219854
HSL16°71.06%53.92%
HSB/HSV16°75.57%86.67%
CMYK0.00%55.66%75.57%
13.33%

Color #DD6236 in popluar number systems.

HEXDD6236
Decimal2219854
Binary110111011100010110110
Octal33514266

Shades and tints

Shades of #DD6236

#DD6236
(221,98,54)
#C95A32
(201,90,50)
#B5522E
(181,82,46)
#A14A2A
(161,74,42)
#8D4226
(141,66,38)
#793A22
(121,58,34)
#65321E
(101,50,30)
#512A1A
(81,42,26)
#3D2216
(61,34,22)
#291A12
(41,26,18)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #DD6236

#DD6236
(221,98,54)
#E07048
(224,112,72)
#E37E5A
(227,126,90)
#E68C6C
(230,140,108)
#E99A7E
(233,154,126)
#ECA890
(236,168,144)
#EFB6A2
(239,182,162)
#F2C4B4
(242,196,180)
#F5D2C6
(245,210,198)
#F8E0D8
(248,224,216)
#FBEEEA
(251,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6236 color. Also use rgb(221,98,54) instead hex code.

Text Font Color

.myTextColor { color: #DD6236; }

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

This text font color is #DD6236.


Background Color

.myBgColor { background-color: #DD6236; }

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

This div background color is #DD6236.


Border color

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

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

This div border color is #DD6236.


Opacity

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

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

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

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

This text has shadow with #DD6236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6236 on black background.


Color preview on white background

This text has color #DD6236 on white background.



Black color preview on #DD6236 background

This text has black color on #DD6236 background.


White color preview on #DD6236 background

This text has white color on #DD6236 background.