COLOR #DEA468

HEX: #DEA468
RGB: (222,164,104)

Color info

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

RGB color model

#DEA468 color RGB value is (222,164,104).

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

RGB channels and saturation

R 222 of 255 = 87%
G 164 of 255 = 64%
B 104 of 255 = 41%

222
164
104

R + G + B ~ 64%. #DEA468 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 164 + 104 = 490 (100%)
R 222 of 490 ~ 45.31%
G 164 of 490 ~ 33.47%
B 104 of 490 ~ 21.22%

%45.31
%33.47
%21.22

CMYK color model

#DEA468 color CMYK value is (0,26,53,13).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 53.15%
  • key color value is 12.94%
CMYK:
(0,26,53,13)
C0M26Y53K13 
(0%,26%,53%,13%)
(0.00/0.26/0.53/0.13)	

CMYK percentages

%0
%26.13
%53.15
%12.94

Codes

Color #DEA468 in popluar color models

DEA468
RGB222164104
HSL31°64.13%63.92%
HSB/HSV31°53.15%87.06%
CMYK0.00%26.13%53.15%
12.94%

Color #DEA468 in popluar number systems.

HEXDEA468
Decimal222164104
Binary11011110101001001101000
Octal336244150

Shades and tints

Shades of #DEA468

#DEA468
(222,164,104)
#CA965F
(202,150,95)
#B68856
(182,136,86)
#A27A4D
(162,122,77)
#8E6C44
(142,108,68)
#7A5E3B
(122,94,59)
#665032
(102,80,50)
#524229
(82,66,41)
#3E3420
(62,52,32)
#2A2617
(42,38,23)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #DEA468

#DEA468
(222,164,104)
#E1AC75
(225,172,117)
#E4B482
(228,180,130)
#E7BC8F
(231,188,143)
#EAC49C
(234,196,156)
#EDCCA9
(237,204,169)
#F0D4B6
(240,212,182)
#F3DCC3
(243,220,195)
#F6E4D0
(246,228,208)
#F9ECDD
(249,236,221)
#FCF4EA
(252,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA468; }

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

This text font color is #DEA468.


Background Color

.myBgColor { background-color: #DEA468; }

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

This div background color is #DEA468.


Border color

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

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

This div border color is #DEA468.


Opacity

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

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

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

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

This text has shadow with #DEA468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA468 on black background.


Color preview on white background

This text has color #DEA468 on white background.



Black color preview on #DEA468 background

This text has black color on #DEA468 background.


White color preview on #DEA468 background

This text has white color on #DEA468 background.