COLOR #D5D4A3

HEX: #D5D4A3
RGB: (213,212,163)

Color info

#D5D4A3 contains red, green and blue colors in about the same proportion. Web safe color of #D5D4A3 is #CCCC99 (or #CC9).

RGB color model

#D5D4A3 color RGB value is (213,212,163).

  • red value is 213;
  • green value is 212;
  • blue value is 163.
RGB:
(213,212,163)
(84%,83%,64%)

RGB channels and saturation

R 213 of 255 = 84%
G 212 of 255 = 83%
B 163 of 255 = 64%

213
212
163

R + G + B ~ 77%. #D5D4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 212 + 163 = 588 (100%)
R 213 of 588 ~ 36.22%
G 212 of 588 ~ 36.05%
B 163 of 588 ~ 27.72%

%36.22
%36.05
%27.72

CMYK color model

#D5D4A3 color CMYK value is (0,0,23,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 23.47%
  • key color value is 16.47%
CMYK:
(0,0,23,16)
C0M0Y23K16 
(0%,0%,23%,16%)
(0.00/0.00/0.23/0.16)	

CMYK percentages

%0
%0.47
%23.47
%16.47

Codes

Color #D5D4A3 in popluar color models

D5D4A3
RGB213212163
HSL59°37.31%73.73%
HSB/HSV59°23.47%83.53%
CMYK0.00%0.47%23.47%
16.47%

Color #D5D4A3 in popluar number systems.

HEXD5D4A3
Decimal213212163
Binary110101011101010010100011
Octal325324243

Shades and tints

Shades of #D5D4A3

#D5D4A3
(213,212,163)
#C2C195
(194,193,149)
#AFAE87
(175,174,135)
#9C9B79
(156,155,121)
#89886B
(137,136,107)
#76755D
(118,117,93)
#63624F
(99,98,79)
#504F41
(80,79,65)
#3D3C33
(61,60,51)
#2A2925
(42,41,37)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D5D4A3

#D5D4A3
(213,212,163)
#D8D7AB
(216,215,171)
#DBDAB3
(219,218,179)
#DEDDBB
(222,221,187)
#E1E0C3
(225,224,195)
#E4E3CB
(228,227,203)
#E7E6D3
(231,230,211)
#EAE9DB
(234,233,219)
#EDECE3
(237,236,227)
#F0EFEB
(240,239,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D4A3 color. Also use rgb(213,212,163) instead hex code.

Text Font Color

.myTextColor { color: #D5D4A3; }

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

This text font color is #D5D4A3.


Background Color

.myBgColor { background-color: #D5D4A3; }

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

This div background color is #D5D4A3.


Border color

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

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

This div border color is #D5D4A3.


Opacity

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

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

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

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

This text has shadow with #D5D4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D4A3 on black background.


Color preview on white background

This text has color #D5D4A3 on white background.



Black color preview on #D5D4A3 background

This text has black color on #D5D4A3 background.


White color preview on #D5D4A3 background

This text has white color on #D5D4A3 background.