COLOR #DFC34E

HEX: #DFC34E
RGB: (223,195,78)

Color info

#DFC34E contains mainly red and green colors. Web safe color of #DFC34E is #CCCC66 (or #CC6).

RGB color model

#DFC34E color RGB value is (223,195,78).

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

RGB channels and saturation

R 223 of 255 = 87%
G 195 of 255 = 76%
B 78 of 255 = 31%

223
195
78

R + G + B ~ 65%. #DFC34E is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 195 + 78 = 496 (100%)
R 223 of 496 ~ 44.96%
G 195 of 496 ~ 39.31%
B 78 of 496 ~ 15.73%

%44.96
%39.31
%15.73

CMYK color model

#DFC34E color CMYK value is (0,13,65,13).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 65.02%
  • key color value is 12.55%
CMYK:
(0,13,65,13)
C0M13Y65K13 
(0%,13%,65%,13%)
(0.00/0.13/0.65/0.13)	

CMYK percentages

%0
%12.56
%65.02
%12.55

Codes

Color #DFC34E in popluar color models

DFC34E
RGB22319578
HSL48°69.38%59.02%
HSB/HSV48°65.02%87.45%
CMYK0.00%12.56%65.02%
12.55%

Color #DFC34E in popluar number systems.

HEXDFC34E
Decimal22319578
Binary11011111110000111001110
Octal337303116

Shades and tints

Shades of #DFC34E

#DFC34E
(223,195,78)
#CBB247
(203,178,71)
#B7A140
(183,161,64)
#A39039
(163,144,57)
#8F7F32
(143,127,50)
#7B6E2B
(123,110,43)
#675D24
(103,93,36)
#534C1D
(83,76,29)
#3F3B16
(63,59,22)
#2B2A0F
(43,42,15)
#171908
(23,25,8)
#000000
(0,0,0)

Tints of #DFC34E

#DFC34E
(223,195,78)
#E1C85E
(225,200,94)
#E3CD6E
(227,205,110)
#E5D27E
(229,210,126)
#E7D78E
(231,215,142)
#E9DC9E
(233,220,158)
#EBE1AE
(235,225,174)
#EDE6BE
(237,230,190)
#EFEBCE
(239,235,206)
#F1F0DE
(241,240,222)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC34E; }

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

This text font color is #DFC34E.


Background Color

.myBgColor { background-color: #DFC34E; }

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

This div background color is #DFC34E.


Border color

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

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

This div border color is #DFC34E.


Opacity

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

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

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

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

This text has shadow with #DFC34E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC34E on black background.


Color preview on white background

This text has color #DFC34E on white background.



Black color preview on #DFC34E background

This text has black color on #DFC34E background.


White color preview on #DFC34E background

This text has white color on #DFC34E background.