COLOR #D99F56

HEX: #D99F56 RGB: (217,159,86)

Color info

#D99F56 contains mainly red and green colors. Web safe color of #D99F56 is #CC9966 (or #C96).

RGB color model

#D99F56 color RGB value is (217,159,86).

RGB: (217,159,86) (85%, 62%, 34%)

RGB channels and saturation

R 217 of 255 = 85%
G 159 of 255 = 62%
B 86 of 255 = 34%

217
159
86

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

Portions of RGB colors in percentages

R + G + B = 217 + 159 + 86 = 462 (100%)
R 217 of 462 ~ 46.97%
G 159 of 462 ~ 34.42%
B 86 of 462 ~ 18.61'%

%46.97
%34.42
%18.61

CMYK color model

#D99F56 color CMYK value is (0,27,60,15).

  • cyan value is 0.00%
  • magenta value is 26.73%
  • yellow value is 60.37%
  • key color value is 14.90%

CMYK: (0,27,60,15)
C0M27Y60K15 (0%, 27%, 60%, 15%)
(0.00 / 0.27 / 0.60 / 0.15)

CMYK percentages

%0
%26.73
%60.37
%14.9

Codes

Color #D99F56 in popluar color models

D9 9F 56
RGB 217 159 86
HSL 33° 63.29% 59.41%
HSB/HSV 33° 60.37% 85.10%
CMYK 0.00% 26.73% 60.37%
14.90%

Color #D99F56 in popluar number systems.

HEX D9 9F 56
Decimal 217 159 86
Binary 11011001 10011111 1010110
Octal 331 237 126

Shades and tints

Shades of #D99F56

#D99F56
(217,159,86)
#C6914F
(198,145,79)
#B38348
(179,131,72)
#A07541
(160,117,65)
#8D673A
(141,103,58)
#7A5933
(122,89,51)
#674B2C
(103,75,44)
#543D25
(84,61,37)
#412F1E
(65,47,30)
#2E2117
(46,33,23)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #D99F56

#D99F56
(217,159,86)
#DCA765
(220,167,101)
#DFAF74
(223,175,116)
#E2B783
(226,183,131)
#E5BF92
(229,191,146)
#E8C7A1
(232,199,161)
#EBCFB0
(235,207,176)
#EED7BF
(238,215,191)
#F1DFCE
(241,223,206)
#F4E7DD
(244,231,221)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99F56 color. Also use rgb(217,159,86) instead hex code.

Text Font Color

.myTextColor { color: #D99F56; }

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

This text font color is #D99F56.

Background Color

.myBgColor { background-color: #D99F56; }

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

This div background color is #D99F56.

Border color

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

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

This div border color is #D99F56.

Opacity

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

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

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

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

This text has shadow with #D99F56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99F56.

Preview

Color preview on black background

This text has color #D99F56 on black background.


Color preview on white background

This text has color #D99F56 on white background.


Black color preview on #D99F56 background

This text has black color on #D99F56 background.


White color preview on #D99F56 background

This text has white color on #D99F56 background.


Related colors

Complementary color

Complementary color for #hex is #2660A9.


I love getcolorcode.com

Triadic colors

1 #56D99F and #9F56D9 with #D99F56 are triadic colors.

2 #569FD9 and #9FD956 with #D99F56 are triadic colors.