COLOR #D06508

HEX: #D06508
RGB: (208,101,8)

Color info

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

RGB color model

#D06508 color RGB value is (208,101,8).

  • red value is 208;
  • green value is 101;
  • blue value is 8.
RGB:
(208,101,8)
(82%,40%,3%)

RGB channels and saturation

R 208 of 255 = 82%
G 101 of 255 = 40%
B 8 of 255 = 3%

208
101
8

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

Portions of RGB colors in percentages

R + G + B =
208 + 101 + 8 = 317 (100%)
R 208 of 317 ~ 65.62%
G 101 of 317 ~ 31.86%
B 8 of 317 ~ 2.52%

%65.62
%31.86

CMYK color model

#D06508 color CMYK value is (0,51,96,18).

  • cyan value is 0.00%
  • magenta value is 51.44%
  • yellow value is 96.15%
  • key color value is 18.43%
CMYK:
(0,51,96,18)
C0M51Y96K18 
(0%,51%,96%,18%)
(0.00/0.51/0.96/0.18)	

CMYK percentages

%0
%51.44
%96.15
%18.43

Codes

Color #D06508 in popluar color models

D06508
RGB2081018
HSL28°92.59%42.35%
HSB/HSV28°96.15%81.57%
CMYK0.00%51.44%96.15%
18.43%

Color #D06508 in popluar number systems.

HEXD06508
Decimal2081018
Binary1101000011001011000
Octal32014510

Shades and tints

Shades of #D06508

#D06508
(208,101,8)
#BE5C08
(190,92,8)
#AC5308
(172,83,8)
#9A4A08
(154,74,8)
#884108
(136,65,8)
#763808
(118,56,8)
#642F08
(100,47,8)
#522608
(82,38,8)
#401D08
(64,29,8)
#2E1408
(46,20,8)
#1C0B08
(28,11,8)
#000000
(0,0,0)

Tints of #D06508

#D06508
(208,101,8)
#D4731E
(212,115,30)
#D88134
(216,129,52)
#DC8F4A
(220,143,74)
#E09D60
(224,157,96)
#E4AB76
(228,171,118)
#E8B98C
(232,185,140)
#ECC7A2
(236,199,162)
#F0D5B8
(240,213,184)
#F4E3CE
(244,227,206)
#F8F1E4
(248,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06508 color. Also use rgb(208,101,8) instead hex code.

Text Font Color

.myTextColor { color: #D06508; }

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

This text font color is #D06508.


Background Color

.myBgColor { background-color: #D06508; }

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

This div background color is #D06508.


Border color

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

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

This div border color is #D06508.


Opacity

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

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

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

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

This text has shadow with #D06508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06508 on black background.


Color preview on white background

This text has color #D06508 on white background.



Black color preview on #D06508 background

This text has black color on #D06508 background.


White color preview on #D06508 background

This text has white color on #D06508 background.