COLOR #DD7841

HEX: #DD7841
RGB: (221,120,65)

Color info

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

RGB color model

#DD7841 color RGB value is (221,120,65).

  • red value is 221;
  • green value is 120;
  • blue value is 65.
RGB:
(221,120,65)
(87%,47%,25%)

RGB channels and saturation

R 221 of 255 = 87%
G 120 of 255 = 47%
B 65 of 255 = 25%

221
120
65

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

Portions of RGB colors in percentages

R + G + B =
221 + 120 + 65 = 406 (100%)
R 221 of 406 ~ 54.43%
G 120 of 406 ~ 29.56%
B 65 of 406 ~ 16.01%

%54.43
%29.56
%16.01

CMYK color model

#DD7841 color CMYK value is (0,46,71,13).

  • cyan value is 0.00%
  • magenta value is 45.70%
  • yellow value is 70.59%
  • key color value is 13.33%
CMYK:
(0,46,71,13)
C0M46Y71K13 
(0%,46%,71%,13%)
(0.00/0.46/0.71/0.13)	

CMYK percentages

%0
%45.7
%70.59
%13.33

Codes

Color #DD7841 in popluar color models

DD7841
RGB22112065
HSL21°69.64%56.08%
HSB/HSV21°70.59%86.67%
CMYK0.00%45.70%70.59%
13.33%

Color #DD7841 in popluar number systems.

HEXDD7841
Decimal22112065
Binary1101110111110001000001
Octal335170101

Shades and tints

Shades of #DD7841

#DD7841
(221,120,65)
#C96E3C
(201,110,60)
#B56437
(181,100,55)
#A15A32
(161,90,50)
#8D502D
(141,80,45)
#794628
(121,70,40)
#653C23
(101,60,35)
#51321E
(81,50,30)
#3D2819
(61,40,25)
#291E14
(41,30,20)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #DD7841

#DD7841
(221,120,65)
#E08452
(224,132,82)
#E39063
(227,144,99)
#E69C74
(230,156,116)
#E9A885
(233,168,133)
#ECB496
(236,180,150)
#EFC0A7
(239,192,167)
#F2CCB8
(242,204,184)
#F5D8C9
(245,216,201)
#F8E4DA
(248,228,218)
#FBF0EB
(251,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7841 color. Also use rgb(221,120,65) instead hex code.

Text Font Color

.myTextColor { color: #DD7841; }

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

This text font color is #DD7841.


Background Color

.myBgColor { background-color: #DD7841; }

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

This div background color is #DD7841.


Border color

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

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

This div border color is #DD7841.


Opacity

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

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

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

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

This text has shadow with #DD7841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7841 on black background.


Color preview on white background

This text has color #DD7841 on white background.



Black color preview on #DD7841 background

This text has black color on #DD7841 background.


White color preview on #DD7841 background

This text has white color on #DD7841 background.