COLOR #D0D697

HEX: #D0D697
RGB: (208,214,151)

Color info

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

RGB color model

#D0D697 color RGB value is (208,214,151).

  • red value is 208;
  • green value is 214;
  • blue value is 151.
RGB:
(208,214,151)
(82%,84%,59%)

RGB channels and saturation

R 208 of 255 = 82%
G 214 of 255 = 84%
B 151 of 255 = 59%

208
214
151

R + G + B ~ 75%. #D0D697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 214 + 151 = 573 (100%)
R 208 of 573 ~ 36.3%
G 214 of 573 ~ 37.35%
B 151 of 573 ~ 26.35%

%36.3
%37.35
%26.35

CMYK color model

#D0D697 color CMYK value is (3,0,29,16).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 16.08%
CMYK:
(3,0,29,16)
C3M0Y29K16 
(3%,0%,29%,16%)
(0.03/0.00/0.29/0.16)	

CMYK percentages

%2.8
%0
%29.44
%16.08

Codes

Color #D0D697 in popluar color models

D0D697
RGB208214151
HSL66°43.45%71.57%
HSB/HSV66°29.44%83.92%
CMYK2.80%0.00%29.44%
16.08%

Color #D0D697 in popluar number systems.

HEXD0D697
Decimal208214151
Binary110100001101011010010111
Octal320326227

Shades and tints

Shades of #D0D697

#D0D697
(208,214,151)
#BEC38A
(190,195,138)
#ACB07D
(172,176,125)
#9A9D70
(154,157,112)
#888A63
(136,138,99)
#767756
(118,119,86)
#646449
(100,100,73)
#52513C
(82,81,60)
#403E2F
(64,62,47)
#2E2B22
(46,43,34)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #D0D697

#D0D697
(208,214,151)
#D4D9A0
(212,217,160)
#D8DCA9
(216,220,169)
#DCDFB2
(220,223,178)
#E0E2BB
(224,226,187)
#E4E5C4
(228,229,196)
#E8E8CD
(232,232,205)
#ECEBD6
(236,235,214)
#F0EEDF
(240,238,223)
#F4F1E8
(244,241,232)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D697 color. Also use rgb(208,214,151) instead hex code.

Text Font Color

.myTextColor { color: #D0D697; }

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

This text font color is #D0D697.


Background Color

.myBgColor { background-color: #D0D697; }

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

This div background color is #D0D697.


Border color

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

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

This div border color is #D0D697.


Opacity

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

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

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

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

This text has shadow with #D0D697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D697 on black background.


Color preview on white background

This text has color #D0D697 on white background.



Black color preview on #D0D697 background

This text has black color on #D0D697 background.


White color preview on #D0D697 background

This text has white color on #D0D697 background.