COLOR #D98D4C

HEX: #D98D4C
RGB: (217,141,76)

Color info

#D98D4C contains mainly red color. Web safe color of #D98D4C is #CC9933 (or #C93).

RGB color model

#D98D4C color RGB value is (217,141,76).

  • red value is 217;
  • green value is 141;
  • blue value is 76.
RGB:
(217,141,76)
(85%,55%,30%)

RGB channels and saturation

R 217 of 255 = 85%
G 141 of 255 = 55%
B 76 of 255 = 30%

217
141
76

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

Portions of RGB colors in percentages

R + G + B =
217 + 141 + 76 = 434 (100%)
R 217 of 434 ~ 50%
G 141 of 434 ~ 32.49%
B 76 of 434 ~ 17.51%

%50
%32.49
%17.51

CMYK color model

#D98D4C color CMYK value is (0,35,65,15).

  • cyan value is 0.00%
  • magenta value is 35.02%
  • yellow value is 64.98%
  • key color value is 14.90%
CMYK:
(0,35,65,15)
C0M35Y65K15 
(0%,35%,65%,15%)
(0.00/0.35/0.65/0.15)	

CMYK percentages

%0
%35.02
%64.98
%14.9

Codes

Color #D98D4C in popluar color models

D98D4C
RGB21714176
HSL28°64.98%57.45%
HSB/HSV28°64.98%85.10%
CMYK0.00%35.02%64.98%
14.90%

Color #D98D4C in popluar number systems.

HEXD98D4C
Decimal21714176
Binary11011001100011011001100
Octal331215114

Shades and tints

Shades of #D98D4C

#D98D4C
(217,141,76)
#C68146
(198,129,70)
#B37540
(179,117,64)
#A0693A
(160,105,58)
#8D5D34
(141,93,52)
#7A512E
(122,81,46)
#674528
(103,69,40)
#543922
(84,57,34)
#412D1C
(65,45,28)
#2E2116
(46,33,22)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #D98D4C

#D98D4C
(217,141,76)
#DC975C
(220,151,92)
#DFA16C
(223,161,108)
#E2AB7C
(226,171,124)
#E5B58C
(229,181,140)
#E8BF9C
(232,191,156)
#EBC9AC
(235,201,172)
#EED3BC
(238,211,188)
#F1DDCC
(241,221,204)
#F4E7DC
(244,231,220)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98D4C color. Also use rgb(217,141,76) instead hex code.

Text Font Color

.myTextColor { color: #D98D4C; }

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

This text font color is #D98D4C.


Background Color

.myBgColor { background-color: #D98D4C; }

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

This div background color is #D98D4C.


Border color

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

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

This div border color is #D98D4C.


Opacity

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

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

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

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

This text has shadow with #D98D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98D4C on black background.


Color preview on white background

This text has color #D98D4C on white background.



Black color preview on #D98D4C background

This text has black color on #D98D4C background.


White color preview on #D98D4C background

This text has white color on #D98D4C background.