COLOR #D9C469

HEX: #D9C469
RGB: (217,196,105)

Color info

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

RGB color model

#D9C469 color RGB value is (217,196,105).

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

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 105 of 255 = 41%

217
196
105

R + G + B ~ 68%. #D9C469 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 196 + 105 = 518 (100%)
R 217 of 518 ~ 41.89%
G 196 of 518 ~ 37.84%
B 105 of 518 ~ 20.27%

%41.89
%37.84
%20.27

CMYK color model

#D9C469 color CMYK value is (0,10,52,15).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 51.61%
  • key color value is 14.90%
CMYK:
(0,10,52,15)
C0M10Y52K15 
(0%,10%,52%,15%)
(0.00/0.10/0.52/0.15)	

CMYK percentages

%0
%9.68
%51.61
%14.9

Codes

Color #D9C469 in popluar color models

D9C469
RGB217196105
HSL49°59.57%63.14%
HSB/HSV49°51.61%85.10%
CMYK0.00%9.68%51.61%
14.90%

Color #D9C469 in popluar number systems.

HEXD9C469
Decimal217196105
Binary11011001110001001101001
Octal331304151

Shades and tints

Shades of #D9C469

#D9C469
(217,196,105)
#C6B360
(198,179,96)
#B3A257
(179,162,87)
#A0914E
(160,145,78)
#8D8045
(141,128,69)
#7A6F3C
(122,111,60)
#675E33
(103,94,51)
#544D2A
(84,77,42)
#413C21
(65,60,33)
#2E2B18
(46,43,24)
#1B1A0F
(27,26,15)
#000000
(0,0,0)

Tints of #D9C469

#D9C469
(217,196,105)
#DCC976
(220,201,118)
#DFCE83
(223,206,131)
#E2D390
(226,211,144)
#E5D89D
(229,216,157)
#E8DDAA
(232,221,170)
#EBE2B7
(235,226,183)
#EEE7C4
(238,231,196)
#F1ECD1
(241,236,209)
#F4F1DE
(244,241,222)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C469; }

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

This text font color is #D9C469.


Background Color

.myBgColor { background-color: #D9C469; }

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

This div background color is #D9C469.


Border color

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

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

This div border color is #D9C469.


Opacity

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

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

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

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

This text has shadow with #D9C469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C469 on black background.


Color preview on white background

This text has color #D9C469 on white background.



Black color preview on #D9C469 background

This text has black color on #D9C469 background.


White color preview on #D9C469 background

This text has white color on #D9C469 background.