COLOR #DD863F

HEX: #DD863F
RGB: (221,134,63)

Color info

#DD863F contains mainly red color. Web safe color of #DD863F is #CC9933 (or #C93).

RGB color model

#DD863F color RGB value is (221,134,63).

  • red value is 221;
  • green value is 134;
  • blue value is 63.
RGB:
(221,134,63)
(87%,53%,25%)

RGB channels and saturation

R 221 of 255 = 87%
G 134 of 255 = 53%
B 63 of 255 = 25%

221
134
63

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

Portions of RGB colors in percentages

R + G + B =
221 + 134 + 63 = 418 (100%)
R 221 of 418 ~ 52.87%
G 134 of 418 ~ 32.06%
B 63 of 418 ~ 15.07%

%52.87
%32.06
%15.07

CMYK color model

#DD863F color CMYK value is (0,39,71,13).

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 71.49%
  • key color value is 13.33%
CMYK:
(0,39,71,13)
C0M39Y71K13 
(0%,39%,71%,13%)
(0.00/0.39/0.71/0.13)	

CMYK percentages

%0
%39.37
%71.49
%13.33

Codes

Color #DD863F in popluar color models

DD863F
RGB22113463
HSL27°69.91%55.69%
HSB/HSV27°71.49%86.67%
CMYK0.00%39.37%71.49%
13.33%

Color #DD863F in popluar number systems.

HEXDD863F
Decimal22113463
Binary1101110110000110111111
Octal33520677

Shades and tints

Shades of #DD863F

#DD863F
(221,134,63)
#C97A3A
(201,122,58)
#B56E35
(181,110,53)
#A16230
(161,98,48)
#8D562B
(141,86,43)
#794A26
(121,74,38)
#653E21
(101,62,33)
#51321C
(81,50,28)
#3D2617
(61,38,23)
#291A12
(41,26,18)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #DD863F

#DD863F
(221,134,63)
#E09150
(224,145,80)
#E39C61
(227,156,97)
#E6A772
(230,167,114)
#E9B283
(233,178,131)
#ECBD94
(236,189,148)
#EFC8A5
(239,200,165)
#F2D3B6
(242,211,182)
#F5DEC7
(245,222,199)
#F8E9D8
(248,233,216)
#FBF4E9
(251,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD863F color. Also use rgb(221,134,63) instead hex code.

Text Font Color

.myTextColor { color: #DD863F; }

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

This text font color is #DD863F.


Background Color

.myBgColor { background-color: #DD863F; }

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

This div background color is #DD863F.


Border color

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

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

This div border color is #DD863F.


Opacity

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

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

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

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

This text has shadow with #DD863F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD863F on black background.


Color preview on white background

This text has color #DD863F on white background.



Black color preview on #DD863F background

This text has black color on #DD863F background.


White color preview on #DD863F background

This text has white color on #DD863F background.