COLOR #D9844C

HEX: #D9844C
RGB: (217,132,76)

Color info

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

RGB color model

#D9844C color RGB value is (217,132,76).

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

RGB channels and saturation

R 217 of 255 = 85%
G 132 of 255 = 52%
B 76 of 255 = 30%

217
132
76

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

Portions of RGB colors in percentages

R + G + B =
217 + 132 + 76 = 425 (100%)
R 217 of 425 ~ 51.06%
G 132 of 425 ~ 31.06%
B 76 of 425 ~ 17.88%

%51.06
%31.06
%17.88

CMYK color model

#D9844C color CMYK value is (0,39,65,15).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 64.98%
  • key color value is 14.90%
CMYK:
(0,39,65,15)
C0M39Y65K15 
(0%,39%,65%,15%)
(0.00/0.39/0.65/0.15)	

CMYK percentages

%0
%39.17
%64.98
%14.9

Codes

Color #D9844C in popluar color models

D9844C
RGB21713276
HSL24°64.98%57.45%
HSB/HSV24°64.98%85.10%
CMYK0.00%39.17%64.98%
14.90%

Color #D9844C in popluar number systems.

HEXD9844C
Decimal21713276
Binary11011001100001001001100
Octal331204114

Shades and tints

Shades of #D9844C

#D9844C
(217,132,76)
#C67846
(198,120,70)
#B36C40
(179,108,64)
#A0603A
(160,96,58)
#8D5434
(141,84,52)
#7A482E
(122,72,46)
#673C28
(103,60,40)
#543022
(84,48,34)
#41241C
(65,36,28)
#2E1816
(46,24,22)
#1B0C10
(27,12,16)
#000000
(0,0,0)

Tints of #D9844C

#D9844C
(217,132,76)
#DC8F5C
(220,143,92)
#DF9A6C
(223,154,108)
#E2A57C
(226,165,124)
#E5B08C
(229,176,140)
#E8BB9C
(232,187,156)
#EBC6AC
(235,198,172)
#EED1BC
(238,209,188)
#F1DCCC
(241,220,204)
#F4E7DC
(244,231,220)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9844C; }

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

This text font color is #D9844C.


Background Color

.myBgColor { background-color: #D9844C; }

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

This div background color is #D9844C.


Border color

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

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

This div border color is #D9844C.


Opacity

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

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

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

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

This text has shadow with #D9844C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9844C on black background.


Color preview on white background

This text has color #D9844C on white background.



Black color preview on #D9844C background

This text has black color on #D9844C background.


White color preview on #D9844C background

This text has white color on #D9844C background.