COLOR #D68F06

HEX: #D68F06
RGB: (214,143,6)

Color info

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

RGB color model

#D68F06 color RGB value is (214,143,6).

  • red value is 214;
  • green value is 143;
  • blue value is 6.
RGB:
(214,143,6)
(84%,56%,2%)

RGB channels and saturation

R 214 of 255 = 84%
G 143 of 255 = 56%
B 6 of 255 = 2%

214
143
6

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

Portions of RGB colors in percentages

R + G + B =
214 + 143 + 6 = 363 (100%)
R 214 of 363 ~ 58.95%
G 143 of 363 ~ 39.39%
B 6 of 363 ~ 1.65%

%58.95
%39.39

CMYK color model

#D68F06 color CMYK value is (0,33,97,16).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 97.20%
  • key color value is 16.08%
CMYK:
(0,33,97,16)
C0M33Y97K16 
(0%,33%,97%,16%)
(0.00/0.33/0.97/0.16)	

CMYK percentages

%0
%33.18
%97.2
%16.08

Codes

Color #D68F06 in popluar color models

D68F06
RGB2141436
HSL40°94.55%43.14%
HSB/HSV40°97.20%83.92%
CMYK0.00%33.18%97.20%
16.08%

Color #D68F06 in popluar number systems.

HEXD68F06
Decimal2141436
Binary1101011010001111110
Octal3262176

Shades and tints

Shades of #D68F06

#D68F06
(214,143,6)
#C38206
(195,130,6)
#B07506
(176,117,6)
#9D6806
(157,104,6)
#8A5B06
(138,91,6)
#774E06
(119,78,6)
#644106
(100,65,6)
#513406
(81,52,6)
#3E2706
(62,39,6)
#2B1A06
(43,26,6)
#180D06
(24,13,6)
#000000
(0,0,0)

Tints of #D68F06

#D68F06
(214,143,6)
#D9991C
(217,153,28)
#DCA332
(220,163,50)
#DFAD48
(223,173,72)
#E2B75E
(226,183,94)
#E5C174
(229,193,116)
#E8CB8A
(232,203,138)
#EBD5A0
(235,213,160)
#EEDFB6
(238,223,182)
#F1E9CC
(241,233,204)
#F4F3E2
(244,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68F06 color. Also use rgb(214,143,6) instead hex code.

Text Font Color

.myTextColor { color: #D68F06; }

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

This text font color is #D68F06.


Background Color

.myBgColor { background-color: #D68F06; }

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

This div background color is #D68F06.


Border color

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

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

This div border color is #D68F06.


Opacity

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

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

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

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

This text has shadow with #D68F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68F06 on black background.


Color preview on white background

This text has color #D68F06 on white background.



Black color preview on #D68F06 background

This text has black color on #D68F06 background.


White color preview on #D68F06 background

This text has white color on #D68F06 background.