COLOR #DE8708

HEX: #DE8708
RGB: (222,135,8)

Color info

#DE8708 contains mainly red color. Web safe color of #DE8708 is #CC9900 (or #C90).

RGB color model

#DE8708 color RGB value is (222,135,8).

  • red value is 222;
  • green value is 135;
  • blue value is 8.
RGB:
(222,135,8)
(87%,53%,3%)

RGB channels and saturation

R 222 of 255 = 87%
G 135 of 255 = 53%
B 8 of 255 = 3%

222
135
8

R + G + B ~ 48%. #DE8708 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
222 + 135 + 8 = 365 (100%)
R 222 of 365 ~ 60.82%
G 135 of 365 ~ 36.99%
B 8 of 365 ~ 2.19%

%60.82
%36.99

CMYK color model

#DE8708 color CMYK value is (0,39,96,13).

  • cyan value is 0.00%
  • magenta value is 39.19%
  • yellow value is 96.40%
  • key color value is 12.94%
CMYK:
(0,39,96,13)
C0M39Y96K13 
(0%,39%,96%,13%)
(0.00/0.39/0.96/0.13)	

CMYK percentages

%0
%39.19
%96.4
%12.94

Codes

Color #DE8708 in popluar color models

DE8708
RGB2221358
HSL36°93.04%45.10%
HSB/HSV36°96.40%87.06%
CMYK0.00%39.19%96.40%
12.94%

Color #DE8708 in popluar number systems.

HEXDE8708
Decimal2221358
Binary11011110100001111000
Octal33620710

Shades and tints

Shades of #DE8708

#DE8708
(222,135,8)
#CA7B08
(202,123,8)
#B66F08
(182,111,8)
#A26308
(162,99,8)
#8E5708
(142,87,8)
#7A4B08
(122,75,8)
#663F08
(102,63,8)
#523308
(82,51,8)
#3E2708
(62,39,8)
#2A1B08
(42,27,8)
#160F08
(22,15,8)
#000000
(0,0,0)

Tints of #DE8708

#DE8708
(222,135,8)
#E1911E
(225,145,30)
#E49B34
(228,155,52)
#E7A54A
(231,165,74)
#EAAF60
(234,175,96)
#EDB976
(237,185,118)
#F0C38C
(240,195,140)
#F3CDA2
(243,205,162)
#F6D7B8
(246,215,184)
#F9E1CE
(249,225,206)
#FCEBE4
(252,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8708 color. Also use rgb(222,135,8) instead hex code.

Text Font Color

.myTextColor { color: #DE8708; }

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

This text font color is #DE8708.


Background Color

.myBgColor { background-color: #DE8708; }

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

This div background color is #DE8708.


Border color

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

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

This div border color is #DE8708.


Opacity

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

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

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

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

This text has shadow with #DE8708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8708 on black background.


Color preview on white background

This text has color #DE8708 on white background.



Black color preview on #DE8708 background

This text has black color on #DE8708 background.


White color preview on #DE8708 background

This text has white color on #DE8708 background.