COLOR #DD8038

HEX: #DD8038
RGB: (221,128,56)

Color info

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

RGB color model

#DD8038 color RGB value is (221,128,56).

  • red value is 221;
  • green value is 128;
  • blue value is 56.
RGB:
(221,128,56)
(87%,50%,22%)

RGB channels and saturation

R 221 of 255 = 87%
G 128 of 255 = 50%
B 56 of 255 = 22%

221
128
56

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

Portions of RGB colors in percentages

R + G + B =
221 + 128 + 56 = 405 (100%)
R 221 of 405 ~ 54.57%
G 128 of 405 ~ 31.6%
B 56 of 405 ~ 13.83%

%54.57
%31.6
%13.83

CMYK color model

#DD8038 color CMYK value is (0,42,75,13).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 74.66%
  • key color value is 13.33%
CMYK:
(0,42,75,13)
C0M42Y75K13 
(0%,42%,75%,13%)
(0.00/0.42/0.75/0.13)	

CMYK percentages

%0
%42.08
%74.66
%13.33

Codes

Color #DD8038 in popluar color models

DD8038
RGB22112856
HSL26°70.82%54.31%
HSB/HSV26°74.66%86.67%
CMYK0.00%42.08%74.66%
13.33%

Color #DD8038 in popluar number systems.

HEXDD8038
Decimal22112856
Binary1101110110000000111000
Octal33520070

Shades and tints

Shades of #DD8038

#DD8038
(221,128,56)
#C97533
(201,117,51)
#B56A2E
(181,106,46)
#A15F29
(161,95,41)
#8D5424
(141,84,36)
#79491F
(121,73,31)
#653E1A
(101,62,26)
#513315
(81,51,21)
#3D2810
(61,40,16)
#291D0B
(41,29,11)
#151206
(21,18,6)
#000000
(0,0,0)

Tints of #DD8038

#DD8038
(221,128,56)
#E08B4A
(224,139,74)
#E3965C
(227,150,92)
#E6A16E
(230,161,110)
#E9AC80
(233,172,128)
#ECB792
(236,183,146)
#EFC2A4
(239,194,164)
#F2CDB6
(242,205,182)
#F5D8C8
(245,216,200)
#F8E3DA
(248,227,218)
#FBEEEC
(251,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8038 color. Also use rgb(221,128,56) instead hex code.

Text Font Color

.myTextColor { color: #DD8038; }

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

This text font color is #DD8038.


Background Color

.myBgColor { background-color: #DD8038; }

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

This div background color is #DD8038.


Border color

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

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

This div border color is #DD8038.


Opacity

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

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

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

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

This text has shadow with #DD8038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8038 on black background.


Color preview on white background

This text has color #DD8038 on white background.



Black color preview on #DD8038 background

This text has black color on #DD8038 background.


White color preview on #DD8038 background

This text has white color on #DD8038 background.