COLOR #D1C398

HEX: #D1C398
RGB: (209,195,152)

Color info

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

RGB color model

#D1C398 color RGB value is (209,195,152).

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

RGB channels and saturation

R 209 of 255 = 82%
G 195 of 255 = 76%
B 152 of 255 = 60%

209
195
152

R + G + B ~ 73%. #D1C398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 195 + 152 = 556 (100%)
R 209 of 556 ~ 37.59%
G 195 of 556 ~ 35.07%
B 152 of 556 ~ 27.34%

%37.59
%35.07
%27.34

CMYK color model

#D1C398 color CMYK value is (0,7,27,18).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 27.27%
  • key color value is 18.04%
CMYK:
(0,7,27,18)
C0M7Y27K18 
(0%,7%,27%,18%)
(0.00/0.07/0.27/0.18)	

CMYK percentages

%0
%6.7
%27.27
%18.04

Codes

Color #D1C398 in popluar color models

D1C398
RGB209195152
HSL45°38.26%70.78%
HSB/HSV45°27.27%81.96%
CMYK0.00%6.70%27.27%
18.04%

Color #D1C398 in popluar number systems.

HEXD1C398
Decimal209195152
Binary110100011100001110011000
Octal321303230

Shades and tints

Shades of #D1C398

#D1C398
(209,195,152)
#BEB28B
(190,178,139)
#ABA17E
(171,161,126)
#989071
(152,144,113)
#857F64
(133,127,100)
#726E57
(114,110,87)
#5F5D4A
(95,93,74)
#4C4C3D
(76,76,61)
#393B30
(57,59,48)
#262A23
(38,42,35)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1C398

#D1C398
(209,195,152)
#D5C8A1
(213,200,161)
#D9CDAA
(217,205,170)
#DDD2B3
(221,210,179)
#E1D7BC
(225,215,188)
#E5DCC5
(229,220,197)
#E9E1CE
(233,225,206)
#EDE6D7
(237,230,215)
#F1EBE0
(241,235,224)
#F5F0E9
(245,240,233)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C398; }

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

This text font color is #D1C398.


Background Color

.myBgColor { background-color: #D1C398; }

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

This div background color is #D1C398.


Border color

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

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

This div border color is #D1C398.


Opacity

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

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

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

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

This text has shadow with #D1C398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C398 on black background.


Color preview on white background

This text has color #D1C398 on white background.



Black color preview on #D1C398 background

This text has black color on #D1C398 background.


White color preview on #D1C398 background

This text has white color on #D1C398 background.