COLOR #D89A25

HEX: #D89A25 RGB: (216,154,37)

Color info

#D89A25 contains mainly red color. Web safe color of #D89A25 is #CC9933 (or #C93).

RGB color model

#D89A25 color RGB value is (216,154,37).

RGB: (216,154,37) (85%, 60%, 15%)

RGB channels and saturation

R 216 of 255 = 85%
G 154 of 255 = 60%
B 37 of 255 = 15%

216
154
37

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

Portions of RGB colors in percentages

R + G + B = 216 + 154 + 37 = 407 (100%)
R 216 of 407 ~ 53.07%
G 154 of 407 ~ 37.84%
B 37 of 407 ~ 9.09'%

%53.07
%37.84

CMYK color model

#D89A25 color CMYK value is (0,29,83,15).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 82.87%
  • key color value is 15.29%

CMYK: (0,29,83,15)
C0M29Y83K15 (0%, 29%, 83%, 15%)
(0.00 / 0.29 / 0.83 / 0.15)

CMYK percentages

%0
%28.7
%82.87
%15.29

Codes

Color #D89A25 in popluar color models

D8 9A 25
RGB 216 154 37
HSL 39° 70.75% 49.61%
HSB/HSV 39° 82.87% 84.71%
CMYK 0.00% 28.70% 82.87%
15.29%

Color #D89A25 in popluar number systems.

HEX D8 9A 25
Decimal 216 154 37
Binary 11011000 10011010 100101
Octal 330 232 45

Shades and tints

Shades of #D89A25

#D89A25
(216,154,37)
#C58C22
(197,140,34)
#B27E1F
(178,126,31)
#9F701C
(159,112,28)
#8C6219
(140,98,25)
#795416
(121,84,22)
#664613
(102,70,19)
#533810
(83,56,16)
#402A0D
(64,42,13)
#2D1C0A
(45,28,10)
#1A0E07
(26,14,7)
#000000
(0,0,0)

Tints of #D89A25

#D89A25
(216,154,37)
#DBA338
(219,163,56)
#DEAC4B
(222,172,75)
#E1B55E
(225,181,94)
#E4BE71
(228,190,113)
#E7C784
(231,199,132)
#EAD097
(234,208,151)
#EDD9AA
(237,217,170)
#F0E2BD
(240,226,189)
#F3EBD0
(243,235,208)
#F6F4E3
(246,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89A25; }

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

This text font color is #D89A25.

Background Color

.myBgColor { background-color: #D89A25; }

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

This div background color is #D89A25.

Border color

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

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

This div border color is #D89A25.

Opacity

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

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

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

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

This text has shadow with #D89A25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89A25.

Preview

Color preview on black background

This text has color #D89A25 on black background.


Color preview on white background

This text has color #D89A25 on white background.


Black color preview on #D89A25 background

This text has black color on #D89A25 background.


White color preview on #D89A25 background

This text has white color on #D89A25 background.


Related colors

Complementary color

Complementary color for #hex is #2765DA.


I love getcolorcode.com

Triadic colors

1 #25D89A and #9A25D8 with #D89A25 are triadic colors.

2 #259AD8 and #9AD825 with #D89A25 are triadic colors.