COLOR #DEA76D

HEX: #DEA76D
RGB: (222,167,109)

Color info

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

RGB color model

#DEA76D color RGB value is (222,167,109).

  • red value is 222;
  • green value is 167;
  • blue value is 109.
RGB:
(222,167,109)
(87%,65%,43%)

RGB channels and saturation

R 222 of 255 = 87%
G 167 of 255 = 65%
B 109 of 255 = 43%

222
167
109

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

Portions of RGB colors in percentages

R + G + B =
222 + 167 + 109 = 498 (100%)
R 222 of 498 ~ 44.58%
G 167 of 498 ~ 33.53%
B 109 of 498 ~ 21.89%

%44.58
%33.53
%21.89

CMYK color model

#DEA76D color CMYK value is (0,25,51,13).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 50.90%
  • key color value is 12.94%
CMYK:
(0,25,51,13)
C0M25Y51K13 
(0%,25%,51%,13%)
(0.00/0.25/0.51/0.13)	

CMYK percentages

%0
%24.77
%50.9
%12.94

Codes

Color #DEA76D in popluar color models

DEA76D
RGB222167109
HSL31°63.13%64.90%
HSB/HSV31°50.90%87.06%
CMYK0.00%24.77%50.90%
12.94%

Color #DEA76D in popluar number systems.

HEXDEA76D
Decimal222167109
Binary11011110101001111101101
Octal336247155

Shades and tints

Shades of #DEA76D

#DEA76D
(222,167,109)
#CA9864
(202,152,100)
#B6895B
(182,137,91)
#A27A52
(162,122,82)
#8E6B49
(142,107,73)
#7A5C40
(122,92,64)
#664D37
(102,77,55)
#523E2E
(82,62,46)
#3E2F25
(62,47,37)
#2A201C
(42,32,28)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #DEA76D

#DEA76D
(222,167,109)
#E1AF7A
(225,175,122)
#E4B787
(228,183,135)
#E7BF94
(231,191,148)
#EAC7A1
(234,199,161)
#EDCFAE
(237,207,174)
#F0D7BB
(240,215,187)
#F3DFC8
(243,223,200)
#F6E7D5
(246,231,213)
#F9EFE2
(249,239,226)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA76D color. Also use rgb(222,167,109) instead hex code.

Text Font Color

.myTextColor { color: #DEA76D; }

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

This text font color is #DEA76D.


Background Color

.myBgColor { background-color: #DEA76D; }

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

This div background color is #DEA76D.


Border color

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

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

This div border color is #DEA76D.


Opacity

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

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

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

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

This text has shadow with #DEA76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA76D on black background.


Color preview on white background

This text has color #DEA76D on white background.



Black color preview on #DEA76D background

This text has black color on #DEA76D background.


White color preview on #DEA76D background

This text has white color on #DEA76D background.