COLOR #D16718

HEX: #D16718
RGB: (209,103,24)

Color info

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

RGB color model

#D16718 color RGB value is (209,103,24).

  • red value is 209;
  • green value is 103;
  • blue value is 24.
RGB:
(209,103,24)
(82%,40%,9%)

RGB channels and saturation

R 209 of 255 = 82%
G 103 of 255 = 40%
B 24 of 255 = 9%

209
103
24

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

Portions of RGB colors in percentages

R + G + B =
209 + 103 + 24 = 336 (100%)
R 209 of 336 ~ 62.2%
G 103 of 336 ~ 30.65%
B 24 of 336 ~ 7.14%

%62.2
%30.65

CMYK color model

#D16718 color CMYK value is (0,51,89,18).

  • cyan value is 0.00%
  • magenta value is 50.72%
  • yellow value is 88.52%
  • key color value is 18.04%
CMYK:
(0,51,89,18)
C0M51Y89K18 
(0%,51%,89%,18%)
(0.00/0.51/0.89/0.18)	

CMYK percentages

%0
%50.72
%88.52
%18.04

Codes

Color #D16718 in popluar color models

D16718
RGB20910324
HSL26°79.40%45.69%
HSB/HSV26°88.52%81.96%
CMYK0.00%50.72%88.52%
18.04%

Color #D16718 in popluar number systems.

HEXD16718
Decimal20910324
Binary11010001110011111000
Octal32114730

Shades and tints

Shades of #D16718

#D16718
(209,103,24)
#BE5E16
(190,94,22)
#AB5514
(171,85,20)
#984C12
(152,76,18)
#854310
(133,67,16)
#723A0E
(114,58,14)
#5F310C
(95,49,12)
#4C280A
(76,40,10)
#391F08
(57,31,8)
#261606
(38,22,6)
#130D04
(19,13,4)
#000000
(0,0,0)

Tints of #D16718

#D16718
(209,103,24)
#D5742D
(213,116,45)
#D98142
(217,129,66)
#DD8E57
(221,142,87)
#E19B6C
(225,155,108)
#E5A881
(229,168,129)
#E9B596
(233,181,150)
#EDC2AB
(237,194,171)
#F1CFC0
(241,207,192)
#F5DCD5
(245,220,213)
#F9E9EA
(249,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16718 color. Also use rgb(209,103,24) instead hex code.

Text Font Color

.myTextColor { color: #D16718; }

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

This text font color is #D16718.


Background Color

.myBgColor { background-color: #D16718; }

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

This div background color is #D16718.


Border color

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

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

This div border color is #D16718.


Opacity

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

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

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

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

This text has shadow with #D16718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16718 on black background.


Color preview on white background

This text has color #D16718 on white background.



Black color preview on #D16718 background

This text has black color on #D16718 background.


White color preview on #D16718 background

This text has white color on #D16718 background.