COLOR #DEB302

HEX: #DEB302
RGB: (222,179,2)

Color info

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

RGB color model

#DEB302 color RGB value is (222,179,2).

  • red value is 222;
  • green value is 179;
  • blue value is 2.
RGB:
(222,179,2)
(87%,70%,1%)

RGB channels and saturation

R 222 of 255 = 87%
G 179 of 255 = 70%
B 2 of 255 = 1%

222
179
2

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

Portions of RGB colors in percentages

R + G + B =
222 + 179 + 2 = 403 (100%)
R 222 of 403 ~ 55.09%
G 179 of 403 ~ 44.42%
B 2 of 403 ~ 0.5%

%55.09
%44.42

CMYK color model

#DEB302 color CMYK value is (0,19,99,13).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 99.10%
  • key color value is 12.94%
CMYK:
(0,19,99,13)
C0M19Y99K13 
(0%,19%,99%,13%)
(0.00/0.19/0.99/0.13)	

CMYK percentages

%0
%19.37
%99.1
%12.94

Codes

Color #DEB302 in popluar color models

DEB302
RGB2221792
HSL48°98.21%43.92%
HSB/HSV48°99.10%87.06%
CMYK0.00%19.37%99.10%
12.94%

Color #DEB302 in popluar number systems.

HEXDEB302
Decimal2221792
Binary110111101011001110
Octal3362632

Shades and tints

Shades of #DEB302

#DEB302
(222,179,2)
#CAA302
(202,163,2)
#B69302
(182,147,2)
#A28302
(162,131,2)
#8E7302
(142,115,2)
#7A6302
(122,99,2)
#665302
(102,83,2)
#524302
(82,67,2)
#3E3302
(62,51,2)
#2A2302
(42,35,2)
#161302
(22,19,2)
#000000
(0,0,0)

Tints of #DEB302

#DEB302
(222,179,2)
#E1B919
(225,185,25)
#E4BF30
(228,191,48)
#E7C547
(231,197,71)
#EACB5E
(234,203,94)
#EDD175
(237,209,117)
#F0D78C
(240,215,140)
#F3DDA3
(243,221,163)
#F6E3BA
(246,227,186)
#F9E9D1
(249,233,209)
#FCEFE8
(252,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB302 color. Also use rgb(222,179,2) instead hex code.

Text Font Color

.myTextColor { color: #DEB302; }

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

This text font color is #DEB302.


Background Color

.myBgColor { background-color: #DEB302; }

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

This div background color is #DEB302.


Border color

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

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

This div border color is #DEB302.


Opacity

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

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

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

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

This text has shadow with #DEB302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB302 on black background.


Color preview on white background

This text has color #DEB302 on white background.



Black color preview on #DEB302 background

This text has black color on #DEB302 background.


White color preview on #DEB302 background

This text has white color on #DEB302 background.