COLOR #D98E73

HEX: #D98E73
RGB: (217,142,115)

Color info

#D98E73 contains mainly red color. Web safe color of #D98E73 is #CC9966 (or #C96).

RGB color model

#D98E73 color RGB value is (217,142,115).

  • red value is 217;
  • green value is 142;
  • blue value is 115.
RGB:
(217,142,115)
(85%,56%,45%)

RGB channels and saturation

R 217 of 255 = 85%
G 142 of 255 = 56%
B 115 of 255 = 45%

217
142
115

R + G + B ~ 62%. #D98E73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 142 + 115 = 474 (100%)
R 217 of 474 ~ 45.78%
G 142 of 474 ~ 29.96%
B 115 of 474 ~ 24.26%

%45.78
%29.96
%24.26

CMYK color model

#D98E73 color CMYK value is (0,35,47,15).

  • cyan value is 0.00%
  • magenta value is 34.56%
  • yellow value is 47.00%
  • key color value is 14.90%
CMYK:
(0,35,47,15)
C0M35Y47K15 
(0%,35%,47%,15%)
(0.00/0.35/0.47/0.15)	

CMYK percentages

%0
%34.56
%47
%14.9

Codes

Color #D98E73 in popluar color models

D98E73
RGB217142115
HSL16°57.30%65.10%
HSB/HSV16°47.00%85.10%
CMYK0.00%34.56%47.00%
14.90%

Color #D98E73 in popluar number systems.

HEXD98E73
Decimal217142115
Binary11011001100011101110011
Octal331216163

Shades and tints

Shades of #D98E73

#D98E73
(217,142,115)
#C68269
(198,130,105)
#B3765F
(179,118,95)
#A06A55
(160,106,85)
#8D5E4B
(141,94,75)
#7A5241
(122,82,65)
#674637
(103,70,55)
#543A2D
(84,58,45)
#412E23
(65,46,35)
#2E2219
(46,34,25)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #D98E73

#D98E73
(217,142,115)
#DC987F
(220,152,127)
#DFA28B
(223,162,139)
#E2AC97
(226,172,151)
#E5B6A3
(229,182,163)
#E8C0AF
(232,192,175)
#EBCABB
(235,202,187)
#EED4C7
(238,212,199)
#F1DED3
(241,222,211)
#F4E8DF
(244,232,223)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98E73 color. Also use rgb(217,142,115) instead hex code.

Text Font Color

.myTextColor { color: #D98E73; }

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

This text font color is #D98E73.


Background Color

.myBgColor { background-color: #D98E73; }

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

This div background color is #D98E73.


Border color

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

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

This div border color is #D98E73.


Opacity

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

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

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

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

This text has shadow with #D98E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98E73 on black background.


Color preview on white background

This text has color #D98E73 on white background.



Black color preview on #D98E73 background

This text has black color on #D98E73 background.


White color preview on #D98E73 background

This text has white color on #D98E73 background.