COLOR #D16C52

HEX: #D16C52 RGB: (209,108,82)

Color info

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

RGB color model

#D16C52 color RGB value is (209,108,82).

RGB: (209,108,82) (82%, 42%, 32%)

RGB channels and saturation

R 209 of 255 = 82%
G 108 of 255 = 42%
B 82 of 255 = 32%

209
108
82

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

Portions of RGB colors in percentages

R + G + B = 209 + 108 + 82 = 399 (100%)
R 209 of 399 ~ 52.38%
G 108 of 399 ~ 27.07%
B 82 of 399 ~ 20.55'%

%52.38
%27.07
%20.55

CMYK color model

#D16C52 color CMYK value is (0,48,61,18).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 60.77%
  • key color value is 18.04%

CMYK: (0,48,61,18)
C0M48Y61K18 (0%, 48%, 61%, 18%)
(0.00 / 0.48 / 0.61 / 0.18)

CMYK percentages

%0
%48.33
%60.77
%18.04

Codes

Color #D16C52 in popluar color models

D1 6C 52
RGB 209 108 82
HSL 12° 57.99% 57.06%
HSB/HSV 12° 60.77% 81.96%
CMYK 0.00% 48.33% 60.77%
18.04%

Color #D16C52 in popluar number systems.

HEX D1 6C 52
Decimal 209 108 82
Binary 11010001 1101100 1010010
Octal 321 154 122

Shades and tints

Shades of #D16C52

#D16C52
(209,108,82)
#BE634B
(190,99,75)
#AB5A44
(171,90,68)
#98513D
(152,81,61)
#854836
(133,72,54)
#723F2F
(114,63,47)
#5F3628
(95,54,40)
#4C2D21
(76,45,33)
#39241A
(57,36,26)
#261B13
(38,27,19)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #D16C52

#D16C52
(209,108,82)
#D57961
(213,121,97)
#D98670
(217,134,112)
#DD937F
(221,147,127)
#E1A08E
(225,160,142)
#E5AD9D
(229,173,157)
#E9BAAC
(233,186,172)
#EDC7BB
(237,199,187)
#F1D4CA
(241,212,202)
#F5E1D9
(245,225,217)
#F9EEE8
(249,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16C52 color. Also use rgb(209,108,82) instead hex code.

Text Font Color

.myTextColor { color: #D16C52; }

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

This text font color is #D16C52.

Background Color

.myBgColor { background-color: #D16C52; }

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

This div background color is #D16C52.

Border color

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

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

This div border color is #D16C52.

Opacity

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

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

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

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

This text has shadow with #D16C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D16C52.

Preview

Color preview on black background

This text has color #D16C52 on black background.


Color preview on white background

This text has color #D16C52 on white background.


Black color preview on #D16C52 background

This text has black color on #D16C52 background.


White color preview on #D16C52 background

This text has white color on #D16C52 background.


Related colors

Complementary color

Complementary color for #hex is #2E93AD.


I love getcolorcode.com

Triadic colors

1 #52D16C and #6C52D1 with #D16C52 are triadic colors.

2 #526CD1 and #6CD152 with #D16C52 are triadic colors.