COLOR #D9C661

HEX: #D9C661
RGB: (217,198,97)

Color info

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

RGB color model

#D9C661 color RGB value is (217,198,97).

  • red value is 217;
  • green value is 198;
  • blue value is 97.
RGB:
(217,198,97)
(85%,78%,38%)

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 97 of 255 = 38%

217
198
97

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

Portions of RGB colors in percentages

R + G + B =
217 + 198 + 97 = 512 (100%)
R 217 of 512 ~ 42.38%
G 198 of 512 ~ 38.67%
B 97 of 512 ~ 18.95%

%42.38
%38.67
%18.95

CMYK color model

#D9C661 color CMYK value is (0,9,55,15).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 55.30%
  • key color value is 14.90%
CMYK:
(0,9,55,15)
C0M9Y55K15 
(0%,9%,55%,15%)
(0.00/0.09/0.55/0.15)	

CMYK percentages

%0
%8.76
%55.3
%14.9

Codes

Color #D9C661 in popluar color models

D9C661
RGB21719897
HSL51°61.22%61.57%
HSB/HSV51°55.30%85.10%
CMYK0.00%8.76%55.30%
14.90%

Color #D9C661 in popluar number systems.

HEXD9C661
Decimal21719897
Binary11011001110001101100001
Octal331306141

Shades and tints

Shades of #D9C661

#D9C661
(217,198,97)
#C6B459
(198,180,89)
#B3A251
(179,162,81)
#A09049
(160,144,73)
#8D7E41
(141,126,65)
#7A6C39
(122,108,57)
#675A31
(103,90,49)
#544829
(84,72,41)
#413621
(65,54,33)
#2E2419
(46,36,25)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #D9C661

#D9C661
(217,198,97)
#DCCB6F
(220,203,111)
#DFD07D
(223,208,125)
#E2D58B
(226,213,139)
#E5DA99
(229,218,153)
#E8DFA7
(232,223,167)
#EBE4B5
(235,228,181)
#EEE9C3
(238,233,195)
#F1EED1
(241,238,209)
#F4F3DF
(244,243,223)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C661 color. Also use rgb(217,198,97) instead hex code.

Text Font Color

.myTextColor { color: #D9C661; }

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

This text font color is #D9C661.


Background Color

.myBgColor { background-color: #D9C661; }

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

This div background color is #D9C661.


Border color

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

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

This div border color is #D9C661.


Opacity

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

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

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

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

This text has shadow with #D9C661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C661 on black background.


Color preview on white background

This text has color #D9C661 on white background.



Black color preview on #D9C661 background

This text has black color on #D9C661 background.


White color preview on #D9C661 background

This text has white color on #D9C661 background.