COLOR #D4865B

HEX: #D4865B RGB: (212,134,91)

Color info

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

RGB color model

#D4865B color RGB value is (212,134,91).

RGB: (212,134,91) (83%, 53%, 36%)

RGB channels and saturation

R 212 of 255 = 83%
G 134 of 255 = 53%
B 91 of 255 = 36%

212
134
91

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

Portions of RGB colors in percentages

R + G + B = 212 + 134 + 91 = 437 (100%)
R 212 of 437 ~ 48.51%
G 134 of 437 ~ 30.66%
B 91 of 437 ~ 20.82'%

%48.51
%30.66
%20.82

CMYK color model

#D4865B color CMYK value is (0,37,57,17).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 57.08%
  • key color value is 16.86%

CMYK: (0,37,57,17)
C0M37Y57K17 (0%, 37%, 57%, 17%)
(0.00 / 0.37 / 0.57 / 0.17)

CMYK percentages

%0
%36.79
%57.08
%16.86

Codes

Color #D4865B in popluar color models

D4 86 5B
RGB 212 134 91
HSL 21° 58.45% 59.41%
HSB/HSV 21° 57.08% 83.14%
CMYK 0.00% 36.79% 57.08%
16.86%

Color #D4865B in popluar number systems.

HEX D4 86 5B
Decimal 212 134 91
Binary 11010100 10000110 1011011
Octal 324 206 133

Shades and tints

Shades of #D4865B

#D4865B
(212,134,91)
#C17A53
(193,122,83)
#AE6E4B
(174,110,75)
#9B6243
(155,98,67)
#88563B
(136,86,59)
#754A33
(117,74,51)
#623E2B
(98,62,43)
#4F3223
(79,50,35)
#3C261B
(60,38,27)
#291A13
(41,26,19)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #D4865B

#D4865B
(212,134,91)
#D79169
(215,145,105)
#DA9C77
(218,156,119)
#DDA785
(221,167,133)
#E0B293
(224,178,147)
#E3BDA1
(227,189,161)
#E6C8AF
(230,200,175)
#E9D3BD
(233,211,189)
#ECDECB
(236,222,203)
#EFE9D9
(239,233,217)
#F2F4E7
(242,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4865B color. Also use rgb(212,134,91) instead hex code.

Text Font Color

.myTextColor { color: #D4865B; }

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

This text font color is #D4865B.

Background Color

.myBgColor { background-color: #D4865B; }

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

This div background color is #D4865B.

Border color

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

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

This div border color is #D4865B.

Opacity

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

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

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

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

This text has shadow with #D4865B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4865B.

Preview

Color preview on black background

This text has color #D4865B on black background.


Color preview on white background

This text has color #D4865B on white background.


Black color preview on #D4865B background

This text has black color on #D4865B background.


White color preview on #D4865B background

This text has white color on #D4865B background.


Related colors

Complementary color

Complementary color for #hex is #2B79A4.


I love getcolorcode.com

Triadic colors

1 #5BD486 and #865BD4 with #D4865B are triadic colors.

2 #5B86D4 and #86D45B with #D4865B are triadic colors.