COLOR #DD6D1E

HEX: #DD6D1E
RGB: (221,109,30)

Color info

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

RGB color model

#DD6D1E color RGB value is (221,109,30).

  • red value is 221;
  • green value is 109;
  • blue value is 30.
RGB:
(221,109,30)
(87%,43%,12%)

RGB channels and saturation

R 221 of 255 = 87%
G 109 of 255 = 43%
B 30 of 255 = 12%

221
109
30

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

Portions of RGB colors in percentages

R + G + B =
221 + 109 + 30 = 360 (100%)
R 221 of 360 ~ 61.39%
G 109 of 360 ~ 30.28%
B 30 of 360 ~ 8.33%

%61.39
%30.28

CMYK color model

#DD6D1E color CMYK value is (0,51,86,13).

  • cyan value is 0.00%
  • magenta value is 50.68%
  • yellow value is 86.43%
  • key color value is 13.33%
CMYK:
(0,51,86,13)
C0M51Y86K13 
(0%,51%,86%,13%)
(0.00/0.51/0.86/0.13)	

CMYK percentages

%0
%50.68
%86.43
%13.33

Codes

Color #DD6D1E in popluar color models

DD6D1E
RGB22110930
HSL25°76.10%49.22%
HSB/HSV25°86.43%86.67%
CMYK0.00%50.68%86.43%
13.33%

Color #DD6D1E in popluar number systems.

HEXDD6D1E
Decimal22110930
Binary11011101110110111110
Octal33515536

Shades and tints

Shades of #DD6D1E

#DD6D1E
(221,109,30)
#C9641C
(201,100,28)
#B55B1A
(181,91,26)
#A15218
(161,82,24)
#8D4916
(141,73,22)
#794014
(121,64,20)
#653712
(101,55,18)
#512E10
(81,46,16)
#3D250E
(61,37,14)
#291C0C
(41,28,12)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #DD6D1E

#DD6D1E
(221,109,30)
#E07A32
(224,122,50)
#E38746
(227,135,70)
#E6945A
(230,148,90)
#E9A16E
(233,161,110)
#ECAE82
(236,174,130)
#EFBB96
(239,187,150)
#F2C8AA
(242,200,170)
#F5D5BE
(245,213,190)
#F8E2D2
(248,226,210)
#FBEFE6
(251,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6D1E color. Also use rgb(221,109,30) instead hex code.

Text Font Color

.myTextColor { color: #DD6D1E; }

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

This text font color is #DD6D1E.


Background Color

.myBgColor { background-color: #DD6D1E; }

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

This div background color is #DD6D1E.


Border color

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

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

This div border color is #DD6D1E.


Opacity

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

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

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

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

This text has shadow with #DD6D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6D1E on black background.


Color preview on white background

This text has color #DD6D1E on white background.



Black color preview on #DD6D1E background

This text has black color on #DD6D1E background.


White color preview on #DD6D1E background

This text has white color on #DD6D1E background.