COLOR #D6812E

HEX: #D6812E
RGB: (214,129,46)

Color info

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

RGB color model

#D6812E color RGB value is (214,129,46).

  • red value is 214;
  • green value is 129;
  • blue value is 46.
RGB:
(214,129,46)
(84%,51%,18%)

RGB channels and saturation

R 214 of 255 = 84%
G 129 of 255 = 51%
B 46 of 255 = 18%

214
129
46

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

Portions of RGB colors in percentages

R + G + B =
214 + 129 + 46 = 389 (100%)
R 214 of 389 ~ 55.01%
G 129 of 389 ~ 33.16%
B 46 of 389 ~ 11.83%

%55.01
%33.16
%11.83

CMYK color model

#D6812E color CMYK value is (0,40,79,16).

  • cyan value is 0.00%
  • magenta value is 39.72%
  • yellow value is 78.50%
  • key color value is 16.08%
CMYK:
(0,40,79,16)
C0M40Y79K16 
(0%,40%,79%,16%)
(0.00/0.40/0.79/0.16)	

CMYK percentages

%0
%39.72
%78.5
%16.08

Codes

Color #D6812E in popluar color models

D6812E
RGB21412946
HSL30°67.20%50.98%
HSB/HSV30°78.50%83.92%
CMYK0.00%39.72%78.50%
16.08%

Color #D6812E in popluar number systems.

HEXD6812E
Decimal21412946
Binary1101011010000001101110
Octal32620156

Shades and tints

Shades of #D6812E

#D6812E
(214,129,46)
#C3762A
(195,118,42)
#B06B26
(176,107,38)
#9D6022
(157,96,34)
#8A551E
(138,85,30)
#774A1A
(119,74,26)
#643F16
(100,63,22)
#513412
(81,52,18)
#3E290E
(62,41,14)
#2B1E0A
(43,30,10)
#181306
(24,19,6)
#000000
(0,0,0)

Tints of #D6812E

#D6812E
(214,129,46)
#D98C41
(217,140,65)
#DC9754
(220,151,84)
#DFA267
(223,162,103)
#E2AD7A
(226,173,122)
#E5B88D
(229,184,141)
#E8C3A0
(232,195,160)
#EBCEB3
(235,206,179)
#EED9C6
(238,217,198)
#F1E4D9
(241,228,217)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6812E color. Also use rgb(214,129,46) instead hex code.

Text Font Color

.myTextColor { color: #D6812E; }

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

This text font color is #D6812E.


Background Color

.myBgColor { background-color: #D6812E; }

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

This div background color is #D6812E.


Border color

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

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

This div border color is #D6812E.


Opacity

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

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

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

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

This text has shadow with #D6812E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6812E on black background.


Color preview on white background

This text has color #D6812E on white background.



Black color preview on #D6812E background

This text has black color on #D6812E background.


White color preview on #D6812E background

This text has white color on #D6812E background.