COLOR #DD8F58

HEX: #DD8F58
RGB: (221,143,88)

Color info

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

RGB color model

#DD8F58 color RGB value is (221,143,88).

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

RGB channels and saturation

R 221 of 255 = 87%
G 143 of 255 = 56%
B 88 of 255 = 35%

221
143
88

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

Portions of RGB colors in percentages

R + G + B =
221 + 143 + 88 = 452 (100%)
R 221 of 452 ~ 48.89%
G 143 of 452 ~ 31.64%
B 88 of 452 ~ 19.47%

%48.89
%31.64
%19.47

CMYK color model

#DD8F58 color CMYK value is (0,35,60,13).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 60.18%
  • key color value is 13.33%
CMYK:
(0,35,60,13)
C0M35Y60K13 
(0%,35%,60%,13%)
(0.00/0.35/0.60/0.13)	

CMYK percentages

%0
%35.29
%60.18
%13.33

Codes

Color #DD8F58 in popluar color models

DD8F58
RGB22114388
HSL25°66.17%60.59%
HSB/HSV25°60.18%86.67%
CMYK0.00%35.29%60.18%
13.33%

Color #DD8F58 in popluar number systems.

HEXDD8F58
Decimal22114388
Binary11011101100011111011000
Octal335217130

Shades and tints

Shades of #DD8F58

#DD8F58
(221,143,88)
#C98250
(201,130,80)
#B57548
(181,117,72)
#A16840
(161,104,64)
#8D5B38
(141,91,56)
#794E30
(121,78,48)
#654128
(101,65,40)
#513420
(81,52,32)
#3D2718
(61,39,24)
#291A10
(41,26,16)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #DD8F58

#DD8F58
(221,143,88)
#E09967
(224,153,103)
#E3A376
(227,163,118)
#E6AD85
(230,173,133)
#E9B794
(233,183,148)
#ECC1A3
(236,193,163)
#EFCBB2
(239,203,178)
#F2D5C1
(242,213,193)
#F5DFD0
(245,223,208)
#F8E9DF
(248,233,223)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8F58; }

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

This text font color is #DD8F58.


Background Color

.myBgColor { background-color: #DD8F58; }

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

This div background color is #DD8F58.


Border color

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

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

This div border color is #DD8F58.


Opacity

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

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

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

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

This text has shadow with #DD8F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8F58 on black background.


Color preview on white background

This text has color #DD8F58 on white background.



Black color preview on #DD8F58 background

This text has black color on #DD8F58 background.


White color preview on #DD8F58 background

This text has white color on #DD8F58 background.