COLOR #D9967E

HEX: #D9967E
RGB: (217,150,126)

Color info

#D9967E contains mainly red color. Web safe color of #D9967E is #CC9966 (or #C96).

RGB color model

#D9967E color RGB value is (217,150,126).

  • red value is 217;
  • green value is 150;
  • blue value is 126.
RGB:
(217,150,126)
(85%,59%,49%)

RGB channels and saturation

R 217 of 255 = 85%
G 150 of 255 = 59%
B 126 of 255 = 49%

217
150
126

R + G + B ~ 64%. #D9967E is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 150 + 126 = 493 (100%)
R 217 of 493 ~ 44.02%
G 150 of 493 ~ 30.43%
B 126 of 493 ~ 25.56%

%44.02
%30.43
%25.56

CMYK color model

#D9967E color CMYK value is (0,31,42,15).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 41.94%
  • key color value is 14.90%
CMYK:
(0,31,42,15)
C0M31Y42K15 
(0%,31%,42%,15%)
(0.00/0.31/0.42/0.15)	

CMYK percentages

%0
%30.88
%41.94
%14.9

Codes

Color #D9967E in popluar color models

D9967E
RGB217150126
HSL16°54.49%67.25%
HSB/HSV16°41.94%85.10%
CMYK0.00%30.88%41.94%
14.90%

Color #D9967E in popluar number systems.

HEXD9967E
Decimal217150126
Binary11011001100101101111110
Octal331226176

Shades and tints

Shades of #D9967E

#D9967E
(217,150,126)
#C68973
(198,137,115)
#B37C68
(179,124,104)
#A06F5D
(160,111,93)
#8D6252
(141,98,82)
#7A5547
(122,85,71)
#67483C
(103,72,60)
#543B31
(84,59,49)
#412E26
(65,46,38)
#2E211B
(46,33,27)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #D9967E

#D9967E
(217,150,126)
#DC9F89
(220,159,137)
#DFA894
(223,168,148)
#E2B19F
(226,177,159)
#E5BAAA
(229,186,170)
#E8C3B5
(232,195,181)
#EBCCC0
(235,204,192)
#EED5CB
(238,213,203)
#F1DED6
(241,222,214)
#F4E7E1
(244,231,225)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9967E color. Also use rgb(217,150,126) instead hex code.

Text Font Color

.myTextColor { color: #D9967E; }

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

This text font color is #D9967E.


Background Color

.myBgColor { background-color: #D9967E; }

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

This div background color is #D9967E.


Border color

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

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

This div border color is #D9967E.


Opacity

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

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

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

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

This text has shadow with #D9967E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9967E on black background.


Color preview on white background

This text has color #D9967E on white background.



Black color preview on #D9967E background

This text has black color on #D9967E background.


White color preview on #D9967E background

This text has white color on #D9967E background.