COLOR #DFD28C

HEX: #DFD28C
RGB: (223,210,140)

Color info

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

RGB color model

#DFD28C color RGB value is (223,210,140).

  • red value is 223;
  • green value is 210;
  • blue value is 140.
RGB:
(223,210,140)
(87%,82%,55%)

RGB channels and saturation

R 223 of 255 = 87%
G 210 of 255 = 82%
B 140 of 255 = 55%

223
210
140

R + G + B ~ 75%. #DFD28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 210 + 140 = 573 (100%)
R 223 of 573 ~ 38.92%
G 210 of 573 ~ 36.65%
B 140 of 573 ~ 24.43%

%38.92
%36.65
%24.43

CMYK color model

#DFD28C color CMYK value is (0,6,37,13).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 37.22%
  • key color value is 12.55%
CMYK:
(0,6,37,13)
C0M6Y37K13 
(0%,6%,37%,13%)
(0.00/0.06/0.37/0.13)	

CMYK percentages

%0
%5.83
%37.22
%12.55

Codes

Color #DFD28C in popluar color models

DFD28C
RGB223210140
HSL51°56.46%71.18%
HSB/HSV51°37.22%87.45%
CMYK0.00%5.83%37.22%
12.55%

Color #DFD28C in popluar number systems.

HEXDFD28C
Decimal223210140
Binary110111111101001010001100
Octal337322214

Shades and tints

Shades of #DFD28C

#DFD28C
(223,210,140)
#CBBF80
(203,191,128)
#B7AC74
(183,172,116)
#A39968
(163,153,104)
#8F865C
(143,134,92)
#7B7350
(123,115,80)
#676044
(103,96,68)
#534D38
(83,77,56)
#3F3A2C
(63,58,44)
#2B2720
(43,39,32)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #DFD28C

#DFD28C
(223,210,140)
#E1D696
(225,214,150)
#E3DAA0
(227,218,160)
#E5DEAA
(229,222,170)
#E7E2B4
(231,226,180)
#E9E6BE
(233,230,190)
#EBEAC8
(235,234,200)
#EDEED2
(237,238,210)
#EFF2DC
(239,242,220)
#F1F6E6
(241,246,230)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD28C color. Also use rgb(223,210,140) instead hex code.

Text Font Color

.myTextColor { color: #DFD28C; }

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

This text font color is #DFD28C.


Background Color

.myBgColor { background-color: #DFD28C; }

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

This div background color is #DFD28C.


Border color

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

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

This div border color is #DFD28C.


Opacity

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

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

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

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

This text has shadow with #DFD28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD28C on black background.


Color preview on white background

This text has color #DFD28C on white background.



Black color preview on #DFD28C background

This text has black color on #DFD28C background.


White color preview on #DFD28C background

This text has white color on #DFD28C background.