COLOR #DFC98B

HEX: #DFC98B
RGB: (223,201,139)

Color info

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

RGB color model

#DFC98B color RGB value is (223,201,139).

  • red value is 223;
  • green value is 201;
  • blue value is 139.
RGB:
(223,201,139)
(87%,79%,55%)

RGB channels and saturation

R 223 of 255 = 87%
G 201 of 255 = 79%
B 139 of 255 = 55%

223
201
139

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

Portions of RGB colors in percentages

R + G + B =
223 + 201 + 139 = 563 (100%)
R 223 of 563 ~ 39.61%
G 201 of 563 ~ 35.7%
B 139 of 563 ~ 24.69%

%39.61
%35.7
%24.69

CMYK color model

#DFC98B color CMYK value is (0,10,38,13).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 37.67%
  • key color value is 12.55%
CMYK:
(0,10,38,13)
C0M10Y38K13 
(0%,10%,38%,13%)
(0.00/0.10/0.38/0.13)	

CMYK percentages

%0
%9.87
%37.67
%12.55

Codes

Color #DFC98B in popluar color models

DFC98B
RGB223201139
HSL44°56.76%70.98%
HSB/HSV44°37.67%87.45%
CMYK0.00%9.87%37.67%
12.55%

Color #DFC98B in popluar number systems.

HEXDFC98B
Decimal223201139
Binary110111111100100110001011
Octal337311213

Shades and tints

Shades of #DFC98B

#DFC98B
(223,201,139)
#CBB77F
(203,183,127)
#B7A573
(183,165,115)
#A39367
(163,147,103)
#8F815B
(143,129,91)
#7B6F4F
(123,111,79)
#675D43
(103,93,67)
#534B37
(83,75,55)
#3F392B
(63,57,43)
#2B271F
(43,39,31)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #DFC98B

#DFC98B
(223,201,139)
#E1CD95
(225,205,149)
#E3D19F
(227,209,159)
#E5D5A9
(229,213,169)
#E7D9B3
(231,217,179)
#E9DDBD
(233,221,189)
#EBE1C7
(235,225,199)
#EDE5D1
(237,229,209)
#EFE9DB
(239,233,219)
#F1EDE5
(241,237,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC98B color. Also use rgb(223,201,139) instead hex code.

Text Font Color

.myTextColor { color: #DFC98B; }

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

This text font color is #DFC98B.


Background Color

.myBgColor { background-color: #DFC98B; }

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

This div background color is #DFC98B.


Border color

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

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

This div border color is #DFC98B.


Opacity

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

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

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

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

This text has shadow with #DFC98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC98B on black background.


Color preview on white background

This text has color #DFC98B on white background.



Black color preview on #DFC98B background

This text has black color on #DFC98B background.


White color preview on #DFC98B background

This text has white color on #DFC98B background.