COLOR #DD7706

HEX: #DD7706
RGB: (221,119,6)

Color info

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

RGB color model

#DD7706 color RGB value is (221,119,6).

  • red value is 221;
  • green value is 119;
  • blue value is 6.
RGB:
(221,119,6)
(87%,47%,2%)

RGB channels and saturation

R 221 of 255 = 87%
G 119 of 255 = 47%
B 6 of 255 = 2%

221
119
6

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

Portions of RGB colors in percentages

R + G + B =
221 + 119 + 6 = 346 (100%)
R 221 of 346 ~ 63.87%
G 119 of 346 ~ 34.39%
B 6 of 346 ~ 1.73%

%63.87
%34.39

CMYK color model

#DD7706 color CMYK value is (0,46,97,13).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 97.29%
  • key color value is 13.33%
CMYK:
(0,46,97,13)
C0M46Y97K13 
(0%,46%,97%,13%)
(0.00/0.46/0.97/0.13)	

CMYK percentages

%0
%46.15
%97.29
%13.33

Codes

Color #DD7706 in popluar color models

DD7706
RGB2211196
HSL32°94.71%44.51%
HSB/HSV32°97.29%86.67%
CMYK0.00%46.15%97.29%
13.33%

Color #DD7706 in popluar number systems.

HEXDD7706
Decimal2211196
Binary110111011110111110
Octal3351676

Shades and tints

Shades of #DD7706

#DD7706
(221,119,6)
#C96D06
(201,109,6)
#B56306
(181,99,6)
#A15906
(161,89,6)
#8D4F06
(141,79,6)
#794506
(121,69,6)
#653B06
(101,59,6)
#513106
(81,49,6)
#3D2706
(61,39,6)
#291D06
(41,29,6)
#151306
(21,19,6)
#000000
(0,0,0)

Tints of #DD7706

#DD7706
(221,119,6)
#E0831C
(224,131,28)
#E38F32
(227,143,50)
#E69B48
(230,155,72)
#E9A75E
(233,167,94)
#ECB374
(236,179,116)
#EFBF8A
(239,191,138)
#F2CBA0
(242,203,160)
#F5D7B6
(245,215,182)
#F8E3CC
(248,227,204)
#FBEFE2
(251,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7706 color. Also use rgb(221,119,6) instead hex code.

Text Font Color

.myTextColor { color: #DD7706; }

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

This text font color is #DD7706.


Background Color

.myBgColor { background-color: #DD7706; }

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

This div background color is #DD7706.


Border color

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

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

This div border color is #DD7706.


Opacity

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

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

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

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

This text has shadow with #DD7706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7706 on black background.


Color preview on white background

This text has color #DD7706 on white background.



Black color preview on #DD7706 background

This text has black color on #DD7706 background.


White color preview on #DD7706 background

This text has white color on #DD7706 background.