COLOR #D89B73

HEX: #D89B73
RGB: (216,155,115)

Color info

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

RGB color model

#D89B73 color RGB value is (216,155,115).

  • red value is 216;
  • green value is 155;
  • blue value is 115.
RGB:
(216,155,115)
(85%,61%,45%)

RGB channels and saturation

R 216 of 255 = 85%
G 155 of 255 = 61%
B 115 of 255 = 45%

216
155
115

R + G + B ~ 64%. #D89B73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 155 + 115 = 486 (100%)
R 216 of 486 ~ 44.44%
G 155 of 486 ~ 31.89%
B 115 of 486 ~ 23.66%

%44.44
%31.89
%23.66

CMYK color model

#D89B73 color CMYK value is (0,28,47,15).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 46.76%
  • key color value is 15.29%
CMYK:
(0,28,47,15)
C0M28Y47K15 
(0%,28%,47%,15%)
(0.00/0.28/0.47/0.15)	

CMYK percentages

%0
%28.24
%46.76
%15.29

Codes

Color #D89B73 in popluar color models

D89B73
RGB216155115
HSL24°56.42%64.90%
HSB/HSV24°46.76%84.71%
CMYK0.00%28.24%46.76%
15.29%

Color #D89B73 in popluar number systems.

HEXD89B73
Decimal216155115
Binary11011000100110111110011
Octal330233163

Shades and tints

Shades of #D89B73

#D89B73
(216,155,115)
#C58D69
(197,141,105)
#B27F5F
(178,127,95)
#9F7155
(159,113,85)
#8C634B
(140,99,75)
#795541
(121,85,65)
#664737
(102,71,55)
#53392D
(83,57,45)
#402B23
(64,43,35)
#2D1D19
(45,29,25)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #D89B73

#D89B73
(216,155,115)
#DBA47F
(219,164,127)
#DEAD8B
(222,173,139)
#E1B697
(225,182,151)
#E4BFA3
(228,191,163)
#E7C8AF
(231,200,175)
#EAD1BB
(234,209,187)
#EDDAC7
(237,218,199)
#F0E3D3
(240,227,211)
#F3ECDF
(243,236,223)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89B73 color. Also use rgb(216,155,115) instead hex code.

Text Font Color

.myTextColor { color: #D89B73; }

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

This text font color is #D89B73.


Background Color

.myBgColor { background-color: #D89B73; }

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

This div background color is #D89B73.


Border color

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

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

This div border color is #D89B73.


Opacity

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

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

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

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

This text has shadow with #D89B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89B73 on black background.


Color preview on white background

This text has color #D89B73 on white background.



Black color preview on #D89B73 background

This text has black color on #D89B73 background.


White color preview on #D89B73 background

This text has white color on #D89B73 background.