COLOR #D07F06

HEX: #D07F06
RGB: (208,127,6)

Color info

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

RGB color model

#D07F06 color RGB value is (208,127,6).

  • red value is 208;
  • green value is 127;
  • blue value is 6.
RGB:
(208,127,6)
(82%,50%,2%)

RGB channels and saturation

R 208 of 255 = 82%
G 127 of 255 = 50%
B 6 of 255 = 2%

208
127
6

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

Portions of RGB colors in percentages

R + G + B =
208 + 127 + 6 = 341 (100%)
R 208 of 341 ~ 61%
G 127 of 341 ~ 37.24%
B 6 of 341 ~ 1.76%

%61
%37.24

CMYK color model

#D07F06 color CMYK value is (0,39,97,18).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 97.12%
  • key color value is 18.43%
CMYK:
(0,39,97,18)
C0M39Y97K18 
(0%,39%,97%,18%)
(0.00/0.39/0.97/0.18)	

CMYK percentages

%0
%38.94
%97.12
%18.43

Codes

Color #D07F06 in popluar color models

D07F06
RGB2081276
HSL36°94.39%41.96%
HSB/HSV36°97.12%81.57%
CMYK0.00%38.94%97.12%
18.43%

Color #D07F06 in popluar number systems.

HEXD07F06
Decimal2081276
Binary110100001111111110
Octal3201776

Shades and tints

Shades of #D07F06

#D07F06
(208,127,6)
#BE7406
(190,116,6)
#AC6906
(172,105,6)
#9A5E06
(154,94,6)
#885306
(136,83,6)
#764806
(118,72,6)
#643D06
(100,61,6)
#523206
(82,50,6)
#402706
(64,39,6)
#2E1C06
(46,28,6)
#1C1106
(28,17,6)
#000000
(0,0,0)

Tints of #D07F06

#D07F06
(208,127,6)
#D48A1C
(212,138,28)
#D89532
(216,149,50)
#DCA048
(220,160,72)
#E0AB5E
(224,171,94)
#E4B674
(228,182,116)
#E8C18A
(232,193,138)
#ECCCA0
(236,204,160)
#F0D7B6
(240,215,182)
#F4E2CC
(244,226,204)
#F8EDE2
(248,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07F06 color. Also use rgb(208,127,6) instead hex code.

Text Font Color

.myTextColor { color: #D07F06; }

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

This text font color is #D07F06.


Background Color

.myBgColor { background-color: #D07F06; }

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

This div background color is #D07F06.


Border color

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

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

This div border color is #D07F06.


Opacity

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

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

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

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

This text has shadow with #D07F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07F06 on black background.


Color preview on white background

This text has color #D07F06 on white background.



Black color preview on #D07F06 background

This text has black color on #D07F06 background.


White color preview on #D07F06 background

This text has white color on #D07F06 background.