COLOR #D16A26

HEX: #D16A26
RGB: (209,106,38)

Color info

#D16A26 contains mainly red color. Web safe color of #D16A26 is #CC6633 (or #C63).

RGB color model

#D16A26 color RGB value is (209,106,38).

  • red value is 209;
  • green value is 106;
  • blue value is 38.
RGB:
(209,106,38)
(82%,42%,15%)

RGB channels and saturation

R 209 of 255 = 82%
G 106 of 255 = 42%
B 38 of 255 = 15%

209
106
38

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

Portions of RGB colors in percentages

R + G + B =
209 + 106 + 38 = 353 (100%)
R 209 of 353 ~ 59.21%
G 106 of 353 ~ 30.03%
B 38 of 353 ~ 10.76%

%59.21
%30.03
%10.76

CMYK color model

#D16A26 color CMYK value is (0,49,82,18).

  • cyan value is 0.00%
  • magenta value is 49.28%
  • yellow value is 81.82%
  • key color value is 18.04%
CMYK:
(0,49,82,18)
C0M49Y82K18 
(0%,49%,82%,18%)
(0.00/0.49/0.82/0.18)	

CMYK percentages

%0
%49.28
%81.82
%18.04

Codes

Color #D16A26 in popluar color models

D16A26
RGB20910638
HSL24°69.23%48.43%
HSB/HSV24°81.82%81.96%
CMYK0.00%49.28%81.82%
18.04%

Color #D16A26 in popluar number systems.

HEXD16A26
Decimal20910638
Binary110100011101010100110
Octal32115246

Shades and tints

Shades of #D16A26

#D16A26
(209,106,38)
#BE6123
(190,97,35)
#AB5820
(171,88,32)
#984F1D
(152,79,29)
#85461A
(133,70,26)
#723D17
(114,61,23)
#5F3414
(95,52,20)
#4C2B11
(76,43,17)
#39220E
(57,34,14)
#26190B
(38,25,11)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #D16A26

#D16A26
(209,106,38)
#D57739
(213,119,57)
#D9844C
(217,132,76)
#DD915F
(221,145,95)
#E19E72
(225,158,114)
#E5AB85
(229,171,133)
#E9B898
(233,184,152)
#EDC5AB
(237,197,171)
#F1D2BE
(241,210,190)
#F5DFD1
(245,223,209)
#F9ECE4
(249,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16A26 color. Also use rgb(209,106,38) instead hex code.

Text Font Color

.myTextColor { color: #D16A26; }

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

This text font color is #D16A26.


Background Color

.myBgColor { background-color: #D16A26; }

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

This div background color is #D16A26.


Border color

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

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

This div border color is #D16A26.


Opacity

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

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

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

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

This text has shadow with #D16A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16A26 on black background.


Color preview on white background

This text has color #D16A26 on white background.



Black color preview on #D16A26 background

This text has black color on #D16A26 background.


White color preview on #D16A26 background

This text has white color on #D16A26 background.