COLOR #D8D38A

HEX: #D8D38A
RGB: (216,211,138)

Color info

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

RGB color model

#D8D38A color RGB value is (216,211,138).

  • red value is 216;
  • green value is 211;
  • blue value is 138.
RGB:
(216,211,138)
(85%,83%,54%)

RGB channels and saturation

R 216 of 255 = 85%
G 211 of 255 = 83%
B 138 of 255 = 54%

216
211
138

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

Portions of RGB colors in percentages

R + G + B =
216 + 211 + 138 = 565 (100%)
R 216 of 565 ~ 38.23%
G 211 of 565 ~ 37.35%
B 138 of 565 ~ 24.42%

%38.23
%37.35
%24.42

CMYK color model

#D8D38A color CMYK value is (0,2,36,15).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 36.11%
  • key color value is 15.29%
CMYK:
(0,2,36,15)
C0M2Y36K15 
(0%,2%,36%,15%)
(0.00/0.02/0.36/0.15)	

CMYK percentages

%0
%2.31
%36.11
%15.29

Codes

Color #D8D38A in popluar color models

D8D38A
RGB216211138
HSL56°50.00%69.41%
HSB/HSV56°36.11%84.71%
CMYK0.00%2.31%36.11%
15.29%

Color #D8D38A in popluar number systems.

HEXD8D38A
Decimal216211138
Binary110110001101001110001010
Octal330323212

Shades and tints

Shades of #D8D38A

#D8D38A
(216,211,138)
#C5C07E
(197,192,126)
#B2AD72
(178,173,114)
#9F9A66
(159,154,102)
#8C875A
(140,135,90)
#79744E
(121,116,78)
#666142
(102,97,66)
#534E36
(83,78,54)
#403B2A
(64,59,42)
#2D281E
(45,40,30)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #D8D38A

#D8D38A
(216,211,138)
#DBD794
(219,215,148)
#DEDB9E
(222,219,158)
#E1DFA8
(225,223,168)
#E4E3B2
(228,227,178)
#E7E7BC
(231,231,188)
#EAEBC6
(234,235,198)
#EDEFD0
(237,239,208)
#F0F3DA
(240,243,218)
#F3F7E4
(243,247,228)
#F6FBEE
(246,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D38A color. Also use rgb(216,211,138) instead hex code.

Text Font Color

.myTextColor { color: #D8D38A; }

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

This text font color is #D8D38A.


Background Color

.myBgColor { background-color: #D8D38A; }

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

This div background color is #D8D38A.


Border color

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

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

This div border color is #D8D38A.


Opacity

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

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

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

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

This text has shadow with #D8D38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D38A on black background.


Color preview on white background

This text has color #D8D38A on white background.



Black color preview on #D8D38A background

This text has black color on #D8D38A background.


White color preview on #D8D38A background

This text has white color on #D8D38A background.