COLOR #D89C0C

HEX: #D89C0C
RGB: (216,156,12)

Color info

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

RGB color model

#D89C0C color RGB value is (216,156,12).

  • red value is 216;
  • green value is 156;
  • blue value is 12.
RGB:
(216,156,12)
(85%,61%,5%)

RGB channels and saturation

R 216 of 255 = 85%
G 156 of 255 = 61%
B 12 of 255 = 5%

216
156
12

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

Portions of RGB colors in percentages

R + G + B =
216 + 156 + 12 = 384 (100%)
R 216 of 384 ~ 56.25%
G 156 of 384 ~ 40.63%
B 12 of 384 ~ 3.13%

%56.25
%40.63

CMYK color model

#D89C0C color CMYK value is (0,28,94,15).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 94.44%
  • key color value is 15.29%
CMYK:
(0,28,94,15)
C0M28Y94K15 
(0%,28%,94%,15%)
(0.00/0.28/0.94/0.15)	

CMYK percentages

%0
%27.78
%94.44
%15.29

Codes

Color #D89C0C in popluar color models

D89C0C
RGB21615612
HSL42°89.47%44.71%
HSB/HSV42°94.44%84.71%
CMYK0.00%27.78%94.44%
15.29%

Color #D89C0C in popluar number systems.

HEXD89C0C
Decimal21615612
Binary11011000100111001100
Octal33023414

Shades and tints

Shades of #D89C0C

#D89C0C
(216,156,12)
#C58E0B
(197,142,11)
#B2800A
(178,128,10)
#9F7209
(159,114,9)
#8C6408
(140,100,8)
#795607
(121,86,7)
#664806
(102,72,6)
#533A05
(83,58,5)
#402C04
(64,44,4)
#2D1E03
(45,30,3)
#1A1002
(26,16,2)
#000000
(0,0,0)

Tints of #D89C0C

#D89C0C
(216,156,12)
#DBA522
(219,165,34)
#DEAE38
(222,174,56)
#E1B74E
(225,183,78)
#E4C064
(228,192,100)
#E7C97A
(231,201,122)
#EAD290
(234,210,144)
#EDDBA6
(237,219,166)
#F0E4BC
(240,228,188)
#F3EDD2
(243,237,210)
#F6F6E8
(246,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89C0C color. Also use rgb(216,156,12) instead hex code.

Text Font Color

.myTextColor { color: #D89C0C; }

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

This text font color is #D89C0C.


Background Color

.myBgColor { background-color: #D89C0C; }

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

This div background color is #D89C0C.


Border color

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

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

This div border color is #D89C0C.


Opacity

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

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

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

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

This text has shadow with #D89C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89C0C on black background.


Color preview on white background

This text has color #D89C0C on white background.



Black color preview on #D89C0C background

This text has black color on #D89C0C background.


White color preview on #D89C0C background

This text has white color on #D89C0C background.