COLOR #DFC38A

HEX: #DFC38A
RGB: (223,195,138)

Color info

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

RGB color model

#DFC38A color RGB value is (223,195,138).

  • red value is 223;
  • green value is 195;
  • blue value is 138.
RGB:
(223,195,138)
(87%,76%,54%)

RGB channels and saturation

R 223 of 255 = 87%
G 195 of 255 = 76%
B 138 of 255 = 54%

223
195
138

R + G + B ~ 72%. #DFC38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 195 + 138 = 556 (100%)
R 223 of 556 ~ 40.11%
G 195 of 556 ~ 35.07%
B 138 of 556 ~ 24.82%

%40.11
%35.07
%24.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 38.12%
  • key color value is 12.55%
CMYK:
(0,13,38,13)
C0M13Y38K13 
(0%,13%,38%,13%)
(0.00/0.13/0.38/0.13)	

CMYK percentages

%0
%12.56
%38.12
%12.55

Codes

Color #DFC38A in popluar color models

DFC38A
RGB223195138
HSL40°57.05%70.78%
HSB/HSV40°38.12%87.45%
CMYK0.00%12.56%38.12%
12.55%

Color #DFC38A in popluar number systems.

HEXDFC38A
Decimal223195138
Binary110111111100001110001010
Octal337303212

Shades and tints

Shades of #DFC38A

#DFC38A
(223,195,138)
#CBB27E
(203,178,126)
#B7A172
(183,161,114)
#A39066
(163,144,102)
#8F7F5A
(143,127,90)
#7B6E4E
(123,110,78)
#675D42
(103,93,66)
#534C36
(83,76,54)
#3F3B2A
(63,59,42)
#2B2A1E
(43,42,30)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #DFC38A

#DFC38A
(223,195,138)
#E1C894
(225,200,148)
#E3CD9E
(227,205,158)
#E5D2A8
(229,210,168)
#E7D7B2
(231,215,178)
#E9DCBC
(233,220,188)
#EBE1C6
(235,225,198)
#EDE6D0
(237,230,208)
#EFEBDA
(239,235,218)
#F1F0E4
(241,240,228)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC38A color. Also use rgb(223,195,138) instead hex code.

Text Font Color

.myTextColor { color: #DFC38A; }

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

This text font color is #DFC38A.


Background Color

.myBgColor { background-color: #DFC38A; }

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

This div background color is #DFC38A.


Border color

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

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

This div border color is #DFC38A.


Opacity

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

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

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

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

This text has shadow with #DFC38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC38A on black background.


Color preview on white background

This text has color #DFC38A on white background.



Black color preview on #DFC38A background

This text has black color on #DFC38A background.


White color preview on #DFC38A background

This text has white color on #DFC38A background.