COLOR #D89B35

HEX: #D89B35
RGB: (216,155,53)

Color info

#D89B35 contains mainly red color. Web safe color of #D89B35 is #CC9933 (or #C93).

RGB color model

#D89B35 color RGB value is (216,155,53).

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

RGB channels and saturation

R 216 of 255 = 85%
G 155 of 255 = 61%
B 53 of 255 = 21%

216
155
53

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

Portions of RGB colors in percentages

R + G + B =
216 + 155 + 53 = 424 (100%)
R 216 of 424 ~ 50.94%
G 155 of 424 ~ 36.56%
B 53 of 424 ~ 12.5%

%50.94
%36.56
%12.5

CMYK color model

#D89B35 color CMYK value is (0,28,75,15).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 75.46%
  • key color value is 15.29%
CMYK:
(0,28,75,15)
C0M28Y75K15 
(0%,28%,75%,15%)
(0.00/0.28/0.75/0.15)	

CMYK percentages

%0
%28.24
%75.46
%15.29

Codes

Color #D89B35 in popluar color models

D89B35
RGB21615553
HSL38°67.63%52.75%
HSB/HSV38°75.46%84.71%
CMYK0.00%28.24%75.46%
15.29%

Color #D89B35 in popluar number systems.

HEXD89B35
Decimal21615553
Binary1101100010011011110101
Octal33023365

Shades and tints

Shades of #D89B35

#D89B35
(216,155,53)
#C58D31
(197,141,49)
#B27F2D
(178,127,45)
#9F7129
(159,113,41)
#8C6325
(140,99,37)
#795521
(121,85,33)
#66471D
(102,71,29)
#533919
(83,57,25)
#402B15
(64,43,21)
#2D1D11
(45,29,17)
#1A0F0D
(26,15,13)
#000000
(0,0,0)

Tints of #D89B35

#D89B35
(216,155,53)
#DBA447
(219,164,71)
#DEAD59
(222,173,89)
#E1B66B
(225,182,107)
#E4BF7D
(228,191,125)
#E7C88F
(231,200,143)
#EAD1A1
(234,209,161)
#EDDAB3
(237,218,179)
#F0E3C5
(240,227,197)
#F3ECD7
(243,236,215)
#F6F5E9
(246,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89B35; }

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

This text font color is #D89B35.


Background Color

.myBgColor { background-color: #D89B35; }

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

This div background color is #D89B35.


Border color

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

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

This div border color is #D89B35.


Opacity

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

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

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

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

This text has shadow with #D89B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89B35 on black background.


Color preview on white background

This text has color #D89B35 on white background.



Black color preview on #D89B35 background

This text has black color on #D89B35 background.


White color preview on #D89B35 background

This text has white color on #D89B35 background.