COLOR #DEA35F

HEX: #DEA35F
RGB: (222,163,95)

Color info

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

RGB color model

#DEA35F color RGB value is (222,163,95).

  • red value is 222;
  • green value is 163;
  • blue value is 95.
RGB:
(222,163,95)
(87%,64%,37%)

RGB channels and saturation

R 222 of 255 = 87%
G 163 of 255 = 64%
B 95 of 255 = 37%

222
163
95

R + G + B ~ 63%. #DEA35F is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 163 + 95 = 480 (100%)
R 222 of 480 ~ 46.25%
G 163 of 480 ~ 33.96%
B 95 of 480 ~ 19.79%

%46.25
%33.96
%19.79

CMYK color model

#DEA35F color CMYK value is (0,27,57,13).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 57.21%
  • key color value is 12.94%
CMYK:
(0,27,57,13)
C0M27Y57K13 
(0%,27%,57%,13%)
(0.00/0.27/0.57/0.13)	

CMYK percentages

%0
%26.58
%57.21
%12.94

Codes

Color #DEA35F in popluar color models

DEA35F
RGB22216395
HSL32°65.80%62.16%
HSB/HSV32°57.21%87.06%
CMYK0.00%26.58%57.21%
12.94%

Color #DEA35F in popluar number systems.

HEXDEA35F
Decimal22216395
Binary11011110101000111011111
Octal336243137

Shades and tints

Shades of #DEA35F

#DEA35F
(222,163,95)
#CA9557
(202,149,87)
#B6874F
(182,135,79)
#A27947
(162,121,71)
#8E6B3F
(142,107,63)
#7A5D37
(122,93,55)
#664F2F
(102,79,47)
#524127
(82,65,39)
#3E331F
(62,51,31)
#2A2517
(42,37,23)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #DEA35F

#DEA35F
(222,163,95)
#E1AB6D
(225,171,109)
#E4B37B
(228,179,123)
#E7BB89
(231,187,137)
#EAC397
(234,195,151)
#EDCBA5
(237,203,165)
#F0D3B3
(240,211,179)
#F3DBC1
(243,219,193)
#F6E3CF
(246,227,207)
#F9EBDD
(249,235,221)
#FCF3EB
(252,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA35F color. Also use rgb(222,163,95) instead hex code.

Text Font Color

.myTextColor { color: #DEA35F; }

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

This text font color is #DEA35F.


Background Color

.myBgColor { background-color: #DEA35F; }

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

This div background color is #DEA35F.


Border color

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

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

This div border color is #DEA35F.


Opacity

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

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

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

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

This text has shadow with #DEA35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA35F on black background.


Color preview on white background

This text has color #DEA35F on white background.



Black color preview on #DEA35F background

This text has black color on #DEA35F background.


White color preview on #DEA35F background

This text has white color on #DEA35F background.