COLOR #DED517

HEX: #DED517
RGB: (222,213,23)

Color info

#DED517 contains mainly red and green colors. Web safe color of #DED517 is #CCCC00 (or #CC0).

RGB color model

#DED517 color RGB value is (222,213,23).

  • red value is 222;
  • green value is 213;
  • blue value is 23.
RGB:
(222,213,23)
(87%,84%,9%)

RGB channels and saturation

R 222 of 255 = 87%
G 213 of 255 = 84%
B 23 of 255 = 9%

222
213
23

R + G + B ~ 60%. #DED517 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
222 + 213 + 23 = 458 (100%)
R 222 of 458 ~ 48.47%
G 213 of 458 ~ 46.51%
B 23 of 458 ~ 5.02%

%48.47
%46.51

CMYK color model

#DED517 color CMYK value is (0,4,90,13).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 89.64%
  • key color value is 12.94%
CMYK:
(0,4,90,13)
C0M4Y90K13 
(0%,4%,90%,13%)
(0.00/0.04/0.90/0.13)	

CMYK percentages

%0
%4.05
%89.64
%12.94

Codes

Color #DED517 in popluar color models

DED517
RGB22221323
HSL57°81.22%48.04%
HSB/HSV57°89.64%87.06%
CMYK0.00%4.05%89.64%
12.94%

Color #DED517 in popluar number systems.

HEXDED517
Decimal22221323
Binary110111101101010110111
Octal33632527

Shades and tints

Shades of #DED517

#DED517
(222,213,23)
#CAC215
(202,194,21)
#B6AF13
(182,175,19)
#A29C11
(162,156,17)
#8E890F
(142,137,15)
#7A760D
(122,118,13)
#66630B
(102,99,11)
#525009
(82,80,9)
#3E3D07
(62,61,7)
#2A2A05
(42,42,5)
#161703
(22,23,3)
#000000
(0,0,0)

Tints of #DED517

#DED517
(222,213,23)
#E1D82C
(225,216,44)
#E4DB41
(228,219,65)
#E7DE56
(231,222,86)
#EAE16B
(234,225,107)
#EDE480
(237,228,128)
#F0E795
(240,231,149)
#F3EAAA
(243,234,170)
#F6EDBF
(246,237,191)
#F9F0D4
(249,240,212)
#FCF3E9
(252,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED517 color. Also use rgb(222,213,23) instead hex code.

Text Font Color

.myTextColor { color: #DED517; }

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

This text font color is #DED517.


Background Color

.myBgColor { background-color: #DED517; }

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

This div background color is #DED517.


Border color

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

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

This div border color is #DED517.


Opacity

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

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

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

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

This text has shadow with #DED517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED517 on black background.


Color preview on white background

This text has color #DED517 on white background.



Black color preview on #DED517 background

This text has black color on #DED517 background.


White color preview on #DED517 background

This text has white color on #DED517 background.