COLOR #DFDD78

HEX: #DFDD78 RGB: (223,221,120)

Color info

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

RGB color model

#DFDD78 color RGB value is (223,221,120).

RGB: (223,221,120) (87%, 87%, 47%)

RGB channels and saturation

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

223
221
120

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

Portions of RGB colors in percentages

R + G + B = 223 + 221 + 120 = 564 (100%)
R 223 of 564 ~ 39.54%
G 221 of 564 ~ 39.18%
B 120 of 564 ~ 21.28'%

%39.54
%39.18
%21.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 46.19%
  • key color value is 12.55%

CMYK: (0,1,46,13)
C0M1Y46K13 (0%, 1%, 46%, 13%)
(0.00 / 0.01 / 0.46 / 0.13)

CMYK percentages

%0
%0.9
%46.19
%12.55

Codes

Color #DFDD78 in popluar color models

DF DD 78
RGB 223 221 120
HSL 59° 61.68% 67.25%
HSB/HSV 59° 46.19% 87.45%
CMYK 0.00% 0.90% 46.19%
12.55%

Color #DFDD78 in popluar number systems.

HEX DF DD 78
Decimal 223 221 120
Binary 11011111 11011101 1111000
Octal 337 335 170

Shades and tints

Shades of #DFDD78

#DFDD78
(223,221,120)
#CBC96E
(203,201,110)
#B7B564
(183,181,100)
#A3A15A
(163,161,90)
#8F8D50
(143,141,80)
#7B7946
(123,121,70)
#67653C
(103,101,60)
#535132
(83,81,50)
#3F3D28
(63,61,40)
#2B291E
(43,41,30)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #DFDD78

#DFDD78
(223,221,120)
#E1E084
(225,224,132)
#E3E390
(227,227,144)
#E5E69C
(229,230,156)
#E7E9A8
(231,233,168)
#E9ECB4
(233,236,180)
#EBEFC0
(235,239,192)
#EDF2CC
(237,242,204)
#EFF5D8
(239,245,216)
#F1F8E4
(241,248,228)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDD78; }

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

This text font color is #DFDD78.

Background Color

.myBgColor { background-color: #DFDD78; }

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

This div background color is #DFDD78.

Border color

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

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

This div border color is #DFDD78.

Opacity

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

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

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

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

This text has shadow with #DFDD78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDD78.

Preview

Color preview on black background

This text has color #DFDD78 on black background.


Color preview on white background

This text has color #DFDD78 on white background.


Black color preview on #DFDD78 background

This text has black color on #DFDD78 background.


White color preview on #DFDD78 background

This text has white color on #DFDD78 background.


Related colors

Complementary color

Complementary color for #hex is #202287.


I love getcolorcode.com

Triadic colors

1 #78DFDD and #DD78DF with #DFDD78 are triadic colors.

2 #78DDDF and #DDDF78 with #DFDD78 are triadic colors.