COLOR #DD8B53

HEX: #DD8B53 RGB: (221,139,83)

Color info

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

RGB color model

#DD8B53 color RGB value is (221,139,83).

RGB: (221,139,83) (87%, 55%, 33%)

RGB channels and saturation

R 221 of 255 = 87%
G 139 of 255 = 55%
B 83 of 255 = 33%

221
139
83

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

Portions of RGB colors in percentages

R + G + B = 221 + 139 + 83 = 443 (100%)
R 221 of 443 ~ 49.89%
G 139 of 443 ~ 31.38%
B 83 of 443 ~ 18.74'%

%49.89
%31.38
%18.74

CMYK color model

#DD8B53 color CMYK value is (0,37,62,13).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 62.44%
  • key color value is 13.33%
CMYK: (0,37,62,13) C0M37Y62K13 (0%,37%,62%,13%) (0.00/0.37/0.62/0.13) 

CMYK percentages

%0
%37.1
%62.44
%13.33

Codes

Color #DD8B53 in popluar color models

DD 8B 53
RGB 221 139 83
HSL 24° 66.99% 59.61%
HSB/HSV 24° 62.44% 86.67%
CMYK 0.00% 37.10% 62.44%
13.33%

Color #DD8B53 in popluar number systems.

HEX DD 8B 53
Decimal 221 139 83
Binary 11011101 10001011 1010011
Octal 335 213 123

Shades and tints

Shades of #DD8B53

#DD8B53
(221,139,83)
#C97F4C
(201,127,76)
#B57345
(181,115,69)
#A1673E
(161,103,62)
#8D5B37
(141,91,55)
#794F30
(121,79,48)
#654329
(101,67,41)
#513722
(81,55,34)
#3D2B1B
(61,43,27)
#291F14
(41,31,20)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #DD8B53

#DD8B53
(221,139,83)
#E09562
(224,149,98)
#E39F71
(227,159,113)
#E6A980
(230,169,128)
#E9B38F
(233,179,143)
#ECBD9E
(236,189,158)
#EFC7AD
(239,199,173)
#F2D1BC
(242,209,188)
#F5DBCB
(245,219,203)
#F8E5DA
(248,229,218)
#FBEFE9
(251,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8B53 color. Also use rgb(221,139,83) instead hex code.

Text Font Color

.myTextColor { color: #DD8B53; }

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

This text font color is #DD8B53.

Background Color

.myBgColor { background-color: #DD8B53; }

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

This div background color is #DD8B53.

Border color

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

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

This div border color is #DD8B53.

Opacity

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

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

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

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

This text has shadow with #DD8B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD8B53.

Preview

Color preview on black background

This text has color #DD8B53 on black background.


Color preview on white background

This text has color #DD8B53 on white background.


Black color preview on #DD8B53 background

This text has black color on #DD8B53 background.


White color preview on #DD8B53 background

This text has white color on #DD8B53 background.


Related colors

Complementary color

Complementary color for #hex is #2274AC.


I love getcolorcode.com

Triadic colors

1 #53DD8B and #8B53DD with #DD8B53 are triadic colors.

2 #538BDD and #8BDD53 with #DD8B53 are triadic colors.