COLOR #D9C992

HEX: #D9C992
RGB: (217,201,146)

Color info

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

RGB color model

#D9C992 color RGB value is (217,201,146).

  • red value is 217;
  • green value is 201;
  • blue value is 146.
RGB:
(217,201,146)
(85%,79%,57%)

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 146 of 255 = 57%

217
201
146

R + G + B ~ 74%. #D9C992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 201 + 146 = 564 (100%)
R 217 of 564 ~ 38.48%
G 201 of 564 ~ 35.64%
B 146 of 564 ~ 25.89%

%38.48
%35.64
%25.89

CMYK color model

#D9C992 color CMYK value is (0,7,33,15).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 32.72%
  • key color value is 14.90%
CMYK:
(0,7,33,15)
C0M7Y33K15 
(0%,7%,33%,15%)
(0.00/0.07/0.33/0.15)	

CMYK percentages

%0
%7.37
%32.72
%14.9

Codes

Color #D9C992 in popluar color models

D9C992
RGB217201146
HSL46°48.30%71.18%
HSB/HSV46°32.72%85.10%
CMYK0.00%7.37%32.72%
14.90%

Color #D9C992 in popluar number systems.

HEXD9C992
Decimal217201146
Binary110110011100100110010010
Octal331311222

Shades and tints

Shades of #D9C992

#D9C992
(217,201,146)
#C6B785
(198,183,133)
#B3A578
(179,165,120)
#A0936B
(160,147,107)
#8D815E
(141,129,94)
#7A6F51
(122,111,81)
#675D44
(103,93,68)
#544B37
(84,75,55)
#41392A
(65,57,42)
#2E271D
(46,39,29)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #D9C992

#D9C992
(217,201,146)
#DCCD9B
(220,205,155)
#DFD1A4
(223,209,164)
#E2D5AD
(226,213,173)
#E5D9B6
(229,217,182)
#E8DDBF
(232,221,191)
#EBE1C8
(235,225,200)
#EEE5D1
(238,229,209)
#F1E9DA
(241,233,218)
#F4EDE3
(244,237,227)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C992 color. Also use rgb(217,201,146) instead hex code.

Text Font Color

.myTextColor { color: #D9C992; }

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

This text font color is #D9C992.


Background Color

.myBgColor { background-color: #D9C992; }

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

This div background color is #D9C992.


Border color

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

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

This div border color is #D9C992.


Opacity

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

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

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

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

This text has shadow with #D9C992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C992 on black background.


Color preview on white background

This text has color #D9C992 on white background.



Black color preview on #D9C992 background

This text has black color on #D9C992 background.


White color preview on #D9C992 background

This text has white color on #D9C992 background.