COLOR #D9D271

HEX: #D9D271
RGB: (217,210,113)

Color info

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

RGB color model

#D9D271 color RGB value is (217,210,113).

  • red value is 217;
  • green value is 210;
  • blue value is 113.
RGB:
(217,210,113)
(85%,82%,44%)

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 113 of 255 = 44%

217
210
113

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

Portions of RGB colors in percentages

R + G + B =
217 + 210 + 113 = 540 (100%)
R 217 of 540 ~ 40.19%
G 210 of 540 ~ 38.89%
B 113 of 540 ~ 20.93%

%40.19
%38.89
%20.93

CMYK color model

#D9D271 color CMYK value is (0,3,48,15).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 47.93%
  • key color value is 14.90%
CMYK:
(0,3,48,15)
C0M3Y48K15 
(0%,3%,48%,15%)
(0.00/0.03/0.48/0.15)	

CMYK percentages

%0
%3.23
%47.93
%14.9

Codes

Color #D9D271 in popluar color models

D9D271
RGB217210113
HSL56°57.78%64.71%
HSB/HSV56°47.93%85.10%
CMYK0.00%3.23%47.93%
14.90%

Color #D9D271 in popluar number systems.

HEXD9D271
Decimal217210113
Binary11011001110100101110001
Octal331322161

Shades and tints

Shades of #D9D271

#D9D271
(217,210,113)
#C6BF67
(198,191,103)
#B3AC5D
(179,172,93)
#A09953
(160,153,83)
#8D8649
(141,134,73)
#7A733F
(122,115,63)
#676035
(103,96,53)
#544D2B
(84,77,43)
#413A21
(65,58,33)
#2E2717
(46,39,23)
#1B140D
(27,20,13)
#000000
(0,0,0)

Tints of #D9D271

#D9D271
(217,210,113)
#DCD67D
(220,214,125)
#DFDA89
(223,218,137)
#E2DE95
(226,222,149)
#E5E2A1
(229,226,161)
#E8E6AD
(232,230,173)
#EBEAB9
(235,234,185)
#EEEEC5
(238,238,197)
#F1F2D1
(241,242,209)
#F4F6DD
(244,246,221)
#F7FAE9
(247,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D271 color. Also use rgb(217,210,113) instead hex code.

Text Font Color

.myTextColor { color: #D9D271; }

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

This text font color is #D9D271.


Background Color

.myBgColor { background-color: #D9D271; }

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

This div background color is #D9D271.


Border color

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

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

This div border color is #D9D271.


Opacity

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

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

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

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

This text has shadow with #D9D271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D271 on black background.


Color preview on white background

This text has color #D9D271 on white background.



Black color preview on #D9D271 background

This text has black color on #D9D271 background.


White color preview on #D9D271 background

This text has white color on #D9D271 background.