COLOR #DD8E65

HEX: #DD8E65
RGB: (221,142,101)

Color info

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

RGB color model

#DD8E65 color RGB value is (221,142,101).

  • red value is 221;
  • green value is 142;
  • blue value is 101.
RGB:
(221,142,101)
(87%,56%,40%)

RGB channels and saturation

R 221 of 255 = 87%
G 142 of 255 = 56%
B 101 of 255 = 40%

221
142
101

R + G + B ~ 61%. #DD8E65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 142 + 101 = 464 (100%)
R 221 of 464 ~ 47.63%
G 142 of 464 ~ 30.6%
B 101 of 464 ~ 21.77%

%47.63
%30.6
%21.77

CMYK color model

#DD8E65 color CMYK value is (0,36,54,13).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 54.30%
  • key color value is 13.33%
CMYK:
(0,36,54,13)
C0M36Y54K13 
(0%,36%,54%,13%)
(0.00/0.36/0.54/0.13)	

CMYK percentages

%0
%35.75
%54.3
%13.33

Codes

Color #DD8E65 in popluar color models

DD8E65
RGB221142101
HSL21°63.83%63.14%
HSB/HSV21°54.30%86.67%
CMYK0.00%35.75%54.30%
13.33%

Color #DD8E65 in popluar number systems.

HEXDD8E65
Decimal221142101
Binary11011101100011101100101
Octal335216145

Shades and tints

Shades of #DD8E65

#DD8E65
(221,142,101)
#C9825C
(201,130,92)
#B57653
(181,118,83)
#A16A4A
(161,106,74)
#8D5E41
(141,94,65)
#795238
(121,82,56)
#65462F
(101,70,47)
#513A26
(81,58,38)
#3D2E1D
(61,46,29)
#292214
(41,34,20)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #DD8E65

#DD8E65
(221,142,101)
#E09873
(224,152,115)
#E3A281
(227,162,129)
#E6AC8F
(230,172,143)
#E9B69D
(233,182,157)
#ECC0AB
(236,192,171)
#EFCAB9
(239,202,185)
#F2D4C7
(242,212,199)
#F5DED5
(245,222,213)
#F8E8E3
(248,232,227)
#FBF2F1
(251,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8E65 color. Also use rgb(221,142,101) instead hex code.

Text Font Color

.myTextColor { color: #DD8E65; }

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

This text font color is #DD8E65.


Background Color

.myBgColor { background-color: #DD8E65; }

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

This div background color is #DD8E65.


Border color

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

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

This div border color is #DD8E65.


Opacity

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

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

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

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

This text has shadow with #DD8E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8E65 on black background.


Color preview on white background

This text has color #DD8E65 on white background.



Black color preview on #DD8E65 background

This text has black color on #DD8E65 background.


White color preview on #DD8E65 background

This text has white color on #DD8E65 background.