COLOR #D89E14

HEX: #D89E14
RGB: (216,158,20)

Color info

#D89E14 contains mainly red and green colors. Web safe color of #D89E14 is #CC9900 (or #C90).

RGB color model

#D89E14 color RGB value is (216,158,20).

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

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 20 of 255 = 8%

216
158
20

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

Portions of RGB colors in percentages

R + G + B =
216 + 158 + 20 = 394 (100%)
R 216 of 394 ~ 54.82%
G 158 of 394 ~ 40.1%
B 20 of 394 ~ 5.08%

%54.82
%40.1

CMYK color model

#D89E14 color CMYK value is (0,27,91,15).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 90.74%
  • key color value is 15.29%
CMYK:
(0,27,91,15)
C0M27Y91K15 
(0%,27%,91%,15%)
(0.00/0.27/0.91/0.15)	

CMYK percentages

%0
%26.85
%90.74
%15.29

Codes

Color #D89E14 in popluar color models

D89E14
RGB21615820
HSL42°83.05%46.27%
HSB/HSV42°90.74%84.71%
CMYK0.00%26.85%90.74%
15.29%

Color #D89E14 in popluar number systems.

HEXD89E14
Decimal21615820
Binary110110001001111010100
Octal33023624

Shades and tints

Shades of #D89E14

#D89E14
(216,158,20)
#C59013
(197,144,19)
#B28212
(178,130,18)
#9F7411
(159,116,17)
#8C6610
(140,102,16)
#79580F
(121,88,15)
#664A0E
(102,74,14)
#533C0D
(83,60,13)
#402E0C
(64,46,12)
#2D200B
(45,32,11)
#1A120A
(26,18,10)
#000000
(0,0,0)

Tints of #D89E14

#D89E14
(216,158,20)
#DBA629
(219,166,41)
#DEAE3E
(222,174,62)
#E1B653
(225,182,83)
#E4BE68
(228,190,104)
#E7C67D
(231,198,125)
#EACE92
(234,206,146)
#EDD6A7
(237,214,167)
#F0DEBC
(240,222,188)
#F3E6D1
(243,230,209)
#F6EEE6
(246,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89E14; }

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

This text font color is #D89E14.


Background Color

.myBgColor { background-color: #D89E14; }

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

This div background color is #D89E14.


Border color

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

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

This div border color is #D89E14.


Opacity

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

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

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

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

This text has shadow with #D89E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89E14 on black background.


Color preview on white background

This text has color #D89E14 on white background.



Black color preview on #D89E14 background

This text has black color on #D89E14 background.


White color preview on #D89E14 background

This text has white color on #D89E14 background.