COLOR #D97479

HEX: #D97479 RGB: (217,116,121)

Color info

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

RGB color model

#D97479 color RGB value is (217,116,121).

RGB: (217,116,121) (85%, 45%, 47%)

RGB channels and saturation

R 217 of 255 = 85%
G 116 of 255 = 45%
B 121 of 255 = 47%

217
116
121

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

Portions of RGB colors in percentages

R + G + B = 217 + 116 + 121 = 454 (100%)
R 217 of 454 ~ 47.8%
G 116 of 454 ~ 25.55%
B 121 of 454 ~ 26.65'%

%47.8
%25.55
%26.65

CMYK color model

#D97479 color CMYK value is (0,47,44,15).

  • cyan value is 0.00%
  • magenta value is 46.54%
  • yellow value is 44.24%
  • key color value is 14.90%

CMYK: (0,47,44,15)
C0M47Y44K15 (0%, 47%, 44%, 15%)
(0.00 / 0.47 / 0.44 / 0.15)

CMYK percentages

%0
%46.54
%44.24
%14.9

Codes

Color #D97479 in popluar color models

D9 74 79
RGB 217 116 121
HSL 357° 57.06% 65.29%
HSB/HSV 357° 46.54% 85.10%
CMYK 0.00% 46.54% 44.24%
14.90%

Color #D97479 in popluar number systems.

HEX D9 74 79
Decimal 217 116 121
Binary 11011001 1110100 1111001
Octal 331 164 171

Shades and tints

Shades of #D97479

#D97479
(217,116,121)
#C66A6E
(198,106,110)
#B36063
(179,96,99)
#A05658
(160,86,88)
#8D4C4D
(141,76,77)
#7A4242
(122,66,66)
#673837
(103,56,55)
#542E2C
(84,46,44)
#412421
(65,36,33)
#2E1A16
(46,26,22)
#1B100B
(27,16,11)
#000000
(0,0,0)

Tints of #D97479

#D97479
(217,116,121)
#DC8085
(220,128,133)
#DF8C91
(223,140,145)
#E2989D
(226,152,157)
#E5A4A9
(229,164,169)
#E8B0B5
(232,176,181)
#EBBCC1
(235,188,193)
#EEC8CD
(238,200,205)
#F1D4D9
(241,212,217)
#F4E0E5
(244,224,229)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97479 color. Also use rgb(217,116,121) instead hex code.

Text Font Color

.myTextColor { color: #D97479; }

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

This text font color is #D97479.

Background Color

.myBgColor { background-color: #D97479; }

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

This div background color is #D97479.

Border color

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

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

This div border color is #D97479.

Opacity

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

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

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

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

This text has shadow with #D97479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97479.

Preview

Color preview on black background

This text has color #D97479 on black background.


Color preview on white background

This text has color #D97479 on white background.


Black color preview on #D97479 background

This text has black color on #D97479 background.


White color preview on #D97479 background

This text has white color on #D97479 background.


Related colors

Complementary color

Complementary color for #hex is #268B86.


I love getcolorcode.com

Triadic colors

1 #79D974 and #7479D9 with #D97479 are triadic colors.

2 #7974D9 and #74D979 with #D97479 are triadic colors.