COLOR #D6D28F

HEX: #D6D28F
RGB: (214,210,143)

Color info

#D6D28F contains mainly red and green colors. Web safe color of #D6D28F is #CCCC99 (or #CC9).

RGB color model

#D6D28F color RGB value is (214,210,143).

  • red value is 214;
  • green value is 210;
  • blue value is 143.
RGB:
(214,210,143)
(84%,82%,56%)

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 143 of 255 = 56%

214
210
143

R + G + B ~ 74%. #D6D28F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 210 + 143 = 567 (100%)
R 214 of 567 ~ 37.74%
G 210 of 567 ~ 37.04%
B 143 of 567 ~ 25.22%

%37.74
%37.04
%25.22

CMYK color model

#D6D28F color CMYK value is (0,2,33,16).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 33.18%
  • key color value is 16.08%
CMYK:
(0,2,33,16)
C0M2Y33K16 
(0%,2%,33%,16%)
(0.00/0.02/0.33/0.16)	

CMYK percentages

%0
%1.87
%33.18
%16.08

Codes

Color #D6D28F in popluar color models

D6D28F
RGB214210143
HSL57°46.41%70.00%
HSB/HSV57°33.18%83.92%
CMYK0.00%1.87%33.18%
16.08%

Color #D6D28F in popluar number systems.

HEXD6D28F
Decimal214210143
Binary110101101101001010001111
Octal326322217

Shades and tints

Shades of #D6D28F

#D6D28F
(214,210,143)
#C3BF82
(195,191,130)
#B0AC75
(176,172,117)
#9D9968
(157,153,104)
#8A865B
(138,134,91)
#77734E
(119,115,78)
#646041
(100,96,65)
#514D34
(81,77,52)
#3E3A27
(62,58,39)
#2B271A
(43,39,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #D6D28F

#D6D28F
(214,210,143)
#D9D699
(217,214,153)
#DCDAA3
(220,218,163)
#DFDEAD
(223,222,173)
#E2E2B7
(226,226,183)
#E5E6C1
(229,230,193)
#E8EACB
(232,234,203)
#EBEED5
(235,238,213)
#EEF2DF
(238,242,223)
#F1F6E9
(241,246,233)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D28F color. Also use rgb(214,210,143) instead hex code.

Text Font Color

.myTextColor { color: #D6D28F; }

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

This text font color is #D6D28F.


Background Color

.myBgColor { background-color: #D6D28F; }

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

This div background color is #D6D28F.


Border color

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

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

This div border color is #D6D28F.


Opacity

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

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

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

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

This text has shadow with #D6D28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D28F on black background.


Color preview on white background

This text has color #D6D28F on white background.



Black color preview on #D6D28F background

This text has black color on #D6D28F background.


White color preview on #D6D28F background

This text has white color on #D6D28F background.