COLOR #D68E26

HEX: #D68E26
RGB: (214,142,38)

Color info

#D68E26 contains mainly red color. Web safe color of #D68E26 is #CC9933 (or #C93).

RGB color model

#D68E26 color RGB value is (214,142,38).

  • red value is 214;
  • green value is 142;
  • blue value is 38.
RGB:
(214,142,38)
(84%,56%,15%)

RGB channels and saturation

R 214 of 255 = 84%
G 142 of 255 = 56%
B 38 of 255 = 15%

214
142
38

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

Portions of RGB colors in percentages

R + G + B =
214 + 142 + 38 = 394 (100%)
R 214 of 394 ~ 54.31%
G 142 of 394 ~ 36.04%
B 38 of 394 ~ 9.64%

%54.31
%36.04
%9.64

CMYK color model

#D68E26 color CMYK value is (0,34,82,16).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 82.24%
  • key color value is 16.08%
CMYK:
(0,34,82,16)
C0M34Y82K16 
(0%,34%,82%,16%)
(0.00/0.34/0.82/0.16)	

CMYK percentages

%0
%33.64
%82.24
%16.08

Codes

Color #D68E26 in popluar color models

D68E26
RGB21414238
HSL35°69.84%49.41%
HSB/HSV35°82.24%83.92%
CMYK0.00%33.64%82.24%
16.08%

Color #D68E26 in popluar number systems.

HEXD68E26
Decimal21414238
Binary1101011010001110100110
Octal32621646

Shades and tints

Shades of #D68E26

#D68E26
(214,142,38)
#C38223
(195,130,35)
#B07620
(176,118,32)
#9D6A1D
(157,106,29)
#8A5E1A
(138,94,26)
#775217
(119,82,23)
#644614
(100,70,20)
#513A11
(81,58,17)
#3E2E0E
(62,46,14)
#2B220B
(43,34,11)
#181608
(24,22,8)
#000000
(0,0,0)

Tints of #D68E26

#D68E26
(214,142,38)
#D99839
(217,152,57)
#DCA24C
(220,162,76)
#DFAC5F
(223,172,95)
#E2B672
(226,182,114)
#E5C085
(229,192,133)
#E8CA98
(232,202,152)
#EBD4AB
(235,212,171)
#EEDEBE
(238,222,190)
#F1E8D1
(241,232,209)
#F4F2E4
(244,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68E26 color. Also use rgb(214,142,38) instead hex code.

Text Font Color

.myTextColor { color: #D68E26; }

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

This text font color is #D68E26.


Background Color

.myBgColor { background-color: #D68E26; }

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

This div background color is #D68E26.


Border color

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

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

This div border color is #D68E26.


Opacity

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

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

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

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

This text has shadow with #D68E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68E26 on black background.


Color preview on white background

This text has color #D68E26 on white background.



Black color preview on #D68E26 background

This text has black color on #D68E26 background.


White color preview on #D68E26 background

This text has white color on #D68E26 background.