COLOR #D99B59

HEX: #D99B59
RGB: (217,155,89)

Color info

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

RGB color model

#D99B59 color RGB value is (217,155,89).

  • red value is 217;
  • green value is 155;
  • blue value is 89.
RGB:
(217,155,89)
(85%,61%,35%)

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 89 of 255 = 35%

217
155
89

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

Portions of RGB colors in percentages

R + G + B =
217 + 155 + 89 = 461 (100%)
R 217 of 461 ~ 47.07%
G 155 of 461 ~ 33.62%
B 89 of 461 ~ 19.31%

%47.07
%33.62
%19.31

CMYK color model

#D99B59 color CMYK value is (0,29,59,15).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 58.99%
  • key color value is 14.90%
CMYK:
(0,29,59,15)
C0M29Y59K15 
(0%,29%,59%,15%)
(0.00/0.29/0.59/0.15)	

CMYK percentages

%0
%28.57
%58.99
%14.9

Codes

Color #D99B59 in popluar color models

D99B59
RGB21715589
HSL31°62.75%60.00%
HSB/HSV31°58.99%85.10%
CMYK0.00%28.57%58.99%
14.90%

Color #D99B59 in popluar number systems.

HEXD99B59
Decimal21715589
Binary11011001100110111011001
Octal331233131

Shades and tints

Shades of #D99B59

#D99B59
(217,155,89)
#C68D51
(198,141,81)
#B37F49
(179,127,73)
#A07141
(160,113,65)
#8D6339
(141,99,57)
#7A5531
(122,85,49)
#674729
(103,71,41)
#543921
(84,57,33)
#412B19
(65,43,25)
#2E1D11
(46,29,17)
#1B0F09
(27,15,9)
#000000
(0,0,0)

Tints of #D99B59

#D99B59
(217,155,89)
#DCA468
(220,164,104)
#DFAD77
(223,173,119)
#E2B686
(226,182,134)
#E5BF95
(229,191,149)
#E8C8A4
(232,200,164)
#EBD1B3
(235,209,179)
#EEDAC2
(238,218,194)
#F1E3D1
(241,227,209)
#F4ECE0
(244,236,224)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99B59 color. Also use rgb(217,155,89) instead hex code.

Text Font Color

.myTextColor { color: #D99B59; }

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

This text font color is #D99B59.


Background Color

.myBgColor { background-color: #D99B59; }

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

This div background color is #D99B59.


Border color

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

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

This div border color is #D99B59.


Opacity

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

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

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

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

This text has shadow with #D99B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99B59 on black background.


Color preview on white background

This text has color #D99B59 on white background.



Black color preview on #D99B59 background

This text has black color on #D99B59 background.


White color preview on #D99B59 background

This text has white color on #D99B59 background.