COLOR #D89A09

HEX: #D89A09
RGB: (216,154,9)

Color info

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

RGB color model

#D89A09 color RGB value is (216,154,9).

  • red value is 216;
  • green value is 154;
  • blue value is 9.
RGB:
(216,154,9)
(85%,60%,4%)

RGB channels and saturation

R 216 of 255 = 85%
G 154 of 255 = 60%
B 9 of 255 = 4%

216
154
9

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

Portions of RGB colors in percentages

R + G + B =
216 + 154 + 9 = 379 (100%)
R 216 of 379 ~ 56.99%
G 154 of 379 ~ 40.63%
B 9 of 379 ~ 2.37%

%56.99
%40.63

CMYK color model

#D89A09 color CMYK value is (0,29,96,15).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 95.83%
  • key color value is 15.29%
CMYK:
(0,29,96,15)
C0M29Y96K15 
(0%,29%,96%,15%)
(0.00/0.29/0.96/0.15)	

CMYK percentages

%0
%28.7
%95.83
%15.29

Codes

Color #D89A09 in popluar color models

D89A09
RGB2161549
HSL42°92.00%44.12%
HSB/HSV42°95.83%84.71%
CMYK0.00%28.70%95.83%
15.29%

Color #D89A09 in popluar number systems.

HEXD89A09
Decimal2161549
Binary11011000100110101001
Octal33023211

Shades and tints

Shades of #D89A09

#D89A09
(216,154,9)
#C58C09
(197,140,9)
#B27E09
(178,126,9)
#9F7009
(159,112,9)
#8C6209
(140,98,9)
#795409
(121,84,9)
#664609
(102,70,9)
#533809
(83,56,9)
#402A09
(64,42,9)
#2D1C09
(45,28,9)
#1A0E09
(26,14,9)
#000000
(0,0,0)

Tints of #D89A09

#D89A09
(216,154,9)
#DBA31F
(219,163,31)
#DEAC35
(222,172,53)
#E1B54B
(225,181,75)
#E4BE61
(228,190,97)
#E7C777
(231,199,119)
#EAD08D
(234,208,141)
#EDD9A3
(237,217,163)
#F0E2B9
(240,226,185)
#F3EBCF
(243,235,207)
#F6F4E5
(246,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89A09 color. Also use rgb(216,154,9) instead hex code.

Text Font Color

.myTextColor { color: #D89A09; }

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

This text font color is #D89A09.


Background Color

.myBgColor { background-color: #D89A09; }

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

This div background color is #D89A09.


Border color

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

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

This div border color is #D89A09.


Opacity

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

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

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

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

This text has shadow with #D89A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89A09 on black background.


Color preview on white background

This text has color #D89A09 on white background.



Black color preview on #D89A09 background

This text has black color on #D89A09 background.


White color preview on #D89A09 background

This text has white color on #D89A09 background.