COLOR #DFCBA8

HEX: #DFCBA8
RGB: (223,203,168)

Color info

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

RGB color model

#DFCBA8 color RGB value is (223,203,168).

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

RGB channels and saturation

R 223 of 255 = 87%
G 203 of 255 = 80%
B 168 of 255 = 66%

223
203
168

R + G + B ~ 78%. #DFCBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 203 + 168 = 594 (100%)
R 223 of 594 ~ 37.54%
G 203 of 594 ~ 34.18%
B 168 of 594 ~ 28.28%

%37.54
%34.18
%28.28

CMYK color model

#DFCBA8 color CMYK value is (0,9,25,13).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 24.66%
  • key color value is 12.55%
CMYK:
(0,9,25,13)
C0M9Y25K13 
(0%,9%,25%,13%)
(0.00/0.09/0.25/0.13)	

CMYK percentages

%0
%8.97
%24.66
%12.55

Codes

Color #DFCBA8 in popluar color models

DFCBA8
RGB223203168
HSL38°46.22%76.67%
HSB/HSV38°24.66%87.45%
CMYK0.00%8.97%24.66%
12.55%

Color #DFCBA8 in popluar number systems.

HEXDFCBA8
Decimal223203168
Binary110111111100101110101000
Octal337313250

Shades and tints

Shades of #DFCBA8

#DFCBA8
(223,203,168)
#CBB999
(203,185,153)
#B7A78A
(183,167,138)
#A3957B
(163,149,123)
#8F836C
(143,131,108)
#7B715D
(123,113,93)
#675F4E
(103,95,78)
#534D3F
(83,77,63)
#3F3B30
(63,59,48)
#2B2921
(43,41,33)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #DFCBA8

#DFCBA8
(223,203,168)
#E1CFAF
(225,207,175)
#E3D3B6
(227,211,182)
#E5D7BD
(229,215,189)
#E7DBC4
(231,219,196)
#E9DFCB
(233,223,203)
#EBE3D2
(235,227,210)
#EDE7D9
(237,231,217)
#EFEBE0
(239,235,224)
#F1EFE7
(241,239,231)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCBA8; }

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

This text font color is #DFCBA8.


Background Color

.myBgColor { background-color: #DFCBA8; }

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

This div background color is #DFCBA8.


Border color

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

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

This div border color is #DFCBA8.


Opacity

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

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

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

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

This text has shadow with #DFCBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCBA8 on black background.


Color preview on white background

This text has color #DFCBA8 on white background.



Black color preview on #DFCBA8 background

This text has black color on #DFCBA8 background.


White color preview on #DFCBA8 background

This text has white color on #DFCBA8 background.