COLOR #D4846D

HEX: #D4846D RGB: (212,132,109)

Color info

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

RGB color model

#D4846D color RGB value is (212,132,109).

RGB: (212,132,109) (83%, 52%, 43%)

RGB channels and saturation

R 212 of 255 = 83%
G 132 of 255 = 52%
B 109 of 255 = 43%

212
132
109

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

Portions of RGB colors in percentages

R + G + B = 212 + 132 + 109 = 453 (100%)
R 212 of 453 ~ 46.8%
G 132 of 453 ~ 29.14%
B 109 of 453 ~ 24.06'%

%46.8
%29.14
%24.06

CMYK color model

#D4846D color CMYK value is (0,38,49,17).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 48.58%
  • key color value is 16.86%

CMYK: (0,38,49,17)
C0M38Y49K17 (0%, 38%, 49%, 17%)
(0.00 / 0.38 / 0.49 / 0.17)

CMYK percentages

%0
%37.74
%48.58
%16.86

Codes

Color #D4846D in popluar color models

D4 84 6D
RGB 212 132 109
HSL 13° 54.50% 62.94%
HSB/HSV 13° 48.58% 83.14%
CMYK 0.00% 37.74% 48.58%
16.86%

Color #D4846D in popluar number systems.

HEX D4 84 6D
Decimal 212 132 109
Binary 11010100 10000100 1101101
Octal 324 204 155

Shades and tints

Shades of #D4846D

#D4846D
(212,132,109)
#C17864
(193,120,100)
#AE6C5B
(174,108,91)
#9B6052
(155,96,82)
#885449
(136,84,73)
#754840
(117,72,64)
#623C37
(98,60,55)
#4F302E
(79,48,46)
#3C2425
(60,36,37)
#29181C
(41,24,28)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #D4846D

#D4846D
(212,132,109)
#D78F7A
(215,143,122)
#DA9A87
(218,154,135)
#DDA594
(221,165,148)
#E0B0A1
(224,176,161)
#E3BBAE
(227,187,174)
#E6C6BB
(230,198,187)
#E9D1C8
(233,209,200)
#ECDCD5
(236,220,213)
#EFE7E2
(239,231,226)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4846D color. Also use rgb(212,132,109) instead hex code.

Text Font Color

.myTextColor { color: #D4846D; }

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

This text font color is #D4846D.

Background Color

.myBgColor { background-color: #D4846D; }

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

This div background color is #D4846D.

Border color

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

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

This div border color is #D4846D.

Opacity

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

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

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

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

This text has shadow with #D4846D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4846D.

Preview

Color preview on black background

This text has color #D4846D on black background.


Color preview on white background

This text has color #D4846D on white background.


Black color preview on #D4846D background

This text has black color on #D4846D background.


White color preview on #D4846D background

This text has white color on #D4846D background.


Related colors

Complementary color

Complementary color for #hex is #2B7B92.


I love getcolorcode.com

Triadic colors

1 #6DD484 and #846DD4 with #D4846D are triadic colors.

2 #6D84D4 and #84D46D with #D4846D are triadic colors.