COLOR #D68D40

HEX: #D68D40
RGB: (214,141,64)

Color info

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

RGB color model

#D68D40 color RGB value is (214,141,64).

  • red value is 214;
  • green value is 141;
  • blue value is 64.
RGB:
(214,141,64)
(84%,55%,25%)

RGB channels and saturation

R 214 of 255 = 84%
G 141 of 255 = 55%
B 64 of 255 = 25%

214
141
64

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

Portions of RGB colors in percentages

R + G + B =
214 + 141 + 64 = 419 (100%)
R 214 of 419 ~ 51.07%
G 141 of 419 ~ 33.65%
B 64 of 419 ~ 15.27%

%51.07
%33.65
%15.27

CMYK color model

#D68D40 color CMYK value is (0,34,70,16).

  • cyan value is 0.00%
  • magenta value is 34.11%
  • yellow value is 70.09%
  • key color value is 16.08%
CMYK:
(0,34,70,16)
C0M34Y70K16 
(0%,34%,70%,16%)
(0.00/0.34/0.70/0.16)	

CMYK percentages

%0
%34.11
%70.09
%16.08

Codes

Color #D68D40 in popluar color models

D68D40
RGB21414164
HSL31°64.66%54.51%
HSB/HSV31°70.09%83.92%
CMYK0.00%34.11%70.09%
16.08%

Color #D68D40 in popluar number systems.

HEXD68D40
Decimal21414164
Binary11010110100011011000000
Octal326215100

Shades and tints

Shades of #D68D40

#D68D40
(214,141,64)
#C3813B
(195,129,59)
#B07536
(176,117,54)
#9D6931
(157,105,49)
#8A5D2C
(138,93,44)
#775127
(119,81,39)
#644522
(100,69,34)
#51391D
(81,57,29)
#3E2D18
(62,45,24)
#2B2113
(43,33,19)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #D68D40

#D68D40
(214,141,64)
#D99751
(217,151,81)
#DCA162
(220,161,98)
#DFAB73
(223,171,115)
#E2B584
(226,181,132)
#E5BF95
(229,191,149)
#E8C9A6
(232,201,166)
#EBD3B7
(235,211,183)
#EEDDC8
(238,221,200)
#F1E7D9
(241,231,217)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68D40 color. Also use rgb(214,141,64) instead hex code.

Text Font Color

.myTextColor { color: #D68D40; }

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

This text font color is #D68D40.


Background Color

.myBgColor { background-color: #D68D40; }

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

This div background color is #D68D40.


Border color

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

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

This div border color is #D68D40.


Opacity

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

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

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

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

This text has shadow with #D68D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68D40 on black background.


Color preview on white background

This text has color #D68D40 on white background.



Black color preview on #D68D40 background

This text has black color on #D68D40 background.


White color preview on #D68D40 background

This text has white color on #D68D40 background.