COLOR #D67D04

HEX: #D67D04
RGB: (214,125,4)

Color info

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

RGB color model

#D67D04 color RGB value is (214,125,4).

  • red value is 214;
  • green value is 125;
  • blue value is 4.
RGB:
(214,125,4)
(84%,49%,2%)

RGB channels and saturation

R 214 of 255 = 84%
G 125 of 255 = 49%
B 4 of 255 = 2%

214
125
4

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

Portions of RGB colors in percentages

R + G + B =
214 + 125 + 4 = 343 (100%)
R 214 of 343 ~ 62.39%
G 125 of 343 ~ 36.44%
B 4 of 343 ~ 1.17%

%62.39
%36.44

CMYK color model

#D67D04 color CMYK value is (0,42,98,16).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 98.13%
  • key color value is 16.08%
CMYK:
(0,42,98,16)
C0M42Y98K16 
(0%,42%,98%,16%)
(0.00/0.42/0.98/0.16)	

CMYK percentages

%0
%41.59
%98.13
%16.08

Codes

Color #D67D04 in popluar color models

D67D04
RGB2141254
HSL35°96.33%42.75%
HSB/HSV35°98.13%83.92%
CMYK0.00%41.59%98.13%
16.08%

Color #D67D04 in popluar number systems.

HEXD67D04
Decimal2141254
Binary110101101111101100
Octal3261754

Shades and tints

Shades of #D67D04

#D67D04
(214,125,4)
#C37204
(195,114,4)
#B06704
(176,103,4)
#9D5C04
(157,92,4)
#8A5104
(138,81,4)
#774604
(119,70,4)
#643B04
(100,59,4)
#513004
(81,48,4)
#3E2504
(62,37,4)
#2B1A04
(43,26,4)
#180F04
(24,15,4)
#000000
(0,0,0)

Tints of #D67D04

#D67D04
(214,125,4)
#D9881A
(217,136,26)
#DC9330
(220,147,48)
#DF9E46
(223,158,70)
#E2A95C
(226,169,92)
#E5B472
(229,180,114)
#E8BF88
(232,191,136)
#EBCA9E
(235,202,158)
#EED5B4
(238,213,180)
#F1E0CA
(241,224,202)
#F4EBE0
(244,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67D04 color. Also use rgb(214,125,4) instead hex code.

Text Font Color

.myTextColor { color: #D67D04; }

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

This text font color is #D67D04.


Background Color

.myBgColor { background-color: #D67D04; }

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

This div background color is #D67D04.


Border color

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

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

This div border color is #D67D04.


Opacity

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

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

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

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

This text has shadow with #D67D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67D04 on black background.


Color preview on white background

This text has color #D67D04 on white background.



Black color preview on #D67D04 background

This text has black color on #D67D04 background.


White color preview on #D67D04 background

This text has white color on #D67D04 background.