COLOR #D1962E

HEX: #D1962E
RGB: (209,150,46)

Color info

#D1962E contains mainly red and green colors. Web safe color of #D1962E is #CC9933 (or #C93).

RGB color model

#D1962E color RGB value is (209,150,46).

  • red value is 209;
  • green value is 150;
  • blue value is 46.
RGB:
(209,150,46)
(82%,59%,18%)

RGB channels and saturation

R 209 of 255 = 82%
G 150 of 255 = 59%
B 46 of 255 = 18%

209
150
46

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

Portions of RGB colors in percentages

R + G + B =
209 + 150 + 46 = 405 (100%)
R 209 of 405 ~ 51.6%
G 150 of 405 ~ 37.04%
B 46 of 405 ~ 11.36%

%51.6
%37.04
%11.36

CMYK color model

#D1962E color CMYK value is (0,28,78,18).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 77.99%
  • key color value is 18.04%
CMYK:
(0,28,78,18)
C0M28Y78K18 
(0%,28%,78%,18%)
(0.00/0.28/0.78/0.18)	

CMYK percentages

%0
%28.23
%77.99
%18.04

Codes

Color #D1962E in popluar color models

D1962E
RGB20915046
HSL38°63.92%50.00%
HSB/HSV38°77.99%81.96%
CMYK0.00%28.23%77.99%
18.04%

Color #D1962E in popluar number systems.

HEXD1962E
Decimal20915046
Binary1101000110010110101110
Octal32122656

Shades and tints

Shades of #D1962E

#D1962E
(209,150,46)
#BE892A
(190,137,42)
#AB7C26
(171,124,38)
#986F22
(152,111,34)
#85621E
(133,98,30)
#72551A
(114,85,26)
#5F4816
(95,72,22)
#4C3B12
(76,59,18)
#392E0E
(57,46,14)
#26210A
(38,33,10)
#131406
(19,20,6)
#000000
(0,0,0)

Tints of #D1962E

#D1962E
(209,150,46)
#D59F41
(213,159,65)
#D9A854
(217,168,84)
#DDB167
(221,177,103)
#E1BA7A
(225,186,122)
#E5C38D
(229,195,141)
#E9CCA0
(233,204,160)
#EDD5B3
(237,213,179)
#F1DEC6
(241,222,198)
#F5E7D9
(245,231,217)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1962E color. Also use rgb(209,150,46) instead hex code.

Text Font Color

.myTextColor { color: #D1962E; }

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

This text font color is #D1962E.


Background Color

.myBgColor { background-color: #D1962E; }

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

This div background color is #D1962E.


Border color

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

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

This div border color is #D1962E.


Opacity

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

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

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

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

This text has shadow with #D1962E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1962E on black background.


Color preview on white background

This text has color #D1962E on white background.



Black color preview on #D1962E background

This text has black color on #D1962E background.


White color preview on #D1962E background

This text has white color on #D1962E background.