COLOR #D89459

HEX: #D89459
RGB: (216,148,89)

Color info

#D89459 contains mainly red color. Web safe color of #D89459 is #CC9966 (or #C96).

RGB color model

#D89459 color RGB value is (216,148,89).

  • red value is 216;
  • green value is 148;
  • blue value is 89.
RGB:
(216,148,89)
(85%,58%,35%)

RGB channels and saturation

R 216 of 255 = 85%
G 148 of 255 = 58%
B 89 of 255 = 35%

216
148
89

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

Portions of RGB colors in percentages

R + G + B =
216 + 148 + 89 = 453 (100%)
R 216 of 453 ~ 47.68%
G 148 of 453 ~ 32.67%
B 89 of 453 ~ 19.65%

%47.68
%32.67
%19.65

CMYK color model

#D89459 color CMYK value is (0,31,59,15).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 58.80%
  • key color value is 15.29%
CMYK:
(0,31,59,15)
C0M31Y59K15 
(0%,31%,59%,15%)
(0.00/0.31/0.59/0.15)	

CMYK percentages

%0
%31.48
%58.8
%15.29

Codes

Color #D89459 in popluar color models

D89459
RGB21614889
HSL28°61.95%59.80%
HSB/HSV28°58.80%84.71%
CMYK0.00%31.48%58.80%
15.29%

Color #D89459 in popluar number systems.

HEXD89459
Decimal21614889
Binary11011000100101001011001
Octal330224131

Shades and tints

Shades of #D89459

#D89459
(216,148,89)
#C58751
(197,135,81)
#B27A49
(178,122,73)
#9F6D41
(159,109,65)
#8C6039
(140,96,57)
#795331
(121,83,49)
#664629
(102,70,41)
#533921
(83,57,33)
#402C19
(64,44,25)
#2D1F11
(45,31,17)
#1A1209
(26,18,9)
#000000
(0,0,0)

Tints of #D89459

#D89459
(216,148,89)
#DB9D68
(219,157,104)
#DEA677
(222,166,119)
#E1AF86
(225,175,134)
#E4B895
(228,184,149)
#E7C1A4
(231,193,164)
#EACAB3
(234,202,179)
#EDD3C2
(237,211,194)
#F0DCD1
(240,220,209)
#F3E5E0
(243,229,224)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89459 color. Also use rgb(216,148,89) instead hex code.

Text Font Color

.myTextColor { color: #D89459; }

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

This text font color is #D89459.


Background Color

.myBgColor { background-color: #D89459; }

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

This div background color is #D89459.


Border color

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

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

This div border color is #D89459.


Opacity

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

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

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

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

This text has shadow with #D89459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89459 on black background.


Color preview on white background

This text has color #D89459 on white background.



Black color preview on #D89459 background

This text has black color on #D89459 background.


White color preview on #D89459 background

This text has white color on #D89459 background.