COLOR #D06818

HEX: #D06818
RGB: (208,104,24)

Color info

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

RGB color model

#D06818 color RGB value is (208,104,24).

  • red value is 208;
  • green value is 104;
  • blue value is 24.
RGB:
(208,104,24)
(82%,41%,9%)

RGB channels and saturation

R 208 of 255 = 82%
G 104 of 255 = 41%
B 24 of 255 = 9%

208
104
24

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

Portions of RGB colors in percentages

R + G + B =
208 + 104 + 24 = 336 (100%)
R 208 of 336 ~ 61.9%
G 104 of 336 ~ 30.95%
B 24 of 336 ~ 7.14%

%61.9
%30.95

CMYK color model

#D06818 color CMYK value is (0,50,88,18).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 88.46%
  • key color value is 18.43%
CMYK:
(0,50,88,18)
C0M50Y88K18 
(0%,50%,88%,18%)
(0.00/0.50/0.88/0.18)	

CMYK percentages

%0
%50
%88.46
%18.43

Codes

Color #D06818 in popluar color models

D06818
RGB20810424
HSL26°79.31%45.49%
HSB/HSV26°88.46%81.57%
CMYK0.00%50.00%88.46%
18.43%

Color #D06818 in popluar number systems.

HEXD06818
Decimal20810424
Binary11010000110100011000
Octal32015030

Shades and tints

Shades of #D06818

#D06818
(208,104,24)
#BE5F16
(190,95,22)
#AC5614
(172,86,20)
#9A4D12
(154,77,18)
#884410
(136,68,16)
#763B0E
(118,59,14)
#64320C
(100,50,12)
#52290A
(82,41,10)
#402008
(64,32,8)
#2E1706
(46,23,6)
#1C0E04
(28,14,4)
#000000
(0,0,0)

Tints of #D06818

#D06818
(208,104,24)
#D4752D
(212,117,45)
#D88242
(216,130,66)
#DC8F57
(220,143,87)
#E09C6C
(224,156,108)
#E4A981
(228,169,129)
#E8B696
(232,182,150)
#ECC3AB
(236,195,171)
#F0D0C0
(240,208,192)
#F4DDD5
(244,221,213)
#F8EAEA
(248,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06818 color. Also use rgb(208,104,24) instead hex code.

Text Font Color

.myTextColor { color: #D06818; }

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

This text font color is #D06818.


Background Color

.myBgColor { background-color: #D06818; }

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

This div background color is #D06818.


Border color

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

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

This div border color is #D06818.


Opacity

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

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

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

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

This text has shadow with #D06818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06818 on black background.


Color preview on white background

This text has color #D06818 on white background.



Black color preview on #D06818 background

This text has black color on #D06818 background.


White color preview on #D06818 background

This text has white color on #D06818 background.