COLOR #D16942

HEX: #D16942
RGB: (209,105,66)

Color info

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

RGB color model

#D16942 color RGB value is (209,105,66).

  • red value is 209;
  • green value is 105;
  • blue value is 66.
RGB:
(209,105,66)
(82%,41%,26%)

RGB channels and saturation

R 209 of 255 = 82%
G 105 of 255 = 41%
B 66 of 255 = 26%

209
105
66

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

Portions of RGB colors in percentages

R + G + B =
209 + 105 + 66 = 380 (100%)
R 209 of 380 ~ 55%
G 105 of 380 ~ 27.63%
B 66 of 380 ~ 17.37%

%55
%27.63
%17.37

CMYK color model

#D16942 color CMYK value is (0,50,68,18).

  • cyan value is 0.00%
  • magenta value is 49.76%
  • yellow value is 68.42%
  • key color value is 18.04%
CMYK:
(0,50,68,18)
C0M50Y68K18 
(0%,50%,68%,18%)
(0.00/0.50/0.68/0.18)	

CMYK percentages

%0
%49.76
%68.42
%18.04

Codes

Color #D16942 in popluar color models

D16942
RGB20910566
HSL16°60.85%53.92%
HSB/HSV16°68.42%81.96%
CMYK0.00%49.76%68.42%
18.04%

Color #D16942 in popluar number systems.

HEXD16942
Decimal20910566
Binary1101000111010011000010
Octal321151102

Shades and tints

Shades of #D16942

#D16942
(209,105,66)
#BE603C
(190,96,60)
#AB5736
(171,87,54)
#984E30
(152,78,48)
#85452A
(133,69,42)
#723C24
(114,60,36)
#5F331E
(95,51,30)
#4C2A18
(76,42,24)
#392112
(57,33,18)
#26180C
(38,24,12)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #D16942

#D16942
(209,105,66)
#D57653
(213,118,83)
#D98364
(217,131,100)
#DD9075
(221,144,117)
#E19D86
(225,157,134)
#E5AA97
(229,170,151)
#E9B7A8
(233,183,168)
#EDC4B9
(237,196,185)
#F1D1CA
(241,209,202)
#F5DEDB
(245,222,219)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16942 color. Also use rgb(209,105,66) instead hex code.

Text Font Color

.myTextColor { color: #D16942; }

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

This text font color is #D16942.


Background Color

.myBgColor { background-color: #D16942; }

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

This div background color is #D16942.


Border color

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

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

This div border color is #D16942.


Opacity

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

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

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

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

This text has shadow with #D16942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16942 on black background.


Color preview on white background

This text has color #D16942 on white background.



Black color preview on #D16942 background

This text has black color on #D16942 background.


White color preview on #D16942 background

This text has white color on #D16942 background.