COLOR #D0D398

HEX: #D0D398
RGB: (208,211,152)

Color info

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

RGB color model

#D0D398 color RGB value is (208,211,152).

  • red value is 208;
  • green value is 211;
  • blue value is 152.
RGB:
(208,211,152)
(82%,83%,60%)

RGB channels and saturation

R 208 of 255 = 82%
G 211 of 255 = 83%
B 152 of 255 = 60%

208
211
152

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

Portions of RGB colors in percentages

R + G + B =
208 + 211 + 152 = 571 (100%)
R 208 of 571 ~ 36.43%
G 211 of 571 ~ 36.95%
B 152 of 571 ~ 26.62%

%36.43
%36.95
%26.62

CMYK color model

#D0D398 color CMYK value is (1,0,28,17).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 27.96%
  • key color value is 17.25%
CMYK:
(1,0,28,17)
C1M0Y28K17 
(1%,0%,28%,17%)
(0.01/0.00/0.28/0.17)	

CMYK percentages

%1.42
%0
%27.96
%17.25

Codes

Color #D0D398 in popluar color models

D0D398
RGB208211152
HSL63°40.14%71.18%
HSB/HSV63°27.96%82.75%
CMYK1.42%0.00%27.96%
17.25%

Color #D0D398 in popluar number systems.

HEXD0D398
Decimal208211152
Binary110100001101001110011000
Octal320323230

Shades and tints

Shades of #D0D398

#D0D398
(208,211,152)
#BEC08B
(190,192,139)
#ACAD7E
(172,173,126)
#9A9A71
(154,154,113)
#888764
(136,135,100)
#767457
(118,116,87)
#64614A
(100,97,74)
#524E3D
(82,78,61)
#403B30
(64,59,48)
#2E2823
(46,40,35)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #D0D398

#D0D398
(208,211,152)
#D4D7A1
(212,215,161)
#D8DBAA
(216,219,170)
#DCDFB3
(220,223,179)
#E0E3BC
(224,227,188)
#E4E7C5
(228,231,197)
#E8EBCE
(232,235,206)
#ECEFD7
(236,239,215)
#F0F3E0
(240,243,224)
#F4F7E9
(244,247,233)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D398 color. Also use rgb(208,211,152) instead hex code.

Text Font Color

.myTextColor { color: #D0D398; }

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

This text font color is #D0D398.


Background Color

.myBgColor { background-color: #D0D398; }

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

This div background color is #D0D398.


Border color

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

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

This div border color is #D0D398.


Opacity

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

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

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

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

This text has shadow with #D0D398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D398 on black background.


Color preview on white background

This text has color #D0D398 on white background.



Black color preview on #D0D398 background

This text has black color on #D0D398 background.


White color preview on #D0D398 background

This text has white color on #D0D398 background.