COLOR #DD534D

HEX: #DD534D
RGB: (221,83,77)

Color info

#DD534D contains mainly red color. Web safe color of #DD534D is #CC6633 (or #C63).

RGB color model

#DD534D color RGB value is (221,83,77).

  • red value is 221;
  • green value is 83;
  • blue value is 77.
RGB:
(221,83,77)
(87%,33%,30%)

RGB channels and saturation

R 221 of 255 = 87%
G 83 of 255 = 33%
B 77 of 255 = 30%

221
83
77

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

Portions of RGB colors in percentages

R + G + B =
221 + 83 + 77 = 381 (100%)
R 221 of 381 ~ 58.01%
G 83 of 381 ~ 21.78%
B 77 of 381 ~ 20.21%

%58.01
%21.78
%20.21

CMYK color model

#DD534D color CMYK value is (0,62,65,13).

  • cyan value is 0.00%
  • magenta value is 62.44%
  • yellow value is 65.16%
  • key color value is 13.33%
CMYK:
(0,62,65,13)
C0M62Y65K13 
(0%,62%,65%,13%)
(0.00/0.62/0.65/0.13)	

CMYK percentages

%0
%62.44
%65.16
%13.33

Codes

Color #DD534D in popluar color models

DD534D
RGB2218377
HSL67.92%58.43%
HSB/HSV65.16%86.67%
CMYK0.00%62.44%65.16%
13.33%

Color #DD534D in popluar number systems.

HEXDD534D
Decimal2218377
Binary1101110110100111001101
Octal335123115

Shades and tints

Shades of #DD534D

#DD534D
(221,83,77)
#C94C46
(201,76,70)
#B5453F
(181,69,63)
#A13E38
(161,62,56)
#8D3731
(141,55,49)
#79302A
(121,48,42)
#652923
(101,41,35)
#51221C
(81,34,28)
#3D1B15
(61,27,21)
#29140E
(41,20,14)
#150D07
(21,13,7)
#000000
(0,0,0)

Tints of #DD534D

#DD534D
(221,83,77)
#E0625D
(224,98,93)
#E3716D
(227,113,109)
#E6807D
(230,128,125)
#E98F8D
(233,143,141)
#EC9E9D
(236,158,157)
#EFADAD
(239,173,173)
#F2BCBD
(242,188,189)
#F5CBCD
(245,203,205)
#F8DADD
(248,218,221)
#FBE9ED
(251,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD534D; }

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

This text font color is #DD534D.


Background Color

.myBgColor { background-color: #DD534D; }

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

This div background color is #DD534D.


Border color

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

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

This div border color is #DD534D.


Opacity

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

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

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

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

This text has shadow with #DD534D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD534D on black background.


Color preview on white background

This text has color #DD534D on white background.



Black color preview on #DD534D background

This text has black color on #DD534D background.


White color preview on #DD534D background

This text has white color on #DD534D background.