COLOR #D9856D

HEX: #D9856D RGB: (217,133,109)

Color info

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

RGB color model

#D9856D color RGB value is (217,133,109).

RGB: (217,133,109) (85%, 52%, 43%)

RGB channels and saturation

R 217 of 255 = 85%
G 133 of 255 = 52%
B 109 of 255 = 43%

217
133
109

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

Portions of RGB colors in percentages

R + G + B = 217 + 133 + 109 = 459 (100%)
R 217 of 459 ~ 47.28%
G 133 of 459 ~ 28.98%
B 109 of 459 ~ 23.75'%

%47.28
%28.98
%23.75

CMYK color model

#D9856D color CMYK value is (0,39,50,15).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 49.77%
  • key color value is 14.90%

CMYK: (0,39,50,15)
C0M39Y50K15 (0%, 39%, 50%, 15%)
(0.00 / 0.39 / 0.50 / 0.15)

CMYK percentages

%0
%38.71
%49.77
%14.9

Codes

Color #D9856D in popluar color models

D9 85 6D
RGB 217 133 109
HSL 13° 58.70% 63.92%
HSB/HSV 13° 49.77% 85.10%
CMYK 0.00% 38.71% 49.77%
14.90%

Color #D9856D in popluar number systems.

HEX D9 85 6D
Decimal 217 133 109
Binary 11011001 10000101 1101101
Octal 331 205 155

Shades and tints

Shades of #D9856D

#D9856D
(217,133,109)
#C67964
(198,121,100)
#B36D5B
(179,109,91)
#A06152
(160,97,82)
#8D5549
(141,85,73)
#7A4940
(122,73,64)
#673D37
(103,61,55)
#54312E
(84,49,46)
#412525
(65,37,37)
#2E191C
(46,25,28)
#1B0D13
(27,13,19)
#000000
(0,0,0)

Tints of #D9856D

#D9856D
(217,133,109)
#DC907A
(220,144,122)
#DF9B87
(223,155,135)
#E2A694
(226,166,148)
#E5B1A1
(229,177,161)
#E8BCAE
(232,188,174)
#EBC7BB
(235,199,187)
#EED2C8
(238,210,200)
#F1DDD5
(241,221,213)
#F4E8E2
(244,232,226)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9856D color. Also use rgb(217,133,109) instead hex code.

Text Font Color

.myTextColor { color: #D9856D; }

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

This text font color is #D9856D.

Background Color

.myBgColor { background-color: #D9856D; }

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

This div background color is #D9856D.

Border color

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

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

This div border color is #D9856D.

Opacity

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

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

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

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

This text has shadow with #D9856D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9856D.

Preview

Color preview on black background

This text has color #D9856D on black background.


Color preview on white background

This text has color #D9856D on white background.


Black color preview on #D9856D background

This text has black color on #D9856D background.


White color preview on #D9856D background

This text has white color on #D9856D background.


Related colors

Complementary color

Complementary color for #hex is #267A92.


I love getcolorcode.com

Triadic colors

1 #6DD985 and #856DD9 with #D9856D are triadic colors.

2 #6D85D9 and #85D96D with #D9856D are triadic colors.