COLOR #D48855

HEX: #D48855
RGB: (212,136,85)

Color info

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

RGB color model

#D48855 color RGB value is (212,136,85).

  • red value is 212;
  • green value is 136;
  • blue value is 85.
RGB:
(212,136,85)
(83%,53%,33%)

RGB channels and saturation

R 212 of 255 = 83%
G 136 of 255 = 53%
B 85 of 255 = 33%

212
136
85

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

Portions of RGB colors in percentages

R + G + B =
212 + 136 + 85 = 433 (100%)
R 212 of 433 ~ 48.96%
G 136 of 433 ~ 31.41%
B 85 of 433 ~ 19.63%

%48.96
%31.41
%19.63

CMYK color model

#D48855 color CMYK value is (0,36,60,17).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 59.91%
  • key color value is 16.86%
CMYK:
(0,36,60,17)
C0M36Y60K17 
(0%,36%,60%,17%)
(0.00/0.36/0.60/0.17)	

CMYK percentages

%0
%35.85
%59.91
%16.86

Codes

Color #D48855 in popluar color models

D48855
RGB21213685
HSL24°59.62%58.24%
HSB/HSV24°59.91%83.14%
CMYK0.00%35.85%59.91%
16.86%

Color #D48855 in popluar number systems.

HEXD48855
Decimal21213685
Binary11010100100010001010101
Octal324210125

Shades and tints

Shades of #D48855

#D48855
(212,136,85)
#C17C4E
(193,124,78)
#AE7047
(174,112,71)
#9B6440
(155,100,64)
#885839
(136,88,57)
#754C32
(117,76,50)
#62402B
(98,64,43)
#4F3424
(79,52,36)
#3C281D
(60,40,29)
#291C16
(41,28,22)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #D48855

#D48855
(212,136,85)
#D79264
(215,146,100)
#DA9C73
(218,156,115)
#DDA682
(221,166,130)
#E0B091
(224,176,145)
#E3BAA0
(227,186,160)
#E6C4AF
(230,196,175)
#E9CEBE
(233,206,190)
#ECD8CD
(236,216,205)
#EFE2DC
(239,226,220)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48855 color. Also use rgb(212,136,85) instead hex code.

Text Font Color

.myTextColor { color: #D48855; }

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

This text font color is #D48855.


Background Color

.myBgColor { background-color: #D48855; }

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

This div background color is #D48855.


Border color

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

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

This div border color is #D48855.


Opacity

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

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

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

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

This text has shadow with #D48855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48855 on black background.


Color preview on white background

This text has color #D48855 on white background.



Black color preview on #D48855 background

This text has black color on #D48855 background.


White color preview on #D48855 background

This text has white color on #D48855 background.