COLOR #DD6F30

HEX: #DD6F30
RGB: (221,111,48)

Color info

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

RGB color model

#DD6F30 color RGB value is (221,111,48).

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

RGB channels and saturation

R 221 of 255 = 87%
G 111 of 255 = 44%
B 48 of 255 = 19%

221
111
48

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

Portions of RGB colors in percentages

R + G + B =
221 + 111 + 48 = 380 (100%)
R 221 of 380 ~ 58.16%
G 111 of 380 ~ 29.21%
B 48 of 380 ~ 12.63%

%58.16
%29.21
%12.63

CMYK color model

#DD6F30 color CMYK value is (0,50,78,13).

  • cyan value is 0.00%
  • magenta value is 49.77%
  • yellow value is 78.28%
  • key color value is 13.33%
CMYK:
(0,50,78,13)
C0M50Y78K13 
(0%,50%,78%,13%)
(0.00/0.50/0.78/0.13)	

CMYK percentages

%0
%49.77
%78.28
%13.33

Codes

Color #DD6F30 in popluar color models

DD6F30
RGB22111148
HSL22°71.78%52.75%
HSB/HSV22°78.28%86.67%
CMYK0.00%49.77%78.28%
13.33%

Color #DD6F30 in popluar number systems.

HEXDD6F30
Decimal22111148
Binary110111011101111110000
Octal33515760

Shades and tints

Shades of #DD6F30

#DD6F30
(221,111,48)
#C9652C
(201,101,44)
#B55B28
(181,91,40)
#A15124
(161,81,36)
#8D4720
(141,71,32)
#793D1C
(121,61,28)
#653318
(101,51,24)
#512914
(81,41,20)
#3D1F10
(61,31,16)
#29150C
(41,21,12)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #DD6F30

#DD6F30
(221,111,48)
#E07C42
(224,124,66)
#E38954
(227,137,84)
#E69666
(230,150,102)
#E9A378
(233,163,120)
#ECB08A
(236,176,138)
#EFBD9C
(239,189,156)
#F2CAAE
(242,202,174)
#F5D7C0
(245,215,192)
#F8E4D2
(248,228,210)
#FBF1E4
(251,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD6F30; }

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

This text font color is #DD6F30.


Background Color

.myBgColor { background-color: #DD6F30; }

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

This div background color is #DD6F30.


Border color

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

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

This div border color is #DD6F30.


Opacity

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

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

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

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

This text has shadow with #DD6F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6F30 on black background.


Color preview on white background

This text has color #DD6F30 on white background.



Black color preview on #DD6F30 background

This text has black color on #DD6F30 background.


White color preview on #DD6F30 background

This text has white color on #DD6F30 background.