COLOR #DD6614

HEX: #DD6614
RGB: (221,102,20)

Color info

#DD6614 contains mainly red color. Web safe color of #DD6614 is #CC6600 (or #C60).

RGB color model

#DD6614 color RGB value is (221,102,20).

  • red value is 221;
  • green value is 102;
  • blue value is 20.
RGB:
(221,102,20)
(87%,40%,8%)

RGB channels and saturation

R 221 of 255 = 87%
G 102 of 255 = 40%
B 20 of 255 = 8%

221
102
20

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

Portions of RGB colors in percentages

R + G + B =
221 + 102 + 20 = 343 (100%)
R 221 of 343 ~ 64.43%
G 102 of 343 ~ 29.74%
B 20 of 343 ~ 5.83%

%64.43
%29.74

CMYK color model

#DD6614 color CMYK value is (0,54,91,13).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 90.95%
  • key color value is 13.33%
CMYK:
(0,54,91,13)
C0M54Y91K13 
(0%,54%,91%,13%)
(0.00/0.54/0.91/0.13)	

CMYK percentages

%0
%53.85
%90.95
%13.33

Codes

Color #DD6614 in popluar color models

DD6614
RGB22110220
HSL24°83.40%47.25%
HSB/HSV24°90.95%86.67%
CMYK0.00%53.85%90.95%
13.33%

Color #DD6614 in popluar number systems.

HEXDD6614
Decimal22110220
Binary11011101110011010100
Octal33514624

Shades and tints

Shades of #DD6614

#DD6614
(221,102,20)
#C95D13
(201,93,19)
#B55412
(181,84,18)
#A14B11
(161,75,17)
#8D4210
(141,66,16)
#79390F
(121,57,15)
#65300E
(101,48,14)
#51270D
(81,39,13)
#3D1E0C
(61,30,12)
#29150B
(41,21,11)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #DD6614

#DD6614
(221,102,20)
#E07329
(224,115,41)
#E3803E
(227,128,62)
#E68D53
(230,141,83)
#E99A68
(233,154,104)
#ECA77D
(236,167,125)
#EFB492
(239,180,146)
#F2C1A7
(242,193,167)
#F5CEBC
(245,206,188)
#F8DBD1
(248,219,209)
#FBE8E6
(251,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6614 color. Also use rgb(221,102,20) instead hex code.

Text Font Color

.myTextColor { color: #DD6614; }

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

This text font color is #DD6614.


Background Color

.myBgColor { background-color: #DD6614; }

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

This div background color is #DD6614.


Border color

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

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

This div border color is #DD6614.


Opacity

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

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

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

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

This text has shadow with #DD6614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6614 on black background.


Color preview on white background

This text has color #DD6614 on white background.



Black color preview on #DD6614 background

This text has black color on #DD6614 background.


White color preview on #DD6614 background

This text has white color on #DD6614 background.