COLOR #D66307

HEX: #D66307
RGB: (214,99,7)

Color info

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

RGB color model

#D66307 color RGB value is (214,99,7).

  • red value is 214;
  • green value is 99;
  • blue value is 7.
RGB:
(214,99,7)
(84%,39%,3%)

RGB channels and saturation

R 214 of 255 = 84%
G 99 of 255 = 39%
B 7 of 255 = 3%

214
99
7

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

Portions of RGB colors in percentages

R + G + B =
214 + 99 + 7 = 320 (100%)
R 214 of 320 ~ 66.88%
G 99 of 320 ~ 30.94%
B 7 of 320 ~ 2.19%

%66.88
%30.94

CMYK color model

#D66307 color CMYK value is (0,54,97,16).

  • cyan value is 0.00%
  • magenta value is 53.74%
  • yellow value is 96.73%
  • key color value is 16.08%
CMYK:
(0,54,97,16)
C0M54Y97K16 
(0%,54%,97%,16%)
(0.00/0.54/0.97/0.16)	

CMYK percentages

%0
%53.74
%96.73
%16.08

Codes

Color #D66307 in popluar color models

D66307
RGB214997
HSL27°93.67%43.33%
HSB/HSV27°96.73%83.92%
CMYK0.00%53.74%96.73%
16.08%

Color #D66307 in popluar number systems.

HEXD66307
Decimal214997
Binary110101101100011111
Octal3261437

Shades and tints

Shades of #D66307

#D66307
(214,99,7)
#C35A07
(195,90,7)
#B05107
(176,81,7)
#9D4807
(157,72,7)
#8A3F07
(138,63,7)
#773607
(119,54,7)
#642D07
(100,45,7)
#512407
(81,36,7)
#3E1B07
(62,27,7)
#2B1207
(43,18,7)
#180907
(24,9,7)
#000000
(0,0,0)

Tints of #D66307

#D66307
(214,99,7)
#D9711D
(217,113,29)
#DC7F33
(220,127,51)
#DF8D49
(223,141,73)
#E29B5F
(226,155,95)
#E5A975
(229,169,117)
#E8B78B
(232,183,139)
#EBC5A1
(235,197,161)
#EED3B7
(238,211,183)
#F1E1CD
(241,225,205)
#F4EFE3
(244,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66307 color. Also use rgb(214,99,7) instead hex code.

Text Font Color

.myTextColor { color: #D66307; }

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

This text font color is #D66307.


Background Color

.myBgColor { background-color: #D66307; }

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

This div background color is #D66307.


Border color

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

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

This div border color is #D66307.


Opacity

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

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

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

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

This text has shadow with #D66307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66307 on black background.


Color preview on white background

This text has color #D66307 on white background.



Black color preview on #D66307 background

This text has black color on #D66307 background.


White color preview on #D66307 background

This text has white color on #D66307 background.