COLOR #DD8145

HEX: #DD8145
RGB: (221,129,69)

Color info

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

RGB color model

#DD8145 color RGB value is (221,129,69).

  • red value is 221;
  • green value is 129;
  • blue value is 69.
RGB:
(221,129,69)
(87%,51%,27%)

RGB channels and saturation

R 221 of 255 = 87%
G 129 of 255 = 51%
B 69 of 255 = 27%

221
129
69

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

Portions of RGB colors in percentages

R + G + B =
221 + 129 + 69 = 419 (100%)
R 221 of 419 ~ 52.74%
G 129 of 419 ~ 30.79%
B 69 of 419 ~ 16.47%

%52.74
%30.79
%16.47

CMYK color model

#DD8145 color CMYK value is (0,42,69,13).

  • cyan value is 0.00%
  • magenta value is 41.63%
  • yellow value is 68.78%
  • key color value is 13.33%
CMYK:
(0,42,69,13)
C0M42Y69K13 
(0%,42%,69%,13%)
(0.00/0.42/0.69/0.13)	

CMYK percentages

%0
%41.63
%68.78
%13.33

Codes

Color #DD8145 in popluar color models

DD8145
RGB22112969
HSL24°69.09%56.86%
HSB/HSV24°68.78%86.67%
CMYK0.00%41.63%68.78%
13.33%

Color #DD8145 in popluar number systems.

HEXDD8145
Decimal22112969
Binary11011101100000011000101
Octal335201105

Shades and tints

Shades of #DD8145

#DD8145
(221,129,69)
#C9763F
(201,118,63)
#B56B39
(181,107,57)
#A16033
(161,96,51)
#8D552D
(141,85,45)
#794A27
(121,74,39)
#653F21
(101,63,33)
#51341B
(81,52,27)
#3D2915
(61,41,21)
#291E0F
(41,30,15)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #DD8145

#DD8145
(221,129,69)
#E08C55
(224,140,85)
#E39765
(227,151,101)
#E6A275
(230,162,117)
#E9AD85
(233,173,133)
#ECB895
(236,184,149)
#EFC3A5
(239,195,165)
#F2CEB5
(242,206,181)
#F5D9C5
(245,217,197)
#F8E4D5
(248,228,213)
#FBEFE5
(251,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8145 color. Also use rgb(221,129,69) instead hex code.

Text Font Color

.myTextColor { color: #DD8145; }

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

This text font color is #DD8145.


Background Color

.myBgColor { background-color: #DD8145; }

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

This div background color is #DD8145.


Border color

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

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

This div border color is #DD8145.


Opacity

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

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

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

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

This text has shadow with #DD8145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8145 on black background.


Color preview on white background

This text has color #DD8145 on white background.



Black color preview on #DD8145 background

This text has black color on #DD8145 background.


White color preview on #DD8145 background

This text has white color on #DD8145 background.