COLOR #D4816A

HEX: #D4816A
RGB: (212,129,106)

Color info

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

RGB color model

#D4816A color RGB value is (212,129,106).

  • red value is 212;
  • green value is 129;
  • blue value is 106.
RGB:
(212,129,106)
(83%,51%,42%)

RGB channels and saturation

R 212 of 255 = 83%
G 129 of 255 = 51%
B 106 of 255 = 42%

212
129
106

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

Portions of RGB colors in percentages

R + G + B =
212 + 129 + 106 = 447 (100%)
R 212 of 447 ~ 47.43%
G 129 of 447 ~ 28.86%
B 106 of 447 ~ 23.71%

%47.43
%28.86
%23.71

CMYK color model

#D4816A color CMYK value is (0,39,50,17).

  • cyan value is 0.00%
  • magenta value is 39.15%
  • yellow value is 50.00%
  • key color value is 16.86%
CMYK:
(0,39,50,17)
C0M39Y50K17 
(0%,39%,50%,17%)
(0.00/0.39/0.50/0.17)	

CMYK percentages

%0
%39.15
%50
%16.86

Codes

Color #D4816A in popluar color models

D4816A
RGB212129106
HSL13°55.21%62.35%
HSB/HSV13°50.00%83.14%
CMYK0.00%39.15%50.00%
16.86%

Color #D4816A in popluar number systems.

HEXD4816A
Decimal212129106
Binary11010100100000011101010
Octal324201152

Shades and tints

Shades of #D4816A

#D4816A
(212,129,106)
#C17661
(193,118,97)
#AE6B58
(174,107,88)
#9B604F
(155,96,79)
#885546
(136,85,70)
#754A3D
(117,74,61)
#623F34
(98,63,52)
#4F342B
(79,52,43)
#3C2922
(60,41,34)
#291E19
(41,30,25)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #D4816A

#D4816A
(212,129,106)
#D78C77
(215,140,119)
#DA9784
(218,151,132)
#DDA291
(221,162,145)
#E0AD9E
(224,173,158)
#E3B8AB
(227,184,171)
#E6C3B8
(230,195,184)
#E9CEC5
(233,206,197)
#ECD9D2
(236,217,210)
#EFE4DF
(239,228,223)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4816A color. Also use rgb(212,129,106) instead hex code.

Text Font Color

.myTextColor { color: #D4816A; }

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

This text font color is #D4816A.


Background Color

.myBgColor { background-color: #D4816A; }

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

This div background color is #D4816A.


Border color

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

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

This div border color is #D4816A.


Opacity

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

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

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

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

This text has shadow with #D4816A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4816A on black background.


Color preview on white background

This text has color #D4816A on white background.



Black color preview on #D4816A background

This text has black color on #D4816A background.


White color preview on #D4816A background

This text has white color on #D4816A background.