COLOR #D89314

HEX: #D89314
RGB: (216,147,20)

Color info

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

RGB color model

#D89314 color RGB value is (216,147,20).

  • red value is 216;
  • green value is 147;
  • blue value is 20.
RGB:
(216,147,20)
(85%,58%,8%)

RGB channels and saturation

R 216 of 255 = 85%
G 147 of 255 = 58%
B 20 of 255 = 8%

216
147
20

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

Portions of RGB colors in percentages

R + G + B =
216 + 147 + 20 = 383 (100%)
R 216 of 383 ~ 56.4%
G 147 of 383 ~ 38.38%
B 20 of 383 ~ 5.22%

%56.4
%38.38

CMYK color model

#D89314 color CMYK value is (0,32,91,15).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 90.74%
  • key color value is 15.29%
CMYK:
(0,32,91,15)
C0M32Y91K15 
(0%,32%,91%,15%)
(0.00/0.32/0.91/0.15)	

CMYK percentages

%0
%31.94
%90.74
%15.29

Codes

Color #D89314 in popluar color models

D89314
RGB21614720
HSL39°83.05%46.27%
HSB/HSV39°90.74%84.71%
CMYK0.00%31.94%90.74%
15.29%

Color #D89314 in popluar number systems.

HEXD89314
Decimal21614720
Binary110110001001001110100
Octal33022324

Shades and tints

Shades of #D89314

#D89314
(216,147,20)
#C58613
(197,134,19)
#B27912
(178,121,18)
#9F6C11
(159,108,17)
#8C5F10
(140,95,16)
#79520F
(121,82,15)
#66450E
(102,69,14)
#53380D
(83,56,13)
#402B0C
(64,43,12)
#2D1E0B
(45,30,11)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #D89314

#D89314
(216,147,20)
#DB9C29
(219,156,41)
#DEA53E
(222,165,62)
#E1AE53
(225,174,83)
#E4B768
(228,183,104)
#E7C07D
(231,192,125)
#EAC992
(234,201,146)
#EDD2A7
(237,210,167)
#F0DBBC
(240,219,188)
#F3E4D1
(243,228,209)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89314 color. Also use rgb(216,147,20) instead hex code.

Text Font Color

.myTextColor { color: #D89314; }

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

This text font color is #D89314.


Background Color

.myBgColor { background-color: #D89314; }

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

This div background color is #D89314.


Border color

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

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

This div border color is #D89314.


Opacity

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

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

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

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

This text has shadow with #D89314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89314 on black background.


Color preview on white background

This text has color #D89314 on white background.



Black color preview on #D89314 background

This text has black color on #D89314 background.


White color preview on #D89314 background

This text has white color on #D89314 background.