COLOR #D9C778

HEX: #D9C778
RGB: (217,199,120)

Color info

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

RGB color model

#D9C778 color RGB value is (217,199,120).

  • red value is 217;
  • green value is 199;
  • blue value is 120.
RGB:
(217,199,120)
(85%,78%,47%)

RGB channels and saturation

R 217 of 255 = 85%
G 199 of 255 = 78%
B 120 of 255 = 47%

217
199
120

R + G + B ~ 70%. #D9C778 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 199 + 120 = 536 (100%)
R 217 of 536 ~ 40.49%
G 199 of 536 ~ 37.13%
B 120 of 536 ~ 22.39%

%40.49
%37.13
%22.39

CMYK color model

#D9C778 color CMYK value is (0,8,45,15).

  • cyan value is 0.00%
  • magenta value is 8.29%
  • yellow value is 44.70%
  • key color value is 14.90%
CMYK:
(0,8,45,15)
C0M8Y45K15 
(0%,8%,45%,15%)
(0.00/0.08/0.45/0.15)	

CMYK percentages

%0
%8.29
%44.7
%14.9

Codes

Color #D9C778 in popluar color models

D9C778
RGB217199120
HSL49°56.07%66.08%
HSB/HSV49°44.70%85.10%
CMYK0.00%8.29%44.70%
14.90%

Color #D9C778 in popluar number systems.

HEXD9C778
Decimal217199120
Binary11011001110001111111000
Octal331307170

Shades and tints

Shades of #D9C778

#D9C778
(217,199,120)
#C6B56E
(198,181,110)
#B3A364
(179,163,100)
#A0915A
(160,145,90)
#8D7F50
(141,127,80)
#7A6D46
(122,109,70)
#675B3C
(103,91,60)
#544932
(84,73,50)
#413728
(65,55,40)
#2E251E
(46,37,30)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #D9C778

#D9C778
(217,199,120)
#DCCC84
(220,204,132)
#DFD190
(223,209,144)
#E2D69C
(226,214,156)
#E5DBA8
(229,219,168)
#E8E0B4
(232,224,180)
#EBE5C0
(235,229,192)
#EEEACC
(238,234,204)
#F1EFD8
(241,239,216)
#F4F4E4
(244,244,228)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C778 color. Also use rgb(217,199,120) instead hex code.

Text Font Color

.myTextColor { color: #D9C778; }

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

This text font color is #D9C778.


Background Color

.myBgColor { background-color: #D9C778; }

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

This div background color is #D9C778.


Border color

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

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

This div border color is #D9C778.


Opacity

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

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

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

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

This text has shadow with #D9C778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C778 on black background.


Color preview on white background

This text has color #D9C778 on white background.



Black color preview on #D9C778 background

This text has black color on #D9C778 background.


White color preview on #D9C778 background

This text has white color on #D9C778 background.