COLOR #DFDBAD

HEX: #DFDBAD
RGB: (223,219,173)

Color info

#DFDBAD contains red, green and blue colors in about the same proportion. Web safe color of #DFDBAD is #CCCC99 (or #CC9).

RGB color model

#DFDBAD color RGB value is (223,219,173).

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

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 173 of 255 = 68%

223
219
173

R + G + B ~ 80%. #DFDBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 219 + 173 = 615 (100%)
R 223 of 615 ~ 36.26%
G 219 of 615 ~ 35.61%
B 173 of 615 ~ 28.13%

%36.26
%35.61
%28.13

CMYK color model

#DFDBAD color CMYK value is (0,2,22,13).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 22.42%
  • key color value is 12.55%
CMYK:
(0,2,22,13)
C0M2Y22K13 
(0%,2%,22%,13%)
(0.00/0.02/0.22/0.13)	

CMYK percentages

%0
%1.79
%22.42
%12.55

Codes

Color #DFDBAD in popluar color models

DFDBAD
RGB223219173
HSL55°43.86%77.65%
HSB/HSV55°22.42%87.45%
CMYK0.00%1.79%22.42%
12.55%

Color #DFDBAD in popluar number systems.

HEXDFDBAD
Decimal223219173
Binary110111111101101110101101
Octal337333255

Shades and tints

Shades of #DFDBAD

#DFDBAD
(223,219,173)
#CBC89E
(203,200,158)
#B7B58F
(183,181,143)
#A3A280
(163,162,128)
#8F8F71
(143,143,113)
#7B7C62
(123,124,98)
#676953
(103,105,83)
#535644
(83,86,68)
#3F4335
(63,67,53)
#2B3026
(43,48,38)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #DFDBAD

#DFDBAD
(223,219,173)
#E1DEB4
(225,222,180)
#E3E1BB
(227,225,187)
#E5E4C2
(229,228,194)
#E7E7C9
(231,231,201)
#E9EAD0
(233,234,208)
#EBEDD7
(235,237,215)
#EDF0DE
(237,240,222)
#EFF3E5
(239,243,229)
#F1F6EC
(241,246,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDBAD; }

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

This text font color is #DFDBAD.


Background Color

.myBgColor { background-color: #DFDBAD; }

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

This div background color is #DFDBAD.


Border color

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

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

This div border color is #DFDBAD.


Opacity

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

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

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

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

This text has shadow with #DFDBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDBAD on black background.


Color preview on white background

This text has color #DFDBAD on white background.



Black color preview on #DFDBAD background

This text has black color on #DFDBAD background.


White color preview on #DFDBAD background

This text has white color on #DFDBAD background.