COLOR #D48D55

HEX: #D48D55
RGB: (212,141,85)

Color info

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

RGB color model

#D48D55 color RGB value is (212,141,85).

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

RGB channels and saturation

R 212 of 255 = 83%
G 141 of 255 = 55%
B 85 of 255 = 33%

212
141
85

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

Portions of RGB colors in percentages

R + G + B =
212 + 141 + 85 = 438 (100%)
R 212 of 438 ~ 48.4%
G 141 of 438 ~ 32.19%
B 85 of 438 ~ 19.41%

%48.4
%32.19
%19.41

CMYK color model

#D48D55 color CMYK value is (0,33,60,17).

  • cyan value is 0.00%
  • magenta value is 33.49%
  • yellow value is 59.91%
  • key color value is 16.86%
CMYK:
(0,33,60,17)
C0M33Y60K17 
(0%,33%,60%,17%)
(0.00/0.33/0.60/0.17)	

CMYK percentages

%0
%33.49
%59.91
%16.86

Codes

Color #D48D55 in popluar color models

D48D55
RGB21214185
HSL26°59.62%58.24%
HSB/HSV26°59.91%83.14%
CMYK0.00%33.49%59.91%
16.86%

Color #D48D55 in popluar number systems.

HEXD48D55
Decimal21214185
Binary11010100100011011010101
Octal324215125

Shades and tints

Shades of #D48D55

#D48D55
(212,141,85)
#C1814E
(193,129,78)
#AE7547
(174,117,71)
#9B6940
(155,105,64)
#885D39
(136,93,57)
#755132
(117,81,50)
#62452B
(98,69,43)
#4F3924
(79,57,36)
#3C2D1D
(60,45,29)
#292116
(41,33,22)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #D48D55

#D48D55
(212,141,85)
#D79764
(215,151,100)
#DAA173
(218,161,115)
#DDAB82
(221,171,130)
#E0B591
(224,181,145)
#E3BFA0
(227,191,160)
#E6C9AF
(230,201,175)
#E9D3BE
(233,211,190)
#ECDDCD
(236,221,205)
#EFE7DC
(239,231,220)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48D55; }

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

This text font color is #D48D55.


Background Color

.myBgColor { background-color: #D48D55; }

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

This div background color is #D48D55.


Border color

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

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

This div border color is #D48D55.


Opacity

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

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

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

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

This text has shadow with #D48D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48D55 on black background.


Color preview on white background

This text has color #D48D55 on white background.



Black color preview on #D48D55 background

This text has black color on #D48D55 background.


White color preview on #D48D55 background

This text has white color on #D48D55 background.