COLOR #DEA517

HEX: #DEA517
RGB: (222,165,23)

Color info

#DEA517 contains mainly red and green colors. Web safe color of #DEA517 is #CC9900 (or #C90).

RGB color model

#DEA517 color RGB value is (222,165,23).

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

RGB channels and saturation

R 222 of 255 = 87%
G 165 of 255 = 65%
B 23 of 255 = 9%

222
165
23

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

Portions of RGB colors in percentages

R + G + B =
222 + 165 + 23 = 410 (100%)
R 222 of 410 ~ 54.15%
G 165 of 410 ~ 40.24%
B 23 of 410 ~ 5.61%

%54.15
%40.24

CMYK color model

#DEA517 color CMYK value is (0,26,90,13).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 89.64%
  • key color value is 12.94%
CMYK:
(0,26,90,13)
C0M26Y90K13 
(0%,26%,90%,13%)
(0.00/0.26/0.90/0.13)	

CMYK percentages

%0
%25.68
%89.64
%12.94

Codes

Color #DEA517 in popluar color models

DEA517
RGB22216523
HSL43°81.22%48.04%
HSB/HSV43°89.64%87.06%
CMYK0.00%25.68%89.64%
12.94%

Color #DEA517 in popluar number systems.

HEXDEA517
Decimal22216523
Binary110111101010010110111
Octal33624527

Shades and tints

Shades of #DEA517

#DEA517
(222,165,23)
#CA9615
(202,150,21)
#B68713
(182,135,19)
#A27811
(162,120,17)
#8E690F
(142,105,15)
#7A5A0D
(122,90,13)
#664B0B
(102,75,11)
#523C09
(82,60,9)
#3E2D07
(62,45,7)
#2A1E05
(42,30,5)
#160F03
(22,15,3)
#000000
(0,0,0)

Tints of #DEA517

#DEA517
(222,165,23)
#E1AD2C
(225,173,44)
#E4B541
(228,181,65)
#E7BD56
(231,189,86)
#EAC56B
(234,197,107)
#EDCD80
(237,205,128)
#F0D595
(240,213,149)
#F3DDAA
(243,221,170)
#F6E5BF
(246,229,191)
#F9EDD4
(249,237,212)
#FCF5E9
(252,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA517; }

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

This text font color is #DEA517.


Background Color

.myBgColor { background-color: #DEA517; }

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

This div background color is #DEA517.


Border color

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

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

This div border color is #DEA517.


Opacity

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

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

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

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

This text has shadow with #DEA517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA517 on black background.


Color preview on white background

This text has color #DEA517 on white background.



Black color preview on #DEA517 background

This text has black color on #DEA517 background.


White color preview on #DEA517 background

This text has white color on #DEA517 background.