COLOR #D16D69

HEX: #D16D69 RGB: (209,109,105)

Color info

#D16D69 contains mainly red color. Web safe color of #D16D69 is #CC6666 (or #C66).

RGB color model

#D16D69 color RGB value is (209,109,105).

RGB: (209,109,105) (82%, 43%, 41%)

RGB channels and saturation

R 209 of 255 = 82%
G 109 of 255 = 43%
B 105 of 255 = 41%

209
109
105

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

Portions of RGB colors in percentages

R + G + B = 209 + 109 + 105 = 423 (100%)
R 209 of 423 ~ 49.41%
G 109 of 423 ~ 25.77%
B 105 of 423 ~ 24.82'%

%49.41
%25.77
%24.82

CMYK color model

#D16D69 color CMYK value is (0,48,50,18).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 49.76%
  • key color value is 18.04%

CMYK: (0,48,50,18)
C0M48Y50K18 (0%, 48%, 50%, 18%)
(0.00 / 0.48 / 0.50 / 0.18)

CMYK percentages

%0
%47.85
%49.76
%18.04

Codes

Color #D16D69 in popluar color models

D1 6D 69
RGB 209 109 105
HSL 53.06% 61.57%
HSB/HSV 49.76% 81.96%
CMYK 0.00% 47.85% 49.76%
18.04%

Color #D16D69 in popluar number systems.

HEX D1 6D 69
Decimal 209 109 105
Binary 11010001 1101101 1101001
Octal 321 155 151

Shades and tints

Shades of #D16D69

#D16D69
(209,109,105)
#BE6460
(190,100,96)
#AB5B57
(171,91,87)
#98524E
(152,82,78)
#854945
(133,73,69)
#72403C
(114,64,60)
#5F3733
(95,55,51)
#4C2E2A
(76,46,42)
#392521
(57,37,33)
#261C18
(38,28,24)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #D16D69

#D16D69
(209,109,105)
#D57A76
(213,122,118)
#D98783
(217,135,131)
#DD9490
(221,148,144)
#E1A19D
(225,161,157)
#E5AEAA
(229,174,170)
#E9BBB7
(233,187,183)
#EDC8C4
(237,200,196)
#F1D5D1
(241,213,209)
#F5E2DE
(245,226,222)
#F9EFEB
(249,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16D69; }

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

This text font color is #D16D69.

Background Color

.myBgColor { background-color: #D16D69; }

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

This div background color is #D16D69.

Border color

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

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

This div border color is #D16D69.

Opacity

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

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

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

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

This text has shadow with #D16D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D16D69.

Preview

Color preview on black background

This text has color #D16D69 on black background.


Color preview on white background

This text has color #D16D69 on white background.


Black color preview on #D16D69 background

This text has black color on #D16D69 background.


White color preview on #D16D69 background

This text has white color on #D16D69 background.


Related colors

Complementary color

Complementary color for #hex is #2E9296.


I love getcolorcode.com

Triadic colors

1 #69D16D and #6D69D1 with #D16D69 are triadic colors.

2 #696DD1 and #6DD169 with #D16D69 are triadic colors.