COLOR #D67F14

HEX: #D67F14
RGB: (214,127,20)

Color info

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

RGB color model

#D67F14 color RGB value is (214,127,20).

  • red value is 214;
  • green value is 127;
  • blue value is 20.
RGB:
(214,127,20)
(84%,50%,8%)

RGB channels and saturation

R 214 of 255 = 84%
G 127 of 255 = 50%
B 20 of 255 = 8%

214
127
20

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

Portions of RGB colors in percentages

R + G + B =
214 + 127 + 20 = 361 (100%)
R 214 of 361 ~ 59.28%
G 127 of 361 ~ 35.18%
B 20 of 361 ~ 5.54%

%59.28
%35.18

CMYK color model

#D67F14 color CMYK value is (0,41,91,16).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 90.65%
  • key color value is 16.08%
CMYK:
(0,41,91,16)
C0M41Y91K16 
(0%,41%,91%,16%)
(0.00/0.41/0.91/0.16)	

CMYK percentages

%0
%40.65
%90.65
%16.08

Codes

Color #D67F14 in popluar color models

D67F14
RGB21412720
HSL33°82.91%45.88%
HSB/HSV33°90.65%83.92%
CMYK0.00%40.65%90.65%
16.08%

Color #D67F14 in popluar number systems.

HEXD67F14
Decimal21412720
Binary11010110111111110100
Octal32617724

Shades and tints

Shades of #D67F14

#D67F14
(214,127,20)
#C37413
(195,116,19)
#B06912
(176,105,18)
#9D5E11
(157,94,17)
#8A5310
(138,83,16)
#77480F
(119,72,15)
#643D0E
(100,61,14)
#51320D
(81,50,13)
#3E270C
(62,39,12)
#2B1C0B
(43,28,11)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #D67F14

#D67F14
(214,127,20)
#D98A29
(217,138,41)
#DC953E
(220,149,62)
#DFA053
(223,160,83)
#E2AB68
(226,171,104)
#E5B67D
(229,182,125)
#E8C192
(232,193,146)
#EBCCA7
(235,204,167)
#EED7BC
(238,215,188)
#F1E2D1
(241,226,209)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67F14 color. Also use rgb(214,127,20) instead hex code.

Text Font Color

.myTextColor { color: #D67F14; }

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

This text font color is #D67F14.


Background Color

.myBgColor { background-color: #D67F14; }

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

This div background color is #D67F14.


Border color

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

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

This div border color is #D67F14.


Opacity

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

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

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

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

This text has shadow with #D67F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67F14 on black background.


Color preview on white background

This text has color #D67F14 on white background.



Black color preview on #D67F14 background

This text has black color on #D67F14 background.


White color preview on #D67F14 background

This text has white color on #D67F14 background.