COLOR #D6D198

HEX: #D6D198
RGB: (214,209,152)

Color info

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

RGB color model

#D6D198 color RGB value is (214,209,152).

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

RGB channels and saturation

R 214 of 255 = 84%
G 209 of 255 = 82%
B 152 of 255 = 60%

214
209
152

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

Portions of RGB colors in percentages

R + G + B =
214 + 209 + 152 = 575 (100%)
R 214 of 575 ~ 37.22%
G 209 of 575 ~ 36.35%
B 152 of 575 ~ 26.43%

%37.22
%36.35
%26.43

CMYK color model

#D6D198 color CMYK value is (0,2,29,16).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 28.97%
  • key color value is 16.08%
CMYK:
(0,2,29,16)
C0M2Y29K16 
(0%,2%,29%,16%)
(0.00/0.02/0.29/0.16)	

CMYK percentages

%0
%2.34
%28.97
%16.08

Codes

Color #D6D198 in popluar color models

D6D198
RGB214209152
HSL55°43.06%71.76%
HSB/HSV55°28.97%83.92%
CMYK0.00%2.34%28.97%
16.08%

Color #D6D198 in popluar number systems.

HEXD6D198
Decimal214209152
Binary110101101101000110011000
Octal326321230

Shades and tints

Shades of #D6D198

#D6D198
(214,209,152)
#C3BE8B
(195,190,139)
#B0AB7E
(176,171,126)
#9D9871
(157,152,113)
#8A8564
(138,133,100)
#777257
(119,114,87)
#645F4A
(100,95,74)
#514C3D
(81,76,61)
#3E3930
(62,57,48)
#2B2623
(43,38,35)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #D6D198

#D6D198
(214,209,152)
#D9D5A1
(217,213,161)
#DCD9AA
(220,217,170)
#DFDDB3
(223,221,179)
#E2E1BC
(226,225,188)
#E5E5C5
(229,229,197)
#E8E9CE
(232,233,206)
#EBEDD7
(235,237,215)
#EEF1E0
(238,241,224)
#F1F5E9
(241,245,233)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D198 color. Also use rgb(214,209,152) instead hex code.

Text Font Color

.myTextColor { color: #D6D198; }

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

This text font color is #D6D198.


Background Color

.myBgColor { background-color: #D6D198; }

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

This div background color is #D6D198.


Border color

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

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

This div border color is #D6D198.


Opacity

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

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

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

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

This text has shadow with #D6D198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D198 on black background.


Color preview on white background

This text has color #D6D198 on white background.



Black color preview on #D6D198 background

This text has black color on #D6D198 background.


White color preview on #D6D198 background

This text has white color on #D6D198 background.