COLOR #D4896F

HEX: #D4896F
RGB: (212,137,111)

Color info

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

RGB color model

#D4896F color RGB value is (212,137,111).

  • red value is 212;
  • green value is 137;
  • blue value is 111.
RGB:
(212,137,111)
(83%,54%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 137 of 255 = 54%
B 111 of 255 = 44%

212
137
111

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

Portions of RGB colors in percentages

R + G + B =
212 + 137 + 111 = 460 (100%)
R 212 of 460 ~ 46.09%
G 137 of 460 ~ 29.78%
B 111 of 460 ~ 24.13%

%46.09
%29.78
%24.13

CMYK color model

#D4896F color CMYK value is (0,35,48,17).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 47.64%
  • key color value is 16.86%
CMYK:
(0,35,48,17)
C0M35Y48K17 
(0%,35%,48%,17%)
(0.00/0.35/0.48/0.17)	

CMYK percentages

%0
%35.38
%47.64
%16.86

Codes

Color #D4896F in popluar color models

D4896F
RGB212137111
HSL15°54.01%63.33%
HSB/HSV15°47.64%83.14%
CMYK0.00%35.38%47.64%
16.86%

Color #D4896F in popluar number systems.

HEXD4896F
Decimal212137111
Binary11010100100010011101111
Octal324211157

Shades and tints

Shades of #D4896F

#D4896F
(212,137,111)
#C17D65
(193,125,101)
#AE715B
(174,113,91)
#9B6551
(155,101,81)
#885947
(136,89,71)
#754D3D
(117,77,61)
#624133
(98,65,51)
#4F3529
(79,53,41)
#3C291F
(60,41,31)
#291D15
(41,29,21)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #D4896F

#D4896F
(212,137,111)
#D7937C
(215,147,124)
#DA9D89
(218,157,137)
#DDA796
(221,167,150)
#E0B1A3
(224,177,163)
#E3BBB0
(227,187,176)
#E6C5BD
(230,197,189)
#E9CFCA
(233,207,202)
#ECD9D7
(236,217,215)
#EFE3E4
(239,227,228)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4896F color. Also use rgb(212,137,111) instead hex code.

Text Font Color

.myTextColor { color: #D4896F; }

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

This text font color is #D4896F.


Background Color

.myBgColor { background-color: #D4896F; }

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

This div background color is #D4896F.


Border color

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

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

This div border color is #D4896F.


Opacity

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

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

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

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

This text has shadow with #D4896F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4896F on black background.


Color preview on white background

This text has color #D4896F on white background.



Black color preview on #D4896F background

This text has black color on #D4896F background.


White color preview on #D4896F background

This text has white color on #D4896F background.