COLOR #DFDA78

HEX: #DFDA78
RGB: (223,218,120)

Color info

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

RGB color model

#DFDA78 color RGB value is (223,218,120).

  • red value is 223;
  • green value is 218;
  • blue value is 120.
RGB:
(223,218,120)
(87%,85%,47%)

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 120 of 255 = 47%

223
218
120

R + G + B ~ 73%. #DFDA78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 120 = 561 (100%)
R 223 of 561 ~ 39.75%
G 218 of 561 ~ 38.86%
B 120 of 561 ~ 21.39%

%39.75
%38.86
%21.39

CMYK color model

#DFDA78 color CMYK value is (0,2,46,13).

  • cyan value is 0.00%
  • magenta value is 2.24%
  • yellow value is 46.19%
  • key color value is 12.55%
CMYK:
(0,2,46,13)
C0M2Y46K13 
(0%,2%,46%,13%)
(0.00/0.02/0.46/0.13)	

CMYK percentages

%0
%2.24
%46.19
%12.55

Codes

Color #DFDA78 in popluar color models

DFDA78
RGB223218120
HSL57°61.68%67.25%
HSB/HSV57°46.19%87.45%
CMYK0.00%2.24%46.19%
12.55%

Color #DFDA78 in popluar number systems.

HEXDFDA78
Decimal223218120
Binary11011111110110101111000
Octal337332170

Shades and tints

Shades of #DFDA78

#DFDA78
(223,218,120)
#CBC76E
(203,199,110)
#B7B464
(183,180,100)
#A3A15A
(163,161,90)
#8F8E50
(143,142,80)
#7B7B46
(123,123,70)
#67683C
(103,104,60)
#535532
(83,85,50)
#3F4228
(63,66,40)
#2B2F1E
(43,47,30)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFDA78

#DFDA78
(223,218,120)
#E1DD84
(225,221,132)
#E3E090
(227,224,144)
#E5E39C
(229,227,156)
#E7E6A8
(231,230,168)
#E9E9B4
(233,233,180)
#EBECC0
(235,236,192)
#EDEFCC
(237,239,204)
#EFF2D8
(239,242,216)
#F1F5E4
(241,245,228)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDA78 color. Also use rgb(223,218,120) instead hex code.

Text Font Color

.myTextColor { color: #DFDA78; }

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

This text font color is #DFDA78.


Background Color

.myBgColor { background-color: #DFDA78; }

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

This div background color is #DFDA78.


Border color

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

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

This div border color is #DFDA78.


Opacity

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

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

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

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

This text has shadow with #DFDA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDA78 on black background.


Color preview on white background

This text has color #DFDA78 on white background.



Black color preview on #DFDA78 background

This text has black color on #DFDA78 background.


White color preview on #DFDA78 background

This text has white color on #DFDA78 background.