COLOR #D06715

HEX: #D06715
RGB: (208,103,21)

Color info

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

RGB color model

#D06715 color RGB value is (208,103,21).

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

RGB channels and saturation

R 208 of 255 = 82%
G 103 of 255 = 40%
B 21 of 255 = 8%

208
103
21

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

Portions of RGB colors in percentages

R + G + B =
208 + 103 + 21 = 332 (100%)
R 208 of 332 ~ 62.65%
G 103 of 332 ~ 31.02%
B 21 of 332 ~ 6.33%

%62.65
%31.02

CMYK color model

#D06715 color CMYK value is (0,50,90,18).

  • cyan value is 0.00%
  • magenta value is 50.48%
  • yellow value is 89.90%
  • key color value is 18.43%
CMYK:
(0,50,90,18)
C0M50Y90K18 
(0%,50%,90%,18%)
(0.00/0.50/0.90/0.18)	

CMYK percentages

%0
%50.48
%89.9
%18.43

Codes

Color #D06715 in popluar color models

D06715
RGB20810321
HSL26°81.66%44.90%
HSB/HSV26°89.90%81.57%
CMYK0.00%50.48%89.90%
18.43%

Color #D06715 in popluar number systems.

HEXD06715
Decimal20810321
Binary11010000110011110101
Octal32014725

Shades and tints

Shades of #D06715

#D06715
(208,103,21)
#BE5E14
(190,94,20)
#AC5513
(172,85,19)
#9A4C12
(154,76,18)
#884311
(136,67,17)
#763A10
(118,58,16)
#64310F
(100,49,15)
#52280E
(82,40,14)
#401F0D
(64,31,13)
#2E160C
(46,22,12)
#1C0D0B
(28,13,11)
#000000
(0,0,0)

Tints of #D06715

#D06715
(208,103,21)
#D4742A
(212,116,42)
#D8813F
(216,129,63)
#DC8E54
(220,142,84)
#E09B69
(224,155,105)
#E4A87E
(228,168,126)
#E8B593
(232,181,147)
#ECC2A8
(236,194,168)
#F0CFBD
(240,207,189)
#F4DCD2
(244,220,210)
#F8E9E7
(248,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06715 color. Also use rgb(208,103,21) instead hex code.

Text Font Color

.myTextColor { color: #D06715; }

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

This text font color is #D06715.


Background Color

.myBgColor { background-color: #D06715; }

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

This div background color is #D06715.


Border color

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

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

This div border color is #D06715.


Opacity

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

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

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

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

This text has shadow with #D06715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06715 on black background.


Color preview on white background

This text has color #D06715 on white background.



Black color preview on #D06715 background

This text has black color on #D06715 background.


White color preview on #D06715 background

This text has white color on #D06715 background.