COLOR #DD837E

HEX: #DD837E
RGB: (221,131,126)

Color info

#DD837E contains mainly red color. Web safe color of #DD837E is #CC9966 (or #C96).

RGB color model

#DD837E color RGB value is (221,131,126).

  • red value is 221;
  • green value is 131;
  • blue value is 126.
RGB:
(221,131,126)
(87%,51%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 131 of 255 = 51%
B 126 of 255 = 49%

221
131
126

R + G + B ~ 62%. #DD837E is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 131 + 126 = 478 (100%)
R 221 of 478 ~ 46.23%
G 131 of 478 ~ 27.41%
B 126 of 478 ~ 26.36%

%46.23
%27.41
%26.36

CMYK color model

#DD837E color CMYK value is (0,41,43,13).

  • cyan value is 0.00%
  • magenta value is 40.72%
  • yellow value is 42.99%
  • key color value is 13.33%
CMYK:
(0,41,43,13)
C0M41Y43K13 
(0%,41%,43%,13%)
(0.00/0.41/0.43/0.13)	

CMYK percentages

%0
%40.72
%42.99
%13.33

Codes

Color #DD837E in popluar color models

DD837E
RGB221131126
HSL58.28%68.04%
HSB/HSV42.99%86.67%
CMYK0.00%40.72%42.99%
13.33%

Color #DD837E in popluar number systems.

HEXDD837E
Decimal221131126
Binary11011101100000111111110
Octal335203176

Shades and tints

Shades of #DD837E

#DD837E
(221,131,126)
#C97873
(201,120,115)
#B56D68
(181,109,104)
#A1625D
(161,98,93)
#8D5752
(141,87,82)
#794C47
(121,76,71)
#65413C
(101,65,60)
#513631
(81,54,49)
#3D2B26
(61,43,38)
#29201B
(41,32,27)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #DD837E

#DD837E
(221,131,126)
#E08E89
(224,142,137)
#E39994
(227,153,148)
#E6A49F
(230,164,159)
#E9AFAA
(233,175,170)
#ECBAB5
(236,186,181)
#EFC5C0
(239,197,192)
#F2D0CB
(242,208,203)
#F5DBD6
(245,219,214)
#F8E6E1
(248,230,225)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD837E color. Also use rgb(221,131,126) instead hex code.

Text Font Color

.myTextColor { color: #DD837E; }

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

This text font color is #DD837E.


Background Color

.myBgColor { background-color: #DD837E; }

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

This div background color is #DD837E.


Border color

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

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

This div border color is #DD837E.


Opacity

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

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

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

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

This text has shadow with #DD837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD837E on black background.


Color preview on white background

This text has color #DD837E on white background.



Black color preview on #DD837E background

This text has black color on #DD837E background.


White color preview on #DD837E background

This text has white color on #DD837E background.