COLOR #D9892E

HEX: #D9892E
RGB: (217,137,46)

Color info

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

RGB color model

#D9892E color RGB value is (217,137,46).

  • red value is 217;
  • green value is 137;
  • blue value is 46.
RGB:
(217,137,46)
(85%,54%,18%)

RGB channels and saturation

R 217 of 255 = 85%
G 137 of 255 = 54%
B 46 of 255 = 18%

217
137
46

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

Portions of RGB colors in percentages

R + G + B =
217 + 137 + 46 = 400 (100%)
R 217 of 400 ~ 54.25%
G 137 of 400 ~ 34.25%
B 46 of 400 ~ 11.5%

%54.25
%34.25
%11.5

CMYK color model

#D9892E color CMYK value is (0,37,79,15).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 78.80%
  • key color value is 14.90%
CMYK:
(0,37,79,15)
C0M37Y79K15 
(0%,37%,79%,15%)
(0.00/0.37/0.79/0.15)	

CMYK percentages

%0
%36.87
%78.8
%14.9

Codes

Color #D9892E in popluar color models

D9892E
RGB21713746
HSL32°69.23%51.57%
HSB/HSV32°78.80%85.10%
CMYK0.00%36.87%78.80%
14.90%

Color #D9892E in popluar number systems.

HEXD9892E
Decimal21713746
Binary1101100110001001101110
Octal33121156

Shades and tints

Shades of #D9892E

#D9892E
(217,137,46)
#C67D2A
(198,125,42)
#B37126
(179,113,38)
#A06522
(160,101,34)
#8D591E
(141,89,30)
#7A4D1A
(122,77,26)
#674116
(103,65,22)
#543512
(84,53,18)
#41290E
(65,41,14)
#2E1D0A
(46,29,10)
#1B1106
(27,17,6)
#000000
(0,0,0)

Tints of #D9892E

#D9892E
(217,137,46)
#DC9341
(220,147,65)
#DF9D54
(223,157,84)
#E2A767
(226,167,103)
#E5B17A
(229,177,122)
#E8BB8D
(232,187,141)
#EBC5A0
(235,197,160)
#EECFB3
(238,207,179)
#F1D9C6
(241,217,198)
#F4E3D9
(244,227,217)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9892E color. Also use rgb(217,137,46) instead hex code.

Text Font Color

.myTextColor { color: #D9892E; }

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

This text font color is #D9892E.


Background Color

.myBgColor { background-color: #D9892E; }

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

This div background color is #D9892E.


Border color

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

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

This div border color is #D9892E.


Opacity

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

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

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

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

This text has shadow with #D9892E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9892E on black background.


Color preview on white background

This text has color #D9892E on white background.



Black color preview on #D9892E background

This text has black color on #D9892E background.


White color preview on #D9892E background

This text has white color on #D9892E background.