COLOR #D9C463

HEX: #D9C463
RGB: (217,196,99)

Color info

#D9C463 contains mainly red and green colors. Web safe color of #D9C463 is #CCCC66 (or #CC6).

RGB color model

#D9C463 color RGB value is (217,196,99).

  • red value is 217;
  • green value is 196;
  • blue value is 99.
RGB:
(217,196,99)
(85%,77%,39%)

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 99 of 255 = 39%

217
196
99

R + G + B ~ 67%. #D9C463 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 196 + 99 = 512 (100%)
R 217 of 512 ~ 42.38%
G 196 of 512 ~ 38.28%
B 99 of 512 ~ 19.34%

%42.38
%38.28
%19.34

CMYK color model

#D9C463 color CMYK value is (0,10,54,15).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 54.38%
  • key color value is 14.90%
CMYK:
(0,10,54,15)
C0M10Y54K15 
(0%,10%,54%,15%)
(0.00/0.10/0.54/0.15)	

CMYK percentages

%0
%9.68
%54.38
%14.9

Codes

Color #D9C463 in popluar color models

D9C463
RGB21719699
HSL49°60.82%61.96%
HSB/HSV49°54.38%85.10%
CMYK0.00%9.68%54.38%
14.90%

Color #D9C463 in popluar number systems.

HEXD9C463
Decimal21719699
Binary11011001110001001100011
Octal331304143

Shades and tints

Shades of #D9C463

#D9C463
(217,196,99)
#C6B35A
(198,179,90)
#B3A251
(179,162,81)
#A09148
(160,145,72)
#8D803F
(141,128,63)
#7A6F36
(122,111,54)
#675E2D
(103,94,45)
#544D24
(84,77,36)
#413C1B
(65,60,27)
#2E2B12
(46,43,18)
#1B1A09
(27,26,9)
#000000
(0,0,0)

Tints of #D9C463

#D9C463
(217,196,99)
#DCC971
(220,201,113)
#DFCE7F
(223,206,127)
#E2D38D
(226,211,141)
#E5D89B
(229,216,155)
#E8DDA9
(232,221,169)
#EBE2B7
(235,226,183)
#EEE7C5
(238,231,197)
#F1ECD3
(241,236,211)
#F4F1E1
(244,241,225)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C463 color. Also use rgb(217,196,99) instead hex code.

Text Font Color

.myTextColor { color: #D9C463; }

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

This text font color is #D9C463.


Background Color

.myBgColor { background-color: #D9C463; }

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

This div background color is #D9C463.


Border color

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

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

This div border color is #D9C463.


Opacity

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

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

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

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

This text has shadow with #D9C463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C463 on black background.


Color preview on white background

This text has color #D9C463 on white background.



Black color preview on #D9C463 background

This text has black color on #D9C463 background.


White color preview on #D9C463 background

This text has white color on #D9C463 background.