COLOR #DFD3AD

HEX: #DFD3AD RGB: (223,211,173)

Color info

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

RGB color model

#DFD3AD color RGB value is (223,211,173).

RGB: (223,211,173) (87%, 83%, 68%)

RGB channels and saturation

R 223 of 255 = 87%
G 211 of 255 = 83%
B 173 of 255 = 68%

223
211
173

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

Portions of RGB colors in percentages

R + G + B = 223 + 211 + 173 = 607 (100%)
R 223 of 607 ~ 36.74%
G 211 of 607 ~ 34.76%
B 173 of 607 ~ 28.5'%

%36.74
%34.76
%28.5

CMYK color model

#DFD3AD color CMYK value is (0,5,22,13).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 22.42%
  • key color value is 12.55%

CMYK: (0,5,22,13)
C0M5Y22K13 (0%, 5%, 22%, 13%)
(0.00 / 0.05 / 0.22 / 0.13)

CMYK percentages

%0
%5.38
%22.42
%12.55

Codes

Color #DFD3AD in popluar color models

DF D3 AD
RGB 223 211 173
HSL 46° 43.86% 77.65%
HSB/HSV 46° 22.42% 87.45%
CMYK 0.00% 5.38% 22.42%
12.55%

Color #DFD3AD in popluar number systems.

HEX DF D3 AD
Decimal 223 211 173
Binary 11011111 11010011 10101101
Octal 337 323 255

Shades and tints

Shades of #DFD3AD

#DFD3AD
(223,211,173)
#CBC09E
(203,192,158)
#B7AD8F
(183,173,143)
#A39A80
(163,154,128)
#8F8771
(143,135,113)
#7B7462
(123,116,98)
#676153
(103,97,83)
#534E44
(83,78,68)
#3F3B35
(63,59,53)
#2B2826
(43,40,38)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #DFD3AD

#DFD3AD
(223,211,173)
#E1D7B4
(225,215,180)
#E3DBBB
(227,219,187)
#E5DFC2
(229,223,194)
#E7E3C9
(231,227,201)
#E9E7D0
(233,231,208)
#EBEBD7
(235,235,215)
#EDEFDE
(237,239,222)
#EFF3E5
(239,243,229)
#F1F7EC
(241,247,236)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD3AD; }

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

This text font color is #DFD3AD.

Background Color

.myBgColor { background-color: #DFD3AD; }

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

This div background color is #DFD3AD.

Border color

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

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

This div border color is #DFD3AD.

Opacity

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

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

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

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

This text has shadow with #DFD3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD3AD.

Preview

Color preview on black background

This text has color #DFD3AD on black background.


Color preview on white background

This text has color #DFD3AD on white background.


Black color preview on #DFD3AD background

This text has black color on #DFD3AD background.


White color preview on #DFD3AD background

This text has white color on #DFD3AD background.


Related colors

Complementary color

Complementary color for #hex is #202C52.


I love getcolorcode.com

Triadic colors

1 #ADDFD3 and #D3ADDF with #DFD3AD are triadic colors.

2 #ADD3DF and #D3DFAD with #DFD3AD are triadic colors.