COLOR #DFDBA8

HEX: #DFDBA8
RGB: (223,219,168)

Color info

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

RGB color model

#DFDBA8 color RGB value is (223,219,168).

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

RGB channels and saturation

R 223 of 255 = 87%
G 219 of 255 = 86%
B 168 of 255 = 66%

223
219
168

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

Portions of RGB colors in percentages

R + G + B =
223 + 219 + 168 = 610 (100%)
R 223 of 610 ~ 36.56%
G 219 of 610 ~ 35.9%
B 168 of 610 ~ 27.54%

%36.56
%35.9
%27.54

CMYK color model

#DFDBA8 color CMYK value is (0,2,25,13).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 24.66%
  • key color value is 12.55%
CMYK:
(0,2,25,13)
C0M2Y25K13 
(0%,2%,25%,13%)
(0.00/0.02/0.25/0.13)	

CMYK percentages

%0
%1.79
%24.66
%12.55

Codes

Color #DFDBA8 in popluar color models

DFDBA8
RGB223219168
HSL56°46.22%76.67%
HSB/HSV56°24.66%87.45%
CMYK0.00%1.79%24.66%
12.55%

Color #DFDBA8 in popluar number systems.

HEXDFDBA8
Decimal223219168
Binary110111111101101110101000
Octal337333250

Shades and tints

Shades of #DFDBA8

#DFDBA8
(223,219,168)
#CBC899
(203,200,153)
#B7B58A
(183,181,138)
#A3A27B
(163,162,123)
#8F8F6C
(143,143,108)
#7B7C5D
(123,124,93)
#67694E
(103,105,78)
#53563F
(83,86,63)
#3F4330
(63,67,48)
#2B3021
(43,48,33)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #DFDBA8

#DFDBA8
(223,219,168)
#E1DEAF
(225,222,175)
#E3E1B6
(227,225,182)
#E5E4BD
(229,228,189)
#E7E7C4
(231,231,196)
#E9EACB
(233,234,203)
#EBEDD2
(235,237,210)
#EDF0D9
(237,240,217)
#EFF3E0
(239,243,224)
#F1F6E7
(241,246,231)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDBA8; }

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

This text font color is #DFDBA8.


Background Color

.myBgColor { background-color: #DFDBA8; }

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

This div background color is #DFDBA8.


Border color

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

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

This div border color is #DFDBA8.


Opacity

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

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

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

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

This text has shadow with #DFDBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDBA8 on black background.


Color preview on white background

This text has color #DFDBA8 on white background.



Black color preview on #DFDBA8 background

This text has black color on #DFDBA8 background.


White color preview on #DFDBA8 background

This text has white color on #DFDBA8 background.