COLOR #D06F05

HEX: #D06F05
RGB: (208,111,5)

Color info

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

RGB color model

#D06F05 color RGB value is (208,111,5).

  • red value is 208;
  • green value is 111;
  • blue value is 5.
RGB:
(208,111,5)
(82%,44%,2%)

RGB channels and saturation

R 208 of 255 = 82%
G 111 of 255 = 44%
B 5 of 255 = 2%

208
111
5

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

Portions of RGB colors in percentages

R + G + B =
208 + 111 + 5 = 324 (100%)
R 208 of 324 ~ 64.2%
G 111 of 324 ~ 34.26%
B 5 of 324 ~ 1.54%

%64.2
%34.26

CMYK color model

#D06F05 color CMYK value is (0,47,98,18).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 97.60%
  • key color value is 18.43%
CMYK:
(0,47,98,18)
C0M47Y98K18 
(0%,47%,98%,18%)
(0.00/0.47/0.98/0.18)	

CMYK percentages

%0
%46.63
%97.6
%18.43

Codes

Color #D06F05 in popluar color models

D06F05
RGB2081115
HSL31°95.31%41.76%
HSB/HSV31°97.60%81.57%
CMYK0.00%46.63%97.60%
18.43%

Color #D06F05 in popluar number systems.

HEXD06F05
Decimal2081115
Binary110100001101111101
Octal3201575

Shades and tints

Shades of #D06F05

#D06F05
(208,111,5)
#BE6505
(190,101,5)
#AC5B05
(172,91,5)
#9A5105
(154,81,5)
#884705
(136,71,5)
#763D05
(118,61,5)
#643305
(100,51,5)
#522905
(82,41,5)
#401F05
(64,31,5)
#2E1505
(46,21,5)
#1C0B05
(28,11,5)
#000000
(0,0,0)

Tints of #D06F05

#D06F05
(208,111,5)
#D47C1B
(212,124,27)
#D88931
(216,137,49)
#DC9647
(220,150,71)
#E0A35D
(224,163,93)
#E4B073
(228,176,115)
#E8BD89
(232,189,137)
#ECCA9F
(236,202,159)
#F0D7B5
(240,215,181)
#F4E4CB
(244,228,203)
#F8F1E1
(248,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06F05 color. Also use rgb(208,111,5) instead hex code.

Text Font Color

.myTextColor { color: #D06F05; }

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

This text font color is #D06F05.


Background Color

.myBgColor { background-color: #D06F05; }

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

This div background color is #D06F05.


Border color

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

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

This div border color is #D06F05.


Opacity

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

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

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

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

This text has shadow with #D06F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06F05 on black background.


Color preview on white background

This text has color #D06F05 on white background.



Black color preview on #D06F05 background

This text has black color on #D06F05 background.


White color preview on #D06F05 background

This text has white color on #D06F05 background.