COLOR #D5D499

HEX: #D5D499
RGB: (213,212,153)

Color info

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

RGB color model

#D5D499 color RGB value is (213,212,153).

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

RGB channels and saturation

R 213 of 255 = 84%
G 212 of 255 = 83%
B 153 of 255 = 60%

213
212
153

R + G + B ~ 76%. #D5D499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 212 + 153 = 578 (100%)
R 213 of 578 ~ 36.85%
G 212 of 578 ~ 36.68%
B 153 of 578 ~ 26.47%

%36.85
%36.68
%26.47

CMYK color model

#D5D499 color CMYK value is (0,0,28,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(0,0,28,16)
C0M0Y28K16 
(0%,0%,28%,16%)
(0.00/0.00/0.28/0.16)	

CMYK percentages

%0
%0.47
%28.17
%16.47

Codes

Color #D5D499 in popluar color models

D5D499
RGB213212153
HSL59°41.67%71.76%
HSB/HSV59°28.17%83.53%
CMYK0.00%0.47%28.17%
16.47%

Color #D5D499 in popluar number systems.

HEXD5D499
Decimal213212153
Binary110101011101010010011001
Octal325324231

Shades and tints

Shades of #D5D499

#D5D499
(213,212,153)
#C2C18C
(194,193,140)
#AFAE7F
(175,174,127)
#9C9B72
(156,155,114)
#898865
(137,136,101)
#767558
(118,117,88)
#63624B
(99,98,75)
#504F3E
(80,79,62)
#3D3C31
(61,60,49)
#2A2924
(42,41,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D5D499

#D5D499
(213,212,153)
#D8D7A2
(216,215,162)
#DBDAAB
(219,218,171)
#DEDDB4
(222,221,180)
#E1E0BD
(225,224,189)
#E4E3C6
(228,227,198)
#E7E6CF
(231,230,207)
#EAE9D8
(234,233,216)
#EDECE1
(237,236,225)
#F0EFEA
(240,239,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D499; }

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

This text font color is #D5D499.


Background Color

.myBgColor { background-color: #D5D499; }

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

This div background color is #D5D499.


Border color

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

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

This div border color is #D5D499.


Opacity

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

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

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

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

This text has shadow with #D5D499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D499 on black background.


Color preview on white background

This text has color #D5D499 on white background.



Black color preview on #D5D499 background

This text has black color on #D5D499 background.


White color preview on #D5D499 background

This text has white color on #D5D499 background.