COLOR #DEA470

HEX: #DEA470
RGB: (222,164,112)

Color info

#DEA470 contains mainly red and green colors. Web safe color of #DEA470 is #CC9966 (or #C96).

RGB color model

#DEA470 color RGB value is (222,164,112).

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

RGB channels and saturation

R 222 of 255 = 87%
G 164 of 255 = 64%
B 112 of 255 = 44%

222
164
112

R + G + B ~ 65%. #DEA470 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 164 + 112 = 498 (100%)
R 222 of 498 ~ 44.58%
G 164 of 498 ~ 32.93%
B 112 of 498 ~ 22.49%

%44.58
%32.93
%22.49

CMYK color model

#DEA470 color CMYK value is (0,26,50,13).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 49.55%
  • key color value is 12.94%
CMYK:
(0,26,50,13)
C0M26Y50K13 
(0%,26%,50%,13%)
(0.00/0.26/0.50/0.13)	

CMYK percentages

%0
%26.13
%49.55
%12.94

Codes

Color #DEA470 in popluar color models

DEA470
RGB222164112
HSL28°62.50%65.49%
HSB/HSV28°49.55%87.06%
CMYK0.00%26.13%49.55%
12.94%

Color #DEA470 in popluar number systems.

HEXDEA470
Decimal222164112
Binary11011110101001001110000
Octal336244160

Shades and tints

Shades of #DEA470

#DEA470
(222,164,112)
#CA9666
(202,150,102)
#B6885C
(182,136,92)
#A27A52
(162,122,82)
#8E6C48
(142,108,72)
#7A5E3E
(122,94,62)
#665034
(102,80,52)
#52422A
(82,66,42)
#3E3420
(62,52,32)
#2A2616
(42,38,22)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #DEA470

#DEA470
(222,164,112)
#E1AC7D
(225,172,125)
#E4B48A
(228,180,138)
#E7BC97
(231,188,151)
#EAC4A4
(234,196,164)
#EDCCB1
(237,204,177)
#F0D4BE
(240,212,190)
#F3DCCB
(243,220,203)
#F6E4D8
(246,228,216)
#F9ECE5
(249,236,229)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA470; }

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

This text font color is #DEA470.


Background Color

.myBgColor { background-color: #DEA470; }

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

This div background color is #DEA470.


Border color

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

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

This div border color is #DEA470.


Opacity

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

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

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

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

This text has shadow with #DEA470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA470 on black background.


Color preview on white background

This text has color #DEA470 on white background.



Black color preview on #DEA470 background

This text has black color on #DEA470 background.


White color preview on #DEA470 background

This text has white color on #DEA470 background.