COLOR #D0D495

HEX: #D0D495
RGB: (208,212,149)

Color info

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

RGB color model

#D0D495 color RGB value is (208,212,149).

  • red value is 208;
  • green value is 212;
  • blue value is 149.
RGB:
(208,212,149)
(82%,83%,58%)

RGB channels and saturation

R 208 of 255 = 82%
G 212 of 255 = 83%
B 149 of 255 = 58%

208
212
149

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

Portions of RGB colors in percentages

R + G + B =
208 + 212 + 149 = 569 (100%)
R 208 of 569 ~ 36.56%
G 212 of 569 ~ 37.26%
B 149 of 569 ~ 26.19%

%36.56
%37.26
%26.19

CMYK color model

#D0D495 color CMYK value is (2,0,30,17).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(2,0,30,17)
C2M0Y30K17 
(2%,0%,30%,17%)
(0.02/0.00/0.30/0.17)	

CMYK percentages

%1.89
%0
%29.72
%16.86

Codes

Color #D0D495 in popluar color models

D0D495
RGB208212149
HSL64°42.28%70.78%
HSB/HSV64°29.72%83.14%
CMYK1.89%0.00%29.72%
16.86%

Color #D0D495 in popluar number systems.

HEXD0D495
Decimal208212149
Binary110100001101010010010101
Octal320324225

Shades and tints

Shades of #D0D495

#D0D495
(208,212,149)
#BEC188
(190,193,136)
#ACAE7B
(172,174,123)
#9A9B6E
(154,155,110)
#888861
(136,136,97)
#767554
(118,117,84)
#646247
(100,98,71)
#524F3A
(82,79,58)
#403C2D
(64,60,45)
#2E2920
(46,41,32)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #D0D495

#D0D495
(208,212,149)
#D4D79E
(212,215,158)
#D8DAA7
(216,218,167)
#DCDDB0
(220,221,176)
#E0E0B9
(224,224,185)
#E4E3C2
(228,227,194)
#E8E6CB
(232,230,203)
#ECE9D4
(236,233,212)
#F0ECDD
(240,236,221)
#F4EFE6
(244,239,230)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D495 color. Also use rgb(208,212,149) instead hex code.

Text Font Color

.myTextColor { color: #D0D495; }

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

This text font color is #D0D495.


Background Color

.myBgColor { background-color: #D0D495; }

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

This div background color is #D0D495.


Border color

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

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

This div border color is #D0D495.


Opacity

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

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

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

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

This text has shadow with #D0D495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D495 on black background.


Color preview on white background

This text has color #D0D495 on white background.



Black color preview on #D0D495 background

This text has black color on #D0D495 background.


White color preview on #D0D495 background

This text has white color on #D0D495 background.