COLOR #D4DC98

HEX: #D4DC98
RGB: (212,220,152)

Color info

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

RGB color model

#D4DC98 color RGB value is (212,220,152).

  • red value is 212;
  • green value is 220;
  • blue value is 152.
RGB:
(212,220,152)
(83%,86%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 152 of 255 = 60%

212
220
152

R + G + B ~ 76%. #D4DC98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 152 = 584 (100%)
R 212 of 584 ~ 36.3%
G 220 of 584 ~ 37.67%
B 152 of 584 ~ 26.03%

%36.3
%37.67
%26.03

CMYK color model

#D4DC98 color CMYK value is (4,0,31,14).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 13.73%
CMYK:
(4,0,31,14)
C4M0Y31K14 
(4%,0%,31%,14%)
(0.04/0.00/0.31/0.14)	

CMYK percentages

%3.64
%0
%30.91
%13.73

Codes

Color #D4DC98 in popluar color models

D4DC98
RGB212220152
HSL67°49.28%72.94%
HSB/HSV67°30.91%86.27%
CMYK3.64%0.00%30.91%
13.73%

Color #D4DC98 in popluar number systems.

HEXD4DC98
Decimal212220152
Binary110101001101110010011000
Octal324334230

Shades and tints

Shades of #D4DC98

#D4DC98
(212,220,152)
#C1C88B
(193,200,139)
#AEB47E
(174,180,126)
#9BA071
(155,160,113)
#888C64
(136,140,100)
#757857
(117,120,87)
#62644A
(98,100,74)
#4F503D
(79,80,61)
#3C3C30
(60,60,48)
#292823
(41,40,35)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #D4DC98

#D4DC98
(212,220,152)
#D7DFA1
(215,223,161)
#DAE2AA
(218,226,170)
#DDE5B3
(221,229,179)
#E0E8BC
(224,232,188)
#E3EBC5
(227,235,197)
#E6EECE
(230,238,206)
#E9F1D7
(233,241,215)
#ECF4E0
(236,244,224)
#EFF7E9
(239,247,233)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DC98 color. Also use rgb(212,220,152) instead hex code.

Text Font Color

.myTextColor { color: #D4DC98; }

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

This text font color is #D4DC98.


Background Color

.myBgColor { background-color: #D4DC98; }

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

This div background color is #D4DC98.


Border color

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

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

This div border color is #D4DC98.


Opacity

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

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

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

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

This text has shadow with #D4DC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DC98 on black background.


Color preview on white background

This text has color #D4DC98 on white background.



Black color preview on #D4DC98 background

This text has black color on #D4DC98 background.


White color preview on #D4DC98 background

This text has white color on #D4DC98 background.