COLOR #D28C0E

HEX: #D28C0E
RGB: (210,140,14)

Color info

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

RGB color model

#D28C0E color RGB value is (210,140,14).

  • red value is 210;
  • green value is 140;
  • blue value is 14.
RGB:
(210,140,14)
(82%,55%,5%)

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 14 of 255 = 5%

210
140
14

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

Portions of RGB colors in percentages

R + G + B =
210 + 140 + 14 = 364 (100%)
R 210 of 364 ~ 57.69%
G 140 of 364 ~ 38.46%
B 14 of 364 ~ 3.85%

%57.69
%38.46

CMYK color model

#D28C0E color CMYK value is (0,33,93,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 93.33%
  • key color value is 17.65%
CMYK:
(0,33,93,18)
C0M33Y93K18 
(0%,33%,93%,18%)
(0.00/0.33/0.93/0.18)	

CMYK percentages

%0
%33.33
%93.33
%17.65

Codes

Color #D28C0E in popluar color models

D28C0E
RGB21014014
HSL39°87.50%43.92%
HSB/HSV39°93.33%82.35%
CMYK0.00%33.33%93.33%
17.65%

Color #D28C0E in popluar number systems.

HEXD28C0E
Decimal21014014
Binary11010010100011001110
Octal32221416

Shades and tints

Shades of #D28C0E

#D28C0E
(210,140,14)
#BF800D
(191,128,13)
#AC740C
(172,116,12)
#99680B
(153,104,11)
#865C0A
(134,92,10)
#735009
(115,80,9)
#604408
(96,68,8)
#4D3807
(77,56,7)
#3A2C06
(58,44,6)
#272005
(39,32,5)
#141404
(20,20,4)
#000000
(0,0,0)

Tints of #D28C0E

#D28C0E
(210,140,14)
#D69623
(214,150,35)
#DAA038
(218,160,56)
#DEAA4D
(222,170,77)
#E2B462
(226,180,98)
#E6BE77
(230,190,119)
#EAC88C
(234,200,140)
#EED2A1
(238,210,161)
#F2DCB6
(242,220,182)
#F6E6CB
(246,230,203)
#FAF0E0
(250,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28C0E color. Also use rgb(210,140,14) instead hex code.

Text Font Color

.myTextColor { color: #D28C0E; }

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

This text font color is #D28C0E.


Background Color

.myBgColor { background-color: #D28C0E; }

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

This div background color is #D28C0E.


Border color

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

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

This div border color is #D28C0E.


Opacity

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

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

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

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

This text has shadow with #D28C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28C0E on black background.


Color preview on white background

This text has color #D28C0E on white background.



Black color preview on #D28C0E background

This text has black color on #D28C0E background.


White color preview on #D28C0E background

This text has white color on #D28C0E background.