COLOR #D8D48C

HEX: #D8D48C
RGB: (216,212,140)

Color info

#D8D48C contains mainly red and green colors. Web safe color of #D8D48C is #CCCC99 (or #CC9).

RGB color model

#D8D48C color RGB value is (216,212,140).

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

RGB channels and saturation

R 216 of 255 = 85%
G 212 of 255 = 83%
B 140 of 255 = 55%

216
212
140

R + G + B ~ 74%. #D8D48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 212 + 140 = 568 (100%)
R 216 of 568 ~ 38.03%
G 212 of 568 ~ 37.32%
B 140 of 568 ~ 24.65%

%38.03
%37.32
%24.65

CMYK color model

#D8D48C color CMYK value is (0,2,35,15).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 35.19%
  • key color value is 15.29%
CMYK:
(0,2,35,15)
C0M2Y35K15 
(0%,2%,35%,15%)
(0.00/0.02/0.35/0.15)	

CMYK percentages

%0
%1.85
%35.19
%15.29

Codes

Color #D8D48C in popluar color models

D8D48C
RGB216212140
HSL57°49.35%69.80%
HSB/HSV57°35.19%84.71%
CMYK0.00%1.85%35.19%
15.29%

Color #D8D48C in popluar number systems.

HEXD8D48C
Decimal216212140
Binary110110001101010010001100
Octal330324214

Shades and tints

Shades of #D8D48C

#D8D48C
(216,212,140)
#C5C180
(197,193,128)
#B2AE74
(178,174,116)
#9F9B68
(159,155,104)
#8C885C
(140,136,92)
#797550
(121,117,80)
#666244
(102,98,68)
#534F38
(83,79,56)
#403C2C
(64,60,44)
#2D2920
(45,41,32)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #D8D48C

#D8D48C
(216,212,140)
#DBD796
(219,215,150)
#DEDAA0
(222,218,160)
#E1DDAA
(225,221,170)
#E4E0B4
(228,224,180)
#E7E3BE
(231,227,190)
#EAE6C8
(234,230,200)
#EDE9D2
(237,233,210)
#F0ECDC
(240,236,220)
#F3EFE6
(243,239,230)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D48C color. Also use rgb(216,212,140) instead hex code.

Text Font Color

.myTextColor { color: #D8D48C; }

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

This text font color is #D8D48C.


Background Color

.myBgColor { background-color: #D8D48C; }

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

This div background color is #D8D48C.


Border color

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

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

This div border color is #D8D48C.


Opacity

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

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

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

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

This text has shadow with #D8D48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D48C on black background.


Color preview on white background

This text has color #D8D48C on white background.



Black color preview on #D8D48C background

This text has black color on #D8D48C background.


White color preview on #D8D48C background

This text has white color on #D8D48C background.