COLOR #D4D297

HEX: #D4D297
RGB: (212,210,151)

Color info

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

RGB color model

#D4D297 color RGB value is (212,210,151).

  • red value is 212;
  • green value is 210;
  • blue value is 151.
RGB:
(212,210,151)
(83%,82%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 210 of 255 = 82%
B 151 of 255 = 59%

212
210
151

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

Portions of RGB colors in percentages

R + G + B =
212 + 210 + 151 = 573 (100%)
R 212 of 573 ~ 37%
G 210 of 573 ~ 36.65%
B 151 of 573 ~ 26.35%

%37
%36.65
%26.35

CMYK color model

#D4D297 color CMYK value is (0,1,29,17).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 28.77%
  • key color value is 16.86%
CMYK:
(0,1,29,17)
C0M1Y29K17 
(0%,1%,29%,17%)
(0.00/0.01/0.29/0.17)	

CMYK percentages

%0
%0.94
%28.77
%16.86

Codes

Color #D4D297 in popluar color models

D4D297
RGB212210151
HSL58°41.50%71.18%
HSB/HSV58°28.77%83.14%
CMYK0.00%0.94%28.77%
16.86%

Color #D4D297 in popluar number systems.

HEXD4D297
Decimal212210151
Binary110101001101001010010111
Octal324322227

Shades and tints

Shades of #D4D297

#D4D297
(212,210,151)
#C1BF8A
(193,191,138)
#AEAC7D
(174,172,125)
#9B9970
(155,153,112)
#888663
(136,134,99)
#757356
(117,115,86)
#626049
(98,96,73)
#4F4D3C
(79,77,60)
#3C3A2F
(60,58,47)
#292722
(41,39,34)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4D297

#D4D297
(212,210,151)
#D7D6A0
(215,214,160)
#DADAA9
(218,218,169)
#DDDEB2
(221,222,178)
#E0E2BB
(224,226,187)
#E3E6C4
(227,230,196)
#E6EACD
(230,234,205)
#E9EED6
(233,238,214)
#ECF2DF
(236,242,223)
#EFF6E8
(239,246,232)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D297 color. Also use rgb(212,210,151) instead hex code.

Text Font Color

.myTextColor { color: #D4D297; }

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

This text font color is #D4D297.


Background Color

.myBgColor { background-color: #D4D297; }

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

This div background color is #D4D297.


Border color

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

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

This div border color is #D4D297.


Opacity

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

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

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

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

This text has shadow with #D4D297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D297 on black background.


Color preview on white background

This text has color #D4D297 on white background.



Black color preview on #D4D297 background

This text has black color on #D4D297 background.


White color preview on #D4D297 background

This text has white color on #D4D297 background.