COLOR #D17560

HEX: #D17560
RGB: (209,117,96)

Color info

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

RGB color model

#D17560 color RGB value is (209,117,96).

  • red value is 209;
  • green value is 117;
  • blue value is 96.
RGB:
(209,117,96)
(82%,46%,38%)

RGB channels and saturation

R 209 of 255 = 82%
G 117 of 255 = 46%
B 96 of 255 = 38%

209
117
96

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

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 96 = 422 (100%)
R 209 of 422 ~ 49.53%
G 117 of 422 ~ 27.73%
B 96 of 422 ~ 22.75%

%49.53
%27.73
%22.75

CMYK color model

#D17560 color CMYK value is (0,44,54,18).

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 54.07%
  • key color value is 18.04%
CMYK:
(0,44,54,18)
C0M44Y54K18 
(0%,44%,54%,18%)
(0.00/0.44/0.54/0.18)	

CMYK percentages

%0
%44.02
%54.07
%18.04

Codes

Color #D17560 in popluar color models

D17560
RGB20911796
HSL11°55.12%59.80%
HSB/HSV11°54.07%81.96%
CMYK0.00%44.02%54.07%
18.04%

Color #D17560 in popluar number systems.

HEXD17560
Decimal20911796
Binary1101000111101011100000
Octal321165140

Shades and tints

Shades of #D17560

#D17560
(209,117,96)
#BE6B58
(190,107,88)
#AB6150
(171,97,80)
#985748
(152,87,72)
#854D40
(133,77,64)
#724338
(114,67,56)
#5F3930
(95,57,48)
#4C2F28
(76,47,40)
#392520
(57,37,32)
#261B18
(38,27,24)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #D17560

#D17560
(209,117,96)
#D5816E
(213,129,110)
#D98D7C
(217,141,124)
#DD998A
(221,153,138)
#E1A598
(225,165,152)
#E5B1A6
(229,177,166)
#E9BDB4
(233,189,180)
#EDC9C2
(237,201,194)
#F1D5D0
(241,213,208)
#F5E1DE
(245,225,222)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17560 color. Also use rgb(209,117,96) instead hex code.

Text Font Color

.myTextColor { color: #D17560; }

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

This text font color is #D17560.


Background Color

.myBgColor { background-color: #D17560; }

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

This div background color is #D17560.


Border color

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

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

This div border color is #D17560.


Opacity

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

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

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

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

This text has shadow with #D17560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17560 on black background.


Color preview on white background

This text has color #D17560 on white background.



Black color preview on #D17560 background

This text has black color on #D17560 background.


White color preview on #D17560 background

This text has white color on #D17560 background.