COLOR #DFDAA8

HEX: #DFDAA8
RGB: (223,218,168)

Color info

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

RGB color model

#DFDAA8 color RGB value is (223,218,168).

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

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 168 of 255 = 66%

223
218
168

R + G + B ~ 79%. #DFDAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 168 = 609 (100%)
R 223 of 609 ~ 36.62%
G 218 of 609 ~ 35.8%
B 168 of 609 ~ 27.59%

%36.62
%35.8
%27.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.24%
  • 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
%2.24
%24.66
%12.55

Codes

Color #DFDAA8 in popluar color models

DFDAA8
RGB223218168
HSL55°46.22%76.67%
HSB/HSV55°24.66%87.45%
CMYK0.00%2.24%24.66%
12.55%

Color #DFDAA8 in popluar number systems.

HEXDFDAA8
Decimal223218168
Binary110111111101101010101000
Octal337332250

Shades and tints

Shades of #DFDAA8

#DFDAA8
(223,218,168)
#CBC799
(203,199,153)
#B7B48A
(183,180,138)
#A3A17B
(163,161,123)
#8F8E6C
(143,142,108)
#7B7B5D
(123,123,93)
#67684E
(103,104,78)
#53553F
(83,85,63)
#3F4230
(63,66,48)
#2B2F21
(43,47,33)
#171C12
(23,28,18)
#000000
(0,0,0)

Tints of #DFDAA8

#DFDAA8
(223,218,168)
#E1DDAF
(225,221,175)
#E3E0B6
(227,224,182)
#E5E3BD
(229,227,189)
#E7E6C4
(231,230,196)
#E9E9CB
(233,233,203)
#EBECD2
(235,236,210)
#EDEFD9
(237,239,217)
#EFF2E0
(239,242,224)
#F1F5E7
(241,245,231)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAA8; }

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

This text font color is #DFDAA8.


Background Color

.myBgColor { background-color: #DFDAA8; }

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

This div background color is #DFDAA8.


Border color

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

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

This div border color is #DFDAA8.


Opacity

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

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

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

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

This text has shadow with #DFDAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAA8 on black background.


Color preview on white background

This text has color #DFDAA8 on white background.



Black color preview on #DFDAA8 background

This text has black color on #DFDAA8 background.


White color preview on #DFDAA8 background

This text has white color on #DFDAA8 background.