COLOR #DEC770

HEX: #DEC770
RGB: (222,199,112)

Color info

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

RGB color model

#DEC770 color RGB value is (222,199,112).

  • red value is 222;
  • green value is 199;
  • blue value is 112.
RGB:
(222,199,112)
(87%,78%,44%)

RGB channels and saturation

R 222 of 255 = 87%
G 199 of 255 = 78%
B 112 of 255 = 44%

222
199
112

R + G + B ~ 70%. #DEC770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 199 + 112 = 533 (100%)
R 222 of 533 ~ 41.65%
G 199 of 533 ~ 37.34%
B 112 of 533 ~ 21.01%

%41.65
%37.34
%21.01

CMYK color model

#DEC770 color CMYK value is (0,10,50,13).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 49.55%
  • key color value is 12.94%
CMYK:
(0,10,50,13)
C0M10Y50K13 
(0%,10%,50%,13%)
(0.00/0.10/0.50/0.13)	

CMYK percentages

%0
%10.36
%49.55
%12.94

Codes

Color #DEC770 in popluar color models

DEC770
RGB222199112
HSL47°62.50%65.49%
HSB/HSV47°49.55%87.06%
CMYK0.00%10.36%49.55%
12.94%

Color #DEC770 in popluar number systems.

HEXDEC770
Decimal222199112
Binary11011110110001111110000
Octal336307160

Shades and tints

Shades of #DEC770

#DEC770
(222,199,112)
#CAB566
(202,181,102)
#B6A35C
(182,163,92)
#A29152
(162,145,82)
#8E7F48
(142,127,72)
#7A6D3E
(122,109,62)
#665B34
(102,91,52)
#52492A
(82,73,42)
#3E3720
(62,55,32)
#2A2516
(42,37,22)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #DEC770

#DEC770
(222,199,112)
#E1CC7D
(225,204,125)
#E4D18A
(228,209,138)
#E7D697
(231,214,151)
#EADBA4
(234,219,164)
#EDE0B1
(237,224,177)
#F0E5BE
(240,229,190)
#F3EACB
(243,234,203)
#F6EFD8
(246,239,216)
#F9F4E5
(249,244,229)
#FCF9F2
(252,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC770 color. Also use rgb(222,199,112) instead hex code.

Text Font Color

.myTextColor { color: #DEC770; }

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

This text font color is #DEC770.


Background Color

.myBgColor { background-color: #DEC770; }

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

This div background color is #DEC770.


Border color

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

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

This div border color is #DEC770.


Opacity

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

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

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

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

This text has shadow with #DEC770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC770 on black background.


Color preview on white background

This text has color #DEC770 on white background.



Black color preview on #DEC770 background

This text has black color on #DEC770 background.


White color preview on #DEC770 background

This text has white color on #DEC770 background.