COLOR #DD7230

HEX: #DD7230
RGB: (221,114,48)

Color info

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

RGB color model

#DD7230 color RGB value is (221,114,48).

  • red value is 221;
  • green value is 114;
  • blue value is 48.
RGB:
(221,114,48)
(87%,45%,19%)

RGB channels and saturation

R 221 of 255 = 87%
G 114 of 255 = 45%
B 48 of 255 = 19%

221
114
48

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

Portions of RGB colors in percentages

R + G + B =
221 + 114 + 48 = 383 (100%)
R 221 of 383 ~ 57.7%
G 114 of 383 ~ 29.77%
B 48 of 383 ~ 12.53%

%57.7
%29.77
%12.53

CMYK color model

#DD7230 color CMYK value is (0,48,78,13).

  • cyan value is 0.00%
  • magenta value is 48.42%
  • yellow value is 78.28%
  • key color value is 13.33%
CMYK:
(0,48,78,13)
C0M48Y78K13 
(0%,48%,78%,13%)
(0.00/0.48/0.78/0.13)	

CMYK percentages

%0
%48.42
%78.28
%13.33

Codes

Color #DD7230 in popluar color models

DD7230
RGB22111448
HSL23°71.78%52.75%
HSB/HSV23°78.28%86.67%
CMYK0.00%48.42%78.28%
13.33%

Color #DD7230 in popluar number systems.

HEXDD7230
Decimal22111448
Binary110111011110010110000
Octal33516260

Shades and tints

Shades of #DD7230

#DD7230
(221,114,48)
#C9682C
(201,104,44)
#B55E28
(181,94,40)
#A15424
(161,84,36)
#8D4A20
(141,74,32)
#79401C
(121,64,28)
#653618
(101,54,24)
#512C14
(81,44,20)
#3D2210
(61,34,16)
#29180C
(41,24,12)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #DD7230

#DD7230
(221,114,48)
#E07E42
(224,126,66)
#E38A54
(227,138,84)
#E69666
(230,150,102)
#E9A278
(233,162,120)
#ECAE8A
(236,174,138)
#EFBA9C
(239,186,156)
#F2C6AE
(242,198,174)
#F5D2C0
(245,210,192)
#F8DED2
(248,222,210)
#FBEAE4
(251,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7230 color. Also use rgb(221,114,48) instead hex code.

Text Font Color

.myTextColor { color: #DD7230; }

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

This text font color is #DD7230.


Background Color

.myBgColor { background-color: #DD7230; }

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

This div background color is #DD7230.


Border color

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

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

This div border color is #DD7230.


Opacity

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

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

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

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

This text has shadow with #DD7230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7230 on black background.


Color preview on white background

This text has color #DD7230 on white background.



Black color preview on #DD7230 background

This text has black color on #DD7230 background.


White color preview on #DD7230 background

This text has white color on #DD7230 background.