COLOR #DFDEB3

HEX: #DFDEB3 RGB: (223,222,179)

Color info

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

RGB color model

#DFDEB3 color RGB value is (223,222,179).

RGB: (223,222,179) (87%, 87%, 70%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 179 of 255 = 70%

223
222
179

R + G + B ~ 81%. #DFDEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 222 + 179 = 624 (100%)
R 223 of 624 ~ 35.74%
G 222 of 624 ~ 35.58%
B 179 of 624 ~ 28.69'%

%35.74
%35.58
%28.69

CMYK color model

#DFDEB3 color CMYK value is (0,0,20,13).

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

CMYK: (0,0,20,13)
C0M0Y20K13 (0%, 0%, 20%, 13%)
(0.00 / 0.00 / 0.20 / 0.13)

CMYK percentages

%0
%0.45
%19.73
%12.55

Codes

Color #DFDEB3 in popluar color models

DF DE B3
RGB 223 222 179
HSL 59° 40.74% 78.82%
HSB/HSV 59° 19.73% 87.45%
CMYK 0.00% 0.45% 19.73%
12.55%

Color #DFDEB3 in popluar number systems.

HEX DF DE B3
Decimal 223 222 179
Binary 11011111 11011110 10110011
Octal 337 336 263

Shades and tints

Shades of #DFDEB3

#DFDEB3
(223,222,179)
#CBCAA3
(203,202,163)
#B7B693
(183,182,147)
#A3A283
(163,162,131)
#8F8E73
(143,142,115)
#7B7A63
(123,122,99)
#676653
(103,102,83)
#535243
(83,82,67)
#3F3E33
(63,62,51)
#2B2A23
(43,42,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #DFDEB3

#DFDEB3
(223,222,179)
#E1E1B9
(225,225,185)
#E3E4BF
(227,228,191)
#E5E7C5
(229,231,197)
#E7EACB
(231,234,203)
#E9EDD1
(233,237,209)
#EBF0D7
(235,240,215)
#EDF3DD
(237,243,221)
#EFF6E3
(239,246,227)
#F1F9E9
(241,249,233)
#F3FCEF
(243,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDEB3; }

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

This text font color is #DFDEB3.

Background Color

.myBgColor { background-color: #DFDEB3; }

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

This div background color is #DFDEB3.

Border color

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

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

This div border color is #DFDEB3.

Opacity

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

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

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

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

This text has shadow with #DFDEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDEB3.

Preview

Color preview on black background

This text has color #DFDEB3 on black background.


Color preview on white background

This text has color #DFDEB3 on white background.


Black color preview on #DFDEB3 background

This text has black color on #DFDEB3 background.


White color preview on #DFDEB3 background

This text has white color on #DFDEB3 background.


Related colors

Complementary color

Complementary color for #hex is #20214C.


I love getcolorcode.com

Triadic colors

1 #B3DFDE and #DEB3DF with #DFDEB3 are triadic colors.

2 #B3DEDF and #DEDFB3 with #DFDEB3 are triadic colors.