COLOR #D48C0E

HEX: #D48C0E
RGB: (212,140,14)

Color info

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

RGB color model

#D48C0E color RGB value is (212,140,14).

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

RGB channels and saturation

R 212 of 255 = 83%
G 140 of 255 = 55%
B 14 of 255 = 5%

212
140
14

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

Portions of RGB colors in percentages

R + G + B =
212 + 140 + 14 = 366 (100%)
R 212 of 366 ~ 57.92%
G 140 of 366 ~ 38.25%
B 14 of 366 ~ 3.83%

%57.92
%38.25

CMYK color model

#D48C0E color CMYK value is (0,34,93,17).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 93.40%
  • key color value is 16.86%
CMYK:
(0,34,93,17)
C0M34Y93K17 
(0%,34%,93%,17%)
(0.00/0.34/0.93/0.17)	

CMYK percentages

%0
%33.96
%93.4
%16.86

Codes

Color #D48C0E in popluar color models

D48C0E
RGB21214014
HSL38°87.61%44.31%
HSB/HSV38°93.40%83.14%
CMYK0.00%33.96%93.40%
16.86%

Color #D48C0E in popluar number systems.

HEXD48C0E
Decimal21214014
Binary11010100100011001110
Octal32421416

Shades and tints

Shades of #D48C0E

#D48C0E
(212,140,14)
#C1800D
(193,128,13)
#AE740C
(174,116,12)
#9B680B
(155,104,11)
#885C0A
(136,92,10)
#755009
(117,80,9)
#624408
(98,68,8)
#4F3807
(79,56,7)
#3C2C06
(60,44,6)
#292005
(41,32,5)
#161404
(22,20,4)
#000000
(0,0,0)

Tints of #D48C0E

#D48C0E
(212,140,14)
#D79623
(215,150,35)
#DAA038
(218,160,56)
#DDAA4D
(221,170,77)
#E0B462
(224,180,98)
#E3BE77
(227,190,119)
#E6C88C
(230,200,140)
#E9D2A1
(233,210,161)
#ECDCB6
(236,220,182)
#EFE6CB
(239,230,203)
#F2F0E0
(242,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48C0E; }

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

This text font color is #D48C0E.


Background Color

.myBgColor { background-color: #D48C0E; }

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

This div background color is #D48C0E.


Border color

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

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

This div border color is #D48C0E.


Opacity

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

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

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

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

This text has shadow with #D48C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48C0E on black background.


Color preview on white background

This text has color #D48C0E on white background.



Black color preview on #D48C0E background

This text has black color on #D48C0E background.


White color preview on #D48C0E background

This text has white color on #D48C0E background.