COLOR #DFDAAA

HEX: #DFDAAA
RGB: (223,218,170)

Color info

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

RGB color model

#DFDAAA color RGB value is (223,218,170).

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

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 170 of 255 = 67%

223
218
170

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

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 170 = 611 (100%)
R 223 of 611 ~ 36.5%
G 218 of 611 ~ 35.68%
B 170 of 611 ~ 27.82%

%36.5
%35.68
%27.82

CMYK color model

#DFDAAA color CMYK value is (0,2,24,13).

  • cyan value is 0.00%
  • magenta value is 2.24%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(0,2,24,13)
C0M2Y24K13 
(0%,2%,24%,13%)
(0.00/0.02/0.24/0.13)	

CMYK percentages

%0
%2.24
%23.77
%12.55

Codes

Color #DFDAAA in popluar color models

DFDAAA
RGB223218170
HSL54°45.30%77.06%
HSB/HSV54°23.77%87.45%
CMYK0.00%2.24%23.77%
12.55%

Color #DFDAAA in popluar number systems.

HEXDFDAAA
Decimal223218170
Binary110111111101101010101010
Octal337332252

Shades and tints

Shades of #DFDAAA

#DFDAAA
(223,218,170)
#CBC79B
(203,199,155)
#B7B48C
(183,180,140)
#A3A17D
(163,161,125)
#8F8E6E
(143,142,110)
#7B7B5F
(123,123,95)
#676850
(103,104,80)
#535541
(83,85,65)
#3F4232
(63,66,50)
#2B2F23
(43,47,35)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFDAAA

#DFDAAA
(223,218,170)
#E1DDB1
(225,221,177)
#E3E0B8
(227,224,184)
#E5E3BF
(229,227,191)
#E7E6C6
(231,230,198)
#E9E9CD
(233,233,205)
#EBECD4
(235,236,212)
#EDEFDB
(237,239,219)
#EFF2E2
(239,242,226)
#F1F5E9
(241,245,233)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAAA; }

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

This text font color is #DFDAAA.


Background Color

.myBgColor { background-color: #DFDAAA; }

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

This div background color is #DFDAAA.


Border color

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

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

This div border color is #DFDAAA.


Opacity

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

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

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

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

This text has shadow with #DFDAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDAAA on black background.


Color preview on white background

This text has color #DFDAAA on white background.



Black color preview on #DFDAAA background

This text has black color on #DFDAAA background.


White color preview on #DFDAAA background

This text has white color on #DFDAAA background.