COLOR #DFDEB4

HEX: #DFDEB4 RGB: (223,222,180)

Color info

#DFDEB4 contains red, green and blue colors in about the same proportion. Web safe color of #DFDEB4 is #CCCCCC (or #CCC).

RGB color model

#DFDEB4 color RGB value is (223,222,180).

RGB: (223,222,180) (87%, 87%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 180 of 255 = 71%

223
222
180

R + G + B ~ 82%. #DFDEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 222 + 180 = 625 (100%)
R 223 of 625 ~ 35.68%
G 222 of 625 ~ 35.52%
B 180 of 625 ~ 28.8'%

%35.68
%35.52
%28.8

CMYK color model

#DFDEB4 color CMYK value is (0,0,19,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 19.28%
  • key color value is 12.55%

CMYK: (0,0,19,13)
C0M0Y19K13 (0%, 0%, 19%, 13%)
(0.00 / 0.00 / 0.19 / 0.13)

CMYK percentages

%0
%0.45
%19.28
%12.55

Codes

Color #DFDEB4 in popluar color models

DF DE B4
RGB 223 222 180
HSL 59° 40.19% 79.02%
HSB/HSV 59° 19.28% 87.45%
CMYK 0.00% 0.45% 19.28%
12.55%

Color #DFDEB4 in popluar number systems.

HEX DF DE B4
Decimal 223 222 180
Binary 11011111 11011110 10110100
Octal 337 336 264

Shades and tints

Shades of #DFDEB4

#DFDEB4
(223,222,180)
#CBCAA4
(203,202,164)
#B7B694
(183,182,148)
#A3A284
(163,162,132)
#8F8E74
(143,142,116)
#7B7A64
(123,122,100)
#676654
(103,102,84)
#535244
(83,82,68)
#3F3E34
(63,62,52)
#2B2A24
(43,42,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #DFDEB4

#DFDEB4
(223,222,180)
#E1E1BA
(225,225,186)
#E3E4C0
(227,228,192)
#E5E7C6
(229,231,198)
#E7EACC
(231,234,204)
#E9EDD2
(233,237,210)
#EBF0D8
(235,240,216)
#EDF3DE
(237,243,222)
#EFF6E4
(239,246,228)
#F1F9EA
(241,249,234)
#F3FCF0
(243,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDEB4 color. Also use rgb(223,222,180) instead hex code.

Text Font Color

.myTextColor { color: #DFDEB4; }

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

This text font color is #DFDEB4.

Background Color

.myBgColor { background-color: #DFDEB4; }

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

This div background color is #DFDEB4.

Border color

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

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

This div border color is #DFDEB4.

Opacity

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

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

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

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

This text has shadow with #DFDEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDEB4.

Preview

Color preview on black background

This text has color #DFDEB4 on black background.


Color preview on white background

This text has color #DFDEB4 on white background.


Black color preview on #DFDEB4 background

This text has black color on #DFDEB4 background.


White color preview on #DFDEB4 background

This text has white color on #DFDEB4 background.


Related colors

Complementary color

Complementary color for #hex is #20214B.


I love getcolorcode.com

Triadic colors

1 #B4DFDE and #DEB4DF with #DFDEB4 are triadic colors.

2 #B4DEDF and #DEDFB4 with #DFDEB4 are triadic colors.