COLOR #DD804E

HEX: #DD804E
RGB: (221,128,78)

Color info

#DD804E contains mainly red color. Web safe color of #DD804E is #CC6666 (or #C66).

RGB color model

#DD804E color RGB value is (221,128,78).

  • red value is 221;
  • green value is 128;
  • blue value is 78.
RGB:
(221,128,78)
(87%,50%,31%)

RGB channels and saturation

R 221 of 255 = 87%
G 128 of 255 = 50%
B 78 of 255 = 31%

221
128
78

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

Portions of RGB colors in percentages

R + G + B =
221 + 128 + 78 = 427 (100%)
R 221 of 427 ~ 51.76%
G 128 of 427 ~ 29.98%
B 78 of 427 ~ 18.27%

%51.76
%29.98
%18.27

CMYK color model

#DD804E color CMYK value is (0,42,65,13).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 64.71%
  • key color value is 13.33%
CMYK:
(0,42,65,13)
C0M42Y65K13 
(0%,42%,65%,13%)
(0.00/0.42/0.65/0.13)	

CMYK percentages

%0
%42.08
%64.71
%13.33

Codes

Color #DD804E in popluar color models

DD804E
RGB22112878
HSL21°67.77%58.63%
HSB/HSV21°64.71%86.67%
CMYK0.00%42.08%64.71%
13.33%

Color #DD804E in popluar number systems.

HEXDD804E
Decimal22112878
Binary11011101100000001001110
Octal335200116

Shades and tints

Shades of #DD804E

#DD804E
(221,128,78)
#C97547
(201,117,71)
#B56A40
(181,106,64)
#A15F39
(161,95,57)
#8D5432
(141,84,50)
#79492B
(121,73,43)
#653E24
(101,62,36)
#51331D
(81,51,29)
#3D2816
(61,40,22)
#291D0F
(41,29,15)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #DD804E

#DD804E
(221,128,78)
#E08B5E
(224,139,94)
#E3966E
(227,150,110)
#E6A17E
(230,161,126)
#E9AC8E
(233,172,142)
#ECB79E
(236,183,158)
#EFC2AE
(239,194,174)
#F2CDBE
(242,205,190)
#F5D8CE
(245,216,206)
#F8E3DE
(248,227,222)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD804E color. Also use rgb(221,128,78) instead hex code.

Text Font Color

.myTextColor { color: #DD804E; }

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

This text font color is #DD804E.


Background Color

.myBgColor { background-color: #DD804E; }

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

This div background color is #DD804E.


Border color

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

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

This div border color is #DD804E.


Opacity

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

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

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

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

This text has shadow with #DD804E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD804E on black background.


Color preview on white background

This text has color #DD804E on white background.



Black color preview on #DD804E background

This text has black color on #DD804E background.


White color preview on #DD804E background

This text has white color on #DD804E background.