COLOR #DEB66B

HEX: #DEB66B
RGB: (222,182,107)

Color info

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

RGB color model

#DEB66B color RGB value is (222,182,107).

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

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 107 of 255 = 42%

222
182
107

R + G + B ~ 67%. #DEB66B is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 182 + 107 = 511 (100%)
R 222 of 511 ~ 43.44%
G 182 of 511 ~ 35.62%
B 107 of 511 ~ 20.94%

%43.44
%35.62
%20.94

CMYK color model

#DEB66B color CMYK value is (0,18,52,13).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 51.80%
  • key color value is 12.94%
CMYK:
(0,18,52,13)
C0M18Y52K13 
(0%,18%,52%,13%)
(0.00/0.18/0.52/0.13)	

CMYK percentages

%0
%18.02
%51.8
%12.94

Codes

Color #DEB66B in popluar color models

DEB66B
RGB222182107
HSL39°63.54%64.51%
HSB/HSV39°51.80%87.06%
CMYK0.00%18.02%51.80%
12.94%

Color #DEB66B in popluar number systems.

HEXDEB66B
Decimal222182107
Binary11011110101101101101011
Octal336266153

Shades and tints

Shades of #DEB66B

#DEB66B
(222,182,107)
#CAA662
(202,166,98)
#B69659
(182,150,89)
#A28650
(162,134,80)
#8E7647
(142,118,71)
#7A663E
(122,102,62)
#665635
(102,86,53)
#52462C
(82,70,44)
#3E3623
(62,54,35)
#2A261A
(42,38,26)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #DEB66B

#DEB66B
(222,182,107)
#E1BC78
(225,188,120)
#E4C285
(228,194,133)
#E7C892
(231,200,146)
#EACE9F
(234,206,159)
#EDD4AC
(237,212,172)
#F0DAB9
(240,218,185)
#F3E0C6
(243,224,198)
#F6E6D3
(246,230,211)
#F9ECE0
(249,236,224)
#FCF2ED
(252,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB66B; }

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

This text font color is #DEB66B.


Background Color

.myBgColor { background-color: #DEB66B; }

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

This div background color is #DEB66B.


Border color

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

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

This div border color is #DEB66B.


Opacity

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

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

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

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

This text has shadow with #DEB66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB66B on black background.


Color preview on white background

This text has color #DEB66B on white background.



Black color preview on #DEB66B background

This text has black color on #DEB66B background.


White color preview on #DEB66B background

This text has white color on #DEB66B background.