COLOR #DFDB8C

HEX: #DFDB8C
RGB: (223,219,140)

Color info

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

RGB color model

#DFDB8C color RGB value is (223,219,140).

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

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 140 of 255 = 55%

223
219
140

R + G + B ~ 76%. #DFDB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 219 + 140 = 582 (100%)
R 223 of 582 ~ 38.32%
G 219 of 582 ~ 37.63%
B 140 of 582 ~ 24.05%

%38.32
%37.63
%24.05

CMYK color model

#DFDB8C color CMYK value is (0,2,37,13).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 37.22%
  • key color value is 12.55%
CMYK:
(0,2,37,13)
C0M2Y37K13 
(0%,2%,37%,13%)
(0.00/0.02/0.37/0.13)	

CMYK percentages

%0
%1.79
%37.22
%12.55

Codes

Color #DFDB8C in popluar color models

DFDB8C
RGB223219140
HSL57°56.46%71.18%
HSB/HSV57°37.22%87.45%
CMYK0.00%1.79%37.22%
12.55%

Color #DFDB8C in popluar number systems.

HEXDFDB8C
Decimal223219140
Binary110111111101101110001100
Octal337333214

Shades and tints

Shades of #DFDB8C

#DFDB8C
(223,219,140)
#CBC880
(203,200,128)
#B7B574
(183,181,116)
#A3A268
(163,162,104)
#8F8F5C
(143,143,92)
#7B7C50
(123,124,80)
#676944
(103,105,68)
#535638
(83,86,56)
#3F432C
(63,67,44)
#2B3020
(43,48,32)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #DFDB8C

#DFDB8C
(223,219,140)
#E1DE96
(225,222,150)
#E3E1A0
(227,225,160)
#E5E4AA
(229,228,170)
#E7E7B4
(231,231,180)
#E9EABE
(233,234,190)
#EBEDC8
(235,237,200)
#EDF0D2
(237,240,210)
#EFF3DC
(239,243,220)
#F1F6E6
(241,246,230)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDB8C; }

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

This text font color is #DFDB8C.


Background Color

.myBgColor { background-color: #DFDB8C; }

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

This div background color is #DFDB8C.


Border color

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

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

This div border color is #DFDB8C.


Opacity

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

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

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

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

This text has shadow with #DFDB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDB8C on black background.


Color preview on white background

This text has color #DFDB8C on white background.



Black color preview on #DFDB8C background

This text has black color on #DFDB8C background.


White color preview on #DFDB8C background

This text has white color on #DFDB8C background.