COLOR #DED74C

HEX: #DED74C
RGB: (222,215,76)

Color info

#DED74C contains mainly red and green colors. Web safe color of #DED74C is #CCCC33 (or #CC3).

RGB color model

#DED74C color RGB value is (222,215,76).

  • red value is 222;
  • green value is 215;
  • blue value is 76.
RGB:
(222,215,76)
(87%,84%,30%)

RGB channels and saturation

R 222 of 255 = 87%
G 215 of 255 = 84%
B 76 of 255 = 30%

222
215
76

R + G + B ~ 67%. #DED74C is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 215 + 76 = 513 (100%)
R 222 of 513 ~ 43.27%
G 215 of 513 ~ 41.91%
B 76 of 513 ~ 14.81%

%43.27
%41.91
%14.81

CMYK color model

#DED74C color CMYK value is (0,3,66,13).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 65.77%
  • key color value is 12.94%
CMYK:
(0,3,66,13)
C0M3Y66K13 
(0%,3%,66%,13%)
(0.00/0.03/0.66/0.13)	

CMYK percentages

%0
%3.15
%65.77
%12.94

Codes

Color #DED74C in popluar color models

DED74C
RGB22221576
HSL57°68.87%58.43%
HSB/HSV57°65.77%87.06%
CMYK0.00%3.15%65.77%
12.94%

Color #DED74C in popluar number systems.

HEXDED74C
Decimal22221576
Binary11011110110101111001100
Octal336327114

Shades and tints

Shades of #DED74C

#DED74C
(222,215,76)
#CAC446
(202,196,70)
#B6B140
(182,177,64)
#A29E3A
(162,158,58)
#8E8B34
(142,139,52)
#7A782E
(122,120,46)
#666528
(102,101,40)
#525222
(82,82,34)
#3E3F1C
(62,63,28)
#2A2C16
(42,44,22)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #DED74C

#DED74C
(222,215,76)
#E1DA5C
(225,218,92)
#E4DD6C
(228,221,108)
#E7E07C
(231,224,124)
#EAE38C
(234,227,140)
#EDE69C
(237,230,156)
#F0E9AC
(240,233,172)
#F3ECBC
(243,236,188)
#F6EFCC
(246,239,204)
#F9F2DC
(249,242,220)
#FCF5EC
(252,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED74C color. Also use rgb(222,215,76) instead hex code.

Text Font Color

.myTextColor { color: #DED74C; }

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

This text font color is #DED74C.


Background Color

.myBgColor { background-color: #DED74C; }

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

This div background color is #DED74C.


Border color

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

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

This div border color is #DED74C.


Opacity

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

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

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

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

This text has shadow with #DED74C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED74C on black background.


Color preview on white background

This text has color #DED74C on white background.



Black color preview on #DED74C background

This text has black color on #DED74C background.


White color preview on #DED74C background

This text has white color on #DED74C background.