COLOR #DD8F65

HEX: #DD8F65
RGB: (221,143,101)

Color info

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

RGB color model

#DD8F65 color RGB value is (221,143,101).

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

RGB channels and saturation

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

221
143
101

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

Portions of RGB colors in percentages

R + G + B =
221 + 143 + 101 = 465 (100%)
R 221 of 465 ~ 47.53%
G 143 of 465 ~ 30.75%
B 101 of 465 ~ 21.72%

%47.53
%30.75
%21.72

CMYK color model

#DD8F65 color CMYK value is (0,35,54,13).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 54.30%
  • key color value is 13.33%
CMYK:
(0,35,54,13)
C0M35Y54K13 
(0%,35%,54%,13%)
(0.00/0.35/0.54/0.13)	

CMYK percentages

%0
%35.29
%54.3
%13.33

Codes

Color #DD8F65 in popluar color models

DD8F65
RGB221143101
HSL21°63.83%63.14%
HSB/HSV21°54.30%86.67%
CMYK0.00%35.29%54.30%
13.33%

Color #DD8F65 in popluar number systems.

HEXDD8F65
Decimal221143101
Binary11011101100011111100101
Octal335217145

Shades and tints

Shades of #DD8F65

#DD8F65
(221,143,101)
#C9825C
(201,130,92)
#B57553
(181,117,83)
#A1684A
(161,104,74)
#8D5B41
(141,91,65)
#794E38
(121,78,56)
#65412F
(101,65,47)
#513426
(81,52,38)
#3D271D
(61,39,29)
#291A14
(41,26,20)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #DD8F65

#DD8F65
(221,143,101)
#E09973
(224,153,115)
#E3A381
(227,163,129)
#E6AD8F
(230,173,143)
#E9B79D
(233,183,157)
#ECC1AB
(236,193,171)
#EFCBB9
(239,203,185)
#F2D5C7
(242,213,199)
#F5DFD5
(245,223,213)
#F8E9E3
(248,233,227)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8F65; }

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

This text font color is #DD8F65.


Background Color

.myBgColor { background-color: #DD8F65; }

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

This div background color is #DD8F65.


Border color

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

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

This div border color is #DD8F65.


Opacity

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

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

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

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

This text has shadow with #DD8F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8F65 on black background.


Color preview on white background

This text has color #DD8F65 on white background.



Black color preview on #DD8F65 background

This text has black color on #DD8F65 background.


White color preview on #DD8F65 background

This text has white color on #DD8F65 background.