COLOR #D98074

HEX: #D98074 RGB: (217,128,116)

Color info

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

RGB color model

#D98074 color RGB value is (217,128,116).

RGB: (217,128,116) (85%, 50%, 45%)

RGB channels and saturation

R 217 of 255 = 85%
G 128 of 255 = 50%
B 116 of 255 = 45%

217
128
116

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

Portions of RGB colors in percentages

R + G + B = 217 + 128 + 116 = 461 (100%)
R 217 of 461 ~ 47.07%
G 128 of 461 ~ 27.77%
B 116 of 461 ~ 25.16'%

%47.07
%27.77
%25.16

CMYK color model

#D98074 color CMYK value is (0,41,47,15).

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

CMYK: (0,41,47,15)
C0M41Y47K15 (0%, 41%, 47%, 15%)
(0.00 / 0.41 / 0.47 / 0.15)

CMYK percentages

%0
%41.01
%46.54
%14.9

Codes

Color #D98074 in popluar color models

D9 80 74
RGB 217 128 116
HSL 57.06% 65.29%
HSB/HSV 46.54% 85.10%
CMYK 0.00% 41.01% 46.54%
14.90%

Color #D98074 in popluar number systems.

HEX D9 80 74
Decimal 217 128 116
Binary 11011001 10000000 1110100
Octal 331 200 164

Shades and tints

Shades of #D98074

#D98074
(217,128,116)
#C6756A
(198,117,106)
#B36A60
(179,106,96)
#A05F56
(160,95,86)
#8D544C
(141,84,76)
#7A4942
(122,73,66)
#673E38
(103,62,56)
#54332E
(84,51,46)
#412824
(65,40,36)
#2E1D1A
(46,29,26)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #D98074

#D98074
(217,128,116)
#DC8B80
(220,139,128)
#DF968C
(223,150,140)
#E2A198
(226,161,152)
#E5ACA4
(229,172,164)
#E8B7B0
(232,183,176)
#EBC2BC
(235,194,188)
#EECDC8
(238,205,200)
#F1D8D4
(241,216,212)
#F4E3E0
(244,227,224)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98074; }

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

This text font color is #D98074.

Background Color

.myBgColor { background-color: #D98074; }

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

This div background color is #D98074.

Border color

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

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

This div border color is #D98074.

Opacity

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

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

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

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

This text has shadow with #D98074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D98074.

Preview

Color preview on black background

This text has color #D98074 on black background.


Color preview on white background

This text has color #D98074 on white background.


Black color preview on #D98074 background

This text has black color on #D98074 background.


White color preview on #D98074 background

This text has white color on #D98074 background.


Related colors

Complementary color

Complementary color for #hex is #267F8B.


I love getcolorcode.com

Triadic colors

1 #74D980 and #8074D9 with #D98074 are triadic colors.

2 #7480D9 and #80D974 with #D98074 are triadic colors.