COLOR #D99659

HEX: #D99659
RGB: (217,150,89)

Color info

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

RGB color model

#D99659 color RGB value is (217,150,89).

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

RGB channels and saturation

R 217 of 255 = 85%
G 150 of 255 = 59%
B 89 of 255 = 35%

217
150
89

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

Portions of RGB colors in percentages

R + G + B =
217 + 150 + 89 = 456 (100%)
R 217 of 456 ~ 47.59%
G 150 of 456 ~ 32.89%
B 89 of 456 ~ 19.52%

%47.59
%32.89
%19.52

CMYK color model

#D99659 color CMYK value is (0,31,59,15).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 58.99%
  • key color value is 14.90%
CMYK:
(0,31,59,15)
C0M31Y59K15 
(0%,31%,59%,15%)
(0.00/0.31/0.59/0.15)	

CMYK percentages

%0
%30.88
%58.99
%14.9

Codes

Color #D99659 in popluar color models

D99659
RGB21715089
HSL29°62.75%60.00%
HSB/HSV29°58.99%85.10%
CMYK0.00%30.88%58.99%
14.90%

Color #D99659 in popluar number systems.

HEXD99659
Decimal21715089
Binary11011001100101101011001
Octal331226131

Shades and tints

Shades of #D99659

#D99659
(217,150,89)
#C68951
(198,137,81)
#B37C49
(179,124,73)
#A06F41
(160,111,65)
#8D6239
(141,98,57)
#7A5531
(122,85,49)
#674829
(103,72,41)
#543B21
(84,59,33)
#412E19
(65,46,25)
#2E2111
(46,33,17)
#1B1409
(27,20,9)
#000000
(0,0,0)

Tints of #D99659

#D99659
(217,150,89)
#DC9F68
(220,159,104)
#DFA877
(223,168,119)
#E2B186
(226,177,134)
#E5BA95
(229,186,149)
#E8C3A4
(232,195,164)
#EBCCB3
(235,204,179)
#EED5C2
(238,213,194)
#F1DED1
(241,222,209)
#F4E7E0
(244,231,224)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99659; }

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

This text font color is #D99659.


Background Color

.myBgColor { background-color: #D99659; }

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

This div background color is #D99659.


Border color

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

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

This div border color is #D99659.


Opacity

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

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

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

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

This text has shadow with #D99659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99659 on black background.


Color preview on white background

This text has color #D99659 on white background.



Black color preview on #D99659 background

This text has black color on #D99659 background.


White color preview on #D99659 background

This text has white color on #D99659 background.