COLOR #DEA107

HEX: #DEA107
RGB: (222,161,7)

Color info

#DEA107 contains mainly red color. Web safe color of #DEA107 is #CC9900 (or #C90).

RGB color model

#DEA107 color RGB value is (222,161,7).

  • red value is 222;
  • green value is 161;
  • blue value is 7.
RGB:
(222,161,7)
(87%,63%,3%)

RGB channels and saturation

R 222 of 255 = 87%
G 161 of 255 = 63%
B 7 of 255 = 3%

222
161
7

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

Portions of RGB colors in percentages

R + G + B =
222 + 161 + 7 = 390 (100%)
R 222 of 390 ~ 56.92%
G 161 of 390 ~ 41.28%
B 7 of 390 ~ 1.79%

%56.92
%41.28

CMYK color model

#DEA107 color CMYK value is (0,27,97,13).

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 96.85%
  • key color value is 12.94%
CMYK:
(0,27,97,13)
C0M27Y97K13 
(0%,27%,97%,13%)
(0.00/0.27/0.97/0.13)	

CMYK percentages

%0
%27.48
%96.85
%12.94

Codes

Color #DEA107 in popluar color models

DEA107
RGB2221617
HSL43°93.89%44.90%
HSB/HSV43°96.85%87.06%
CMYK0.00%27.48%96.85%
12.94%

Color #DEA107 in popluar number systems.

HEXDEA107
Decimal2221617
Binary1101111010100001111
Octal3362417

Shades and tints

Shades of #DEA107

#DEA107
(222,161,7)
#CA9307
(202,147,7)
#B68507
(182,133,7)
#A27707
(162,119,7)
#8E6907
(142,105,7)
#7A5B07
(122,91,7)
#664D07
(102,77,7)
#523F07
(82,63,7)
#3E3107
(62,49,7)
#2A2307
(42,35,7)
#161507
(22,21,7)
#000000
(0,0,0)

Tints of #DEA107

#DEA107
(222,161,7)
#E1A91D
(225,169,29)
#E4B133
(228,177,51)
#E7B949
(231,185,73)
#EAC15F
(234,193,95)
#EDC975
(237,201,117)
#F0D18B
(240,209,139)
#F3D9A1
(243,217,161)
#F6E1B7
(246,225,183)
#F9E9CD
(249,233,205)
#FCF1E3
(252,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA107 color. Also use rgb(222,161,7) instead hex code.

Text Font Color

.myTextColor { color: #DEA107; }

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

This text font color is #DEA107.


Background Color

.myBgColor { background-color: #DEA107; }

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

This div background color is #DEA107.


Border color

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

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

This div border color is #DEA107.


Opacity

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

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

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

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

This text has shadow with #DEA107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA107 on black background.


Color preview on white background

This text has color #DEA107 on white background.



Black color preview on #DEA107 background

This text has black color on #DEA107 background.


White color preview on #DEA107 background

This text has white color on #DEA107 background.