COLOR #D37B14

HEX: #D37B14
RGB: (211,123,20)

Color info

#D37B14 contains mainly red color. Web safe color of #D37B14 is #CC6600 (or #C60).

RGB color model

#D37B14 color RGB value is (211,123,20).

  • red value is 211;
  • green value is 123;
  • blue value is 20.
RGB:
(211,123,20)
(83%,48%,8%)

RGB channels and saturation

R 211 of 255 = 83%
G 123 of 255 = 48%
B 20 of 255 = 8%

211
123
20

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

Portions of RGB colors in percentages

R + G + B =
211 + 123 + 20 = 354 (100%)
R 211 of 354 ~ 59.6%
G 123 of 354 ~ 34.75%
B 20 of 354 ~ 5.65%

%59.6
%34.75

CMYK color model

#D37B14 color CMYK value is (0,42,91,17).

  • cyan value is 0.00%
  • magenta value is 41.71%
  • yellow value is 90.52%
  • key color value is 17.25%
CMYK:
(0,42,91,17)
C0M42Y91K17 
(0%,42%,91%,17%)
(0.00/0.42/0.91/0.17)	

CMYK percentages

%0
%41.71
%90.52
%17.25

Codes

Color #D37B14 in popluar color models

D37B14
RGB21112320
HSL32°82.68%45.29%
HSB/HSV32°90.52%82.75%
CMYK0.00%41.71%90.52%
17.25%

Color #D37B14 in popluar number systems.

HEXD37B14
Decimal21112320
Binary11010011111101110100
Octal32317324

Shades and tints

Shades of #D37B14

#D37B14
(211,123,20)
#C07013
(192,112,19)
#AD6512
(173,101,18)
#9A5A11
(154,90,17)
#874F10
(135,79,16)
#74440F
(116,68,15)
#61390E
(97,57,14)
#4E2E0D
(78,46,13)
#3B230C
(59,35,12)
#28180B
(40,24,11)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #D37B14

#D37B14
(211,123,20)
#D78729
(215,135,41)
#DB933E
(219,147,62)
#DF9F53
(223,159,83)
#E3AB68
(227,171,104)
#E7B77D
(231,183,125)
#EBC392
(235,195,146)
#EFCFA7
(239,207,167)
#F3DBBC
(243,219,188)
#F7E7D1
(247,231,209)
#FBF3E6
(251,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37B14 color. Also use rgb(211,123,20) instead hex code.

Text Font Color

.myTextColor { color: #D37B14; }

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

This text font color is #D37B14.


Background Color

.myBgColor { background-color: #D37B14; }

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

This div background color is #D37B14.


Border color

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

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

This div border color is #D37B14.


Opacity

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

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

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

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

This text has shadow with #D37B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37B14 on black background.


Color preview on white background

This text has color #D37B14 on white background.



Black color preview on #D37B14 background

This text has black color on #D37B14 background.


White color preview on #D37B14 background

This text has white color on #D37B14 background.