COLOR #DEB650

HEX: #DEB650
RGB: (222,182,80)

Color info

#DEB650 contains mainly red and green colors. Web safe color of #DEB650 is #CCCC66 (or #CC6).

RGB color model

#DEB650 color RGB value is (222,182,80).

  • red value is 222;
  • green value is 182;
  • blue value is 80.
RGB:
(222,182,80)
(87%,71%,31%)

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 80 of 255 = 31%

222
182
80

R + G + B ~ 63%. #DEB650 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 182 + 80 = 484 (100%)
R 222 of 484 ~ 45.87%
G 182 of 484 ~ 37.6%
B 80 of 484 ~ 16.53%

%45.87
%37.6
%16.53

CMYK color model

#DEB650 color CMYK value is (0,18,64,13).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 63.96%
  • key color value is 12.94%
CMYK:
(0,18,64,13)
C0M18Y64K13 
(0%,18%,64%,13%)
(0.00/0.18/0.64/0.13)	

CMYK percentages

%0
%18.02
%63.96
%12.94

Codes

Color #DEB650 in popluar color models

DEB650
RGB22218280
HSL43°68.27%59.22%
HSB/HSV43°63.96%87.06%
CMYK0.00%18.02%63.96%
12.94%

Color #DEB650 in popluar number systems.

HEXDEB650
Decimal22218280
Binary11011110101101101010000
Octal336266120

Shades and tints

Shades of #DEB650

#DEB650
(222,182,80)
#CAA649
(202,166,73)
#B69642
(182,150,66)
#A2863B
(162,134,59)
#8E7634
(142,118,52)
#7A662D
(122,102,45)
#665626
(102,86,38)
#52461F
(82,70,31)
#3E3618
(62,54,24)
#2A2611
(42,38,17)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #DEB650

#DEB650
(222,182,80)
#E1BC5F
(225,188,95)
#E4C26E
(228,194,110)
#E7C87D
(231,200,125)
#EACE8C
(234,206,140)
#EDD49B
(237,212,155)
#F0DAAA
(240,218,170)
#F3E0B9
(243,224,185)
#F6E6C8
(246,230,200)
#F9ECD7
(249,236,215)
#FCF2E6
(252,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB650 color. Also use rgb(222,182,80) instead hex code.

Text Font Color

.myTextColor { color: #DEB650; }

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

This text font color is #DEB650.


Background Color

.myBgColor { background-color: #DEB650; }

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

This div background color is #DEB650.


Border color

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

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

This div border color is #DEB650.


Opacity

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

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

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

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

This text has shadow with #DEB650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB650 on black background.


Color preview on white background

This text has color #DEB650 on white background.



Black color preview on #DEB650 background

This text has black color on #DEB650 background.


White color preview on #DEB650 background

This text has white color on #DEB650 background.