COLOR #DFB99E

HEX: #DFB99E
RGB: (223,185,158)

Color info

#DFB99E contains mainly red and green colors. Web safe color of #DFB99E is #CCCC99 (or #CC9).

RGB color model

#DFB99E color RGB value is (223,185,158).

  • red value is 223;
  • green value is 185;
  • blue value is 158.
RGB:
(223,185,158)
(87%,73%,62%)

RGB channels and saturation

R 223 of 255 = 87%
G 185 of 255 = 73%
B 158 of 255 = 62%

223
185
158

R + G + B ~ 74%. #DFB99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 185 + 158 = 566 (100%)
R 223 of 566 ~ 39.4%
G 185 of 566 ~ 32.69%
B 158 of 566 ~ 27.92%

%39.4
%32.69
%27.92

CMYK color model

#DFB99E color CMYK value is (0,17,29,13).

  • cyan value is 0.00%
  • magenta value is 17.04%
  • yellow value is 29.15%
  • key color value is 12.55%
CMYK:
(0,17,29,13)
C0M17Y29K13 
(0%,17%,29%,13%)
(0.00/0.17/0.29/0.13)	

CMYK percentages

%0
%17.04
%29.15
%12.55

Codes

Color #DFB99E in popluar color models

DFB99E
RGB223185158
HSL25°50.39%74.71%
HSB/HSV25°29.15%87.45%
CMYK0.00%17.04%29.15%
12.55%

Color #DFB99E in popluar number systems.

HEXDFB99E
Decimal223185158
Binary110111111011100110011110
Octal337271236

Shades and tints

Shades of #DFB99E

#DFB99E
(223,185,158)
#CBA990
(203,169,144)
#B79982
(183,153,130)
#A38974
(163,137,116)
#8F7966
(143,121,102)
#7B6958
(123,105,88)
#67594A
(103,89,74)
#53493C
(83,73,60)
#3F392E
(63,57,46)
#2B2920
(43,41,32)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #DFB99E

#DFB99E
(223,185,158)
#E1BFA6
(225,191,166)
#E3C5AE
(227,197,174)
#E5CBB6
(229,203,182)
#E7D1BE
(231,209,190)
#E9D7C6
(233,215,198)
#EBDDCE
(235,221,206)
#EDE3D6
(237,227,214)
#EFE9DE
(239,233,222)
#F1EFE6
(241,239,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB99E color. Also use rgb(223,185,158) instead hex code.

Text Font Color

.myTextColor { color: #DFB99E; }

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

This text font color is #DFB99E.


Background Color

.myBgColor { background-color: #DFB99E; }

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

This div background color is #DFB99E.


Border color

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

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

This div border color is #DFB99E.


Opacity

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

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

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

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

This text has shadow with #DFB99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB99E on black background.


Color preview on white background

This text has color #DFB99E on white background.



Black color preview on #DFB99E background

This text has black color on #DFB99E background.


White color preview on #DFB99E background

This text has white color on #DFB99E background.