COLOR #D4C498

HEX: #D4C498
RGB: (212,196,152)

Color info

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

RGB color model

#D4C498 color RGB value is (212,196,152).

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

RGB channels and saturation

R 212 of 255 = 83%
G 196 of 255 = 77%
B 152 of 255 = 60%

212
196
152

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

Portions of RGB colors in percentages

R + G + B =
212 + 196 + 152 = 560 (100%)
R 212 of 560 ~ 37.86%
G 196 of 560 ~ 35%
B 152 of 560 ~ 27.14%

%37.86
%35
%27.14

CMYK color model

#D4C498 color CMYK value is (0,8,28,17).

  • cyan value is 0.00%
  • magenta value is 7.55%
  • yellow value is 28.30%
  • key color value is 16.86%
CMYK:
(0,8,28,17)
C0M8Y28K17 
(0%,8%,28%,17%)
(0.00/0.08/0.28/0.17)	

CMYK percentages

%0
%7.55
%28.3
%16.86

Codes

Color #D4C498 in popluar color models

D4C498
RGB212196152
HSL44°41.10%71.37%
HSB/HSV44°28.30%83.14%
CMYK0.00%7.55%28.30%
16.86%

Color #D4C498 in popluar number systems.

HEXD4C498
Decimal212196152
Binary110101001100010010011000
Octal324304230

Shades and tints

Shades of #D4C498

#D4C498
(212,196,152)
#C1B38B
(193,179,139)
#AEA27E
(174,162,126)
#9B9171
(155,145,113)
#888064
(136,128,100)
#756F57
(117,111,87)
#625E4A
(98,94,74)
#4F4D3D
(79,77,61)
#3C3C30
(60,60,48)
#292B23
(41,43,35)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #D4C498

#D4C498
(212,196,152)
#D7C9A1
(215,201,161)
#DACEAA
(218,206,170)
#DDD3B3
(221,211,179)
#E0D8BC
(224,216,188)
#E3DDC5
(227,221,197)
#E6E2CE
(230,226,206)
#E9E7D7
(233,231,215)
#ECECE0
(236,236,224)
#EFF1E9
(239,241,233)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C498; }

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

This text font color is #D4C498.


Background Color

.myBgColor { background-color: #D4C498; }

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

This div background color is #D4C498.


Border color

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

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

This div border color is #D4C498.


Opacity

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

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

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

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

This text has shadow with #D4C498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C498 on black background.


Color preview on white background

This text has color #D4C498 on white background.



Black color preview on #D4C498 background

This text has black color on #D4C498 background.


White color preview on #D4C498 background

This text has white color on #D4C498 background.