COLOR #D89100

HEX: #D89100
RGB: (216,145,0)

Color info

#D89100 contains mainly red color. Web safe color of #D89100 is #CC9900 (or #C90).

RGB color model

#D89100 color RGB value is (216,145,0).

  • red value is 216;
  • green value is 145;
  • blue value is 0.
RGB:
(216,145,0)
(85%,57%,0%)

RGB channels and saturation

R 216 of 255 = 85%
G 145 of 255 = 57%
B 0 of 255 = 0%

216
145
0

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

Portions of RGB colors in percentages

R + G + B =
216 + 145 + 0 = 361 (100%)
R 216 of 361 ~ 59.83%
G 145 of 361 ~ 40.17%
B 0 of 361 ~ 0%

%59.83
%40.17

CMYK color model

#D89100 color CMYK value is (0,33,100,15).

  • cyan value is 0.00%
  • magenta value is 32.87%
  • yellow value is 100.00%
  • key color value is 15.29%
CMYK:
(0,33,100,15)
C0M33Y100K15 
(0%,33%,100%,15%)
(0.00/0.33/1.00/0.15)	

CMYK percentages

%0
%32.87
%100
%15.29

Codes

Color #D89100 in popluar color models

D89100
RGB2161450
HSL40°100.00%42.35%
HSB/HSV40°100.00%84.71%
CMYK0.00%32.87%100.00%
15.29%

Color #D89100 in popluar number systems.

HEXD89100
Decimal2161450
Binary11011000100100010
Octal3302210

Shades and tints

Shades of #D89100

#D89100
(216,145,0)
#C58400
(197,132,0)
#B27700
(178,119,0)
#9F6A00
(159,106,0)
#8C5D00
(140,93,0)
#795000
(121,80,0)
#664300
(102,67,0)
#533600
(83,54,0)
#402900
(64,41,0)
#2D1C00
(45,28,0)
#1A0F00
(26,15,0)
#000000
(0,0,0)

Tints of #D89100

#D89100
(216,145,0)
#DB9B17
(219,155,23)
#DEA52E
(222,165,46)
#E1AF45
(225,175,69)
#E4B95C
(228,185,92)
#E7C373
(231,195,115)
#EACD8A
(234,205,138)
#EDD7A1
(237,215,161)
#F0E1B8
(240,225,184)
#F3EBCF
(243,235,207)
#F6F5E6
(246,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89100 color. Also use rgb(216,145,0) instead hex code.

Text Font Color

.myTextColor { color: #D89100; }

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

This text font color is #D89100.


Background Color

.myBgColor { background-color: #D89100; }

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

This div background color is #D89100.


Border color

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

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

This div border color is #D89100.


Opacity

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

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

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

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

This text has shadow with #D89100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89100 on black background.


Color preview on white background

This text has color #D89100 on white background.



Black color preview on #D89100 background

This text has black color on #D89100 background.


White color preview on #D89100 background

This text has white color on #D89100 background.