COLOR #DFDF78

HEX: #DFDF78
RGB: (223,223,120)

Color info

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

RGB color model

#DFDF78 color RGB value is (223,223,120).

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

RGB channels and saturation

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

223
223
120

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

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 120 = 566 (100%)
R 223 of 566 ~ 39.4%
G 223 of 566 ~ 39.4%
B 120 of 566 ~ 21.2%

%39.4
%39.4
%21.2

CMYK color model

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

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

CMYK percentages

%0
%0
%46.19
%12.55

Codes

Color #DFDF78 in popluar color models

DFDF78
RGB223223120
HSL60°61.68%67.25%
HSB/HSV60°46.19%87.45%
CMYK0.00%0.00%46.19%
12.55%

Color #DFDF78 in popluar number systems.

HEXDFDF78
Decimal223223120
Binary11011111110111111111000
Octal337337170

Shades and tints

Shades of #DFDF78

#DFDF78
(223,223,120)
#CBCB6E
(203,203,110)
#B7B764
(183,183,100)
#A3A35A
(163,163,90)
#8F8F50
(143,143,80)
#7B7B46
(123,123,70)
#67673C
(103,103,60)
#535332
(83,83,50)
#3F3F28
(63,63,40)
#2B2B1E
(43,43,30)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #DFDF78

#DFDF78
(223,223,120)
#E1E184
(225,225,132)
#E3E390
(227,227,144)
#E5E59C
(229,229,156)
#E7E7A8
(231,231,168)
#E9E9B4
(233,233,180)
#EBEBC0
(235,235,192)
#EDEDCC
(237,237,204)
#EFEFD8
(239,239,216)
#F1F1E4
(241,241,228)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDF78; }

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

This text font color is #DFDF78.


Background Color

.myBgColor { background-color: #DFDF78; }

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

This div background color is #DFDF78.


Border color

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

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

This div border color is #DFDF78.


Opacity

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

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

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

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

This text has shadow with #DFDF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDF78 on black background.


Color preview on white background

This text has color #DFDF78 on white background.



Black color preview on #DFDF78 background

This text has black color on #DFDF78 background.


White color preview on #DFDF78 background

This text has white color on #DFDF78 background.