COLOR #D66709

HEX: #D66709
RGB: (214,103,9)

Color info

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

RGB color model

#D66709 color RGB value is (214,103,9).

  • red value is 214;
  • green value is 103;
  • blue value is 9.
RGB:
(214,103,9)
(84%,40%,4%)

RGB channels and saturation

R 214 of 255 = 84%
G 103 of 255 = 40%
B 9 of 255 = 4%

214
103
9

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

Portions of RGB colors in percentages

R + G + B =
214 + 103 + 9 = 326 (100%)
R 214 of 326 ~ 65.64%
G 103 of 326 ~ 31.6%
B 9 of 326 ~ 2.76%

%65.64
%31.6

CMYK color model

#D66709 color CMYK value is (0,52,96,16).

  • cyan value is 0.00%
  • magenta value is 51.87%
  • yellow value is 95.79%
  • key color value is 16.08%
CMYK:
(0,52,96,16)
C0M52Y96K16 
(0%,52%,96%,16%)
(0.00/0.52/0.96/0.16)	

CMYK percentages

%0
%51.87
%95.79
%16.08

Codes

Color #D66709 in popluar color models

D66709
RGB2141039
HSL28°91.93%43.73%
HSB/HSV28°95.79%83.92%
CMYK0.00%51.87%95.79%
16.08%

Color #D66709 in popluar number systems.

HEXD66709
Decimal2141039
Binary1101011011001111001
Octal32614711

Shades and tints

Shades of #D66709

#D66709
(214,103,9)
#C35E09
(195,94,9)
#B05509
(176,85,9)
#9D4C09
(157,76,9)
#8A4309
(138,67,9)
#773A09
(119,58,9)
#643109
(100,49,9)
#512809
(81,40,9)
#3E1F09
(62,31,9)
#2B1609
(43,22,9)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #D66709

#D66709
(214,103,9)
#D9741F
(217,116,31)
#DC8135
(220,129,53)
#DF8E4B
(223,142,75)
#E29B61
(226,155,97)
#E5A877
(229,168,119)
#E8B58D
(232,181,141)
#EBC2A3
(235,194,163)
#EECFB9
(238,207,185)
#F1DCCF
(241,220,207)
#F4E9E5
(244,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66709 color. Also use rgb(214,103,9) instead hex code.

Text Font Color

.myTextColor { color: #D66709; }

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

This text font color is #D66709.


Background Color

.myBgColor { background-color: #D66709; }

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

This div background color is #D66709.


Border color

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

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

This div border color is #D66709.


Opacity

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

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

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

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

This text has shadow with #D66709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66709 on black background.


Color preview on white background

This text has color #D66709 on white background.



Black color preview on #D66709 background

This text has black color on #D66709 background.


White color preview on #D66709 background

This text has white color on #D66709 background.