COLOR #DD8D53

HEX: #DD8D53 RGB: (221,141,83)

Color info

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

RGB color model

#DD8D53 color RGB value is (221,141,83).

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

RGB channels and saturation

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

221
141
83

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

Portions of RGB colors in percentages

R + G + B = 221 + 141 + 83 = 445 (100%)
R 221 of 445 ~ 49.66%
G 141 of 445 ~ 31.69%
B 83 of 445 ~ 18.65'%

%49.66
%31.69
%18.65

CMYK color model

#DD8D53 color CMYK value is (0,36,62,13).

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 62.44%
  • key color value is 13.33%

CMYK: (0,36,62,13)
C0M36Y62K13 (0%, 36%, 62%, 13%)
(0.00 / 0.36 / 0.62 / 0.13)

CMYK percentages

%0
%36.2
%62.44
%13.33

Codes

Color #DD8D53 in popluar color models

DD 8D 53
RGB 221 141 83
HSL 25° 66.99% 59.61%
HSB/HSV 25° 62.44% 86.67%
CMYK 0.00% 36.20% 62.44%
13.33%

Color #DD8D53 in popluar number systems.

HEX DD 8D 53
Decimal 221 141 83
Binary 11011101 10001101 1010011
Octal 335 215 123

Shades and tints

Shades of #DD8D53

#DD8D53
(221,141,83)
#C9814C
(201,129,76)
#B57545
(181,117,69)
#A1693E
(161,105,62)
#8D5D37
(141,93,55)
#795130
(121,81,48)
#654529
(101,69,41)
#513922
(81,57,34)
#3D2D1B
(61,45,27)
#292114
(41,33,20)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #DD8D53

#DD8D53
(221,141,83)
#E09762
(224,151,98)
#E3A171
(227,161,113)
#E6AB80
(230,171,128)
#E9B58F
(233,181,143)
#ECBF9E
(236,191,158)
#EFC9AD
(239,201,173)
#F2D3BC
(242,211,188)
#F5DDCB
(245,221,203)
#F8E7DA
(248,231,218)
#FBF1E9
(251,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8D53; }

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

This text font color is #DD8D53.

Background Color

.myBgColor { background-color: #DD8D53; }

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

This div background color is #DD8D53.

Border color

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

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

This div border color is #DD8D53.

Opacity

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

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

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

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

This text has shadow with #DD8D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD8D53.

Preview

Color preview on black background

This text has color #DD8D53 on black background.


Color preview on white background

This text has color #DD8D53 on white background.


Black color preview on #DD8D53 background

This text has black color on #DD8D53 background.


White color preview on #DD8D53 background

This text has white color on #DD8D53 background.


Related colors

Complementary color

Complementary color for #hex is #2272AC.


I love getcolorcode.com

Triadic colors

1 #53DD8D and #8D53DD with #DD8D53 are triadic colors.

2 #538DDD and #8DDD53 with #DD8D53 are triadic colors.