COLOR #D7D098

HEX: #D7D098
RGB: (215,208,152)

Color info

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

RGB color model

#D7D098 color RGB value is (215,208,152).

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

RGB channels and saturation

R 215 of 255 = 84%
G 208 of 255 = 82%
B 152 of 255 = 60%

215
208
152

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

Portions of RGB colors in percentages

R + G + B =
215 + 208 + 152 = 575 (100%)
R 215 of 575 ~ 37.39%
G 208 of 575 ~ 36.17%
B 152 of 575 ~ 26.43%

%37.39
%36.17
%26.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 29.30%
  • key color value is 15.69%
CMYK:
(0,3,29,16)
C0M3Y29K16 
(0%,3%,29%,16%)
(0.00/0.03/0.29/0.16)	

CMYK percentages

%0
%3.26
%29.3
%15.69

Codes

Color #D7D098 in popluar color models

D7D098
RGB215208152
HSL53°44.06%71.96%
HSB/HSV53°29.30%84.31%
CMYK0.00%3.26%29.30%
15.69%

Color #D7D098 in popluar number systems.

HEXD7D098
Decimal215208152
Binary110101111101000010011000
Octal327320230

Shades and tints

Shades of #D7D098

#D7D098
(215,208,152)
#C4BE8B
(196,190,139)
#B1AC7E
(177,172,126)
#9E9A71
(158,154,113)
#8B8864
(139,136,100)
#787657
(120,118,87)
#65644A
(101,100,74)
#52523D
(82,82,61)
#3F4030
(63,64,48)
#2C2E23
(44,46,35)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #D7D098

#D7D098
(215,208,152)
#DAD4A1
(218,212,161)
#DDD8AA
(221,216,170)
#E0DCB3
(224,220,179)
#E3E0BC
(227,224,188)
#E6E4C5
(230,228,197)
#E9E8CE
(233,232,206)
#ECECD7
(236,236,215)
#EFF0E0
(239,240,224)
#F2F4E9
(242,244,233)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D098; }

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

This text font color is #D7D098.


Background Color

.myBgColor { background-color: #D7D098; }

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

This div background color is #D7D098.


Border color

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

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

This div border color is #D7D098.


Opacity

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

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

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

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

This text has shadow with #D7D098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D098 on black background.


Color preview on white background

This text has color #D7D098 on white background.



Black color preview on #D7D098 background

This text has black color on #D7D098 background.


White color preview on #D7D098 background

This text has white color on #D7D098 background.