COLOR #D0856F

HEX: #D0856F
RGB: (208,133,111)

Color info

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

RGB color model

#D0856F color RGB value is (208,133,111).

  • red value is 208;
  • green value is 133;
  • blue value is 111.
RGB:
(208,133,111)
(82%,52%,44%)

RGB channels and saturation

R 208 of 255 = 82%
G 133 of 255 = 52%
B 111 of 255 = 44%

208
133
111

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

Portions of RGB colors in percentages

R + G + B =
208 + 133 + 111 = 452 (100%)
R 208 of 452 ~ 46.02%
G 133 of 452 ~ 29.42%
B 111 of 452 ~ 24.56%

%46.02
%29.42
%24.56

CMYK color model

#D0856F color CMYK value is (0,36,47,18).

  • cyan value is 0.00%
  • magenta value is 36.06%
  • yellow value is 46.63%
  • key color value is 18.43%
CMYK:
(0,36,47,18)
C0M36Y47K18 
(0%,36%,47%,18%)
(0.00/0.36/0.47/0.18)	

CMYK percentages

%0
%36.06
%46.63
%18.43

Codes

Color #D0856F in popluar color models

D0856F
RGB208133111
HSL14°50.79%62.55%
HSB/HSV14°46.63%81.57%
CMYK0.00%36.06%46.63%
18.43%

Color #D0856F in popluar number systems.

HEXD0856F
Decimal208133111
Binary11010000100001011101111
Octal320205157

Shades and tints

Shades of #D0856F

#D0856F
(208,133,111)
#BE7965
(190,121,101)
#AC6D5B
(172,109,91)
#9A6151
(154,97,81)
#885547
(136,85,71)
#76493D
(118,73,61)
#643D33
(100,61,51)
#523129
(82,49,41)
#40251F
(64,37,31)
#2E1915
(46,25,21)
#1C0D0B
(28,13,11)
#000000
(0,0,0)

Tints of #D0856F

#D0856F
(208,133,111)
#D4907C
(212,144,124)
#D89B89
(216,155,137)
#DCA696
(220,166,150)
#E0B1A3
(224,177,163)
#E4BCB0
(228,188,176)
#E8C7BD
(232,199,189)
#ECD2CA
(236,210,202)
#F0DDD7
(240,221,215)
#F4E8E4
(244,232,228)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0856F color. Also use rgb(208,133,111) instead hex code.

Text Font Color

.myTextColor { color: #D0856F; }

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

This text font color is #D0856F.


Background Color

.myBgColor { background-color: #D0856F; }

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

This div background color is #D0856F.


Border color

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

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

This div border color is #D0856F.


Opacity

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

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

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

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

This text has shadow with #D0856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0856F on black background.


Color preview on white background

This text has color #D0856F on white background.



Black color preview on #D0856F background

This text has black color on #D0856F background.


White color preview on #D0856F background

This text has white color on #D0856F background.