COLOR #DE984C

HEX: #DE984C
RGB: (222,152,76)

Color info

#DE984C contains mainly red color. Web safe color of #DE984C is #CC9933 (or #C93).

RGB color model

#DE984C color RGB value is (222,152,76).

  • red value is 222;
  • green value is 152;
  • blue value is 76.
RGB:
(222,152,76)
(87%,60%,30%)

RGB channels and saturation

R 222 of 255 = 87%
G 152 of 255 = 60%
B 76 of 255 = 30%

222
152
76

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

Portions of RGB colors in percentages

R + G + B =
222 + 152 + 76 = 450 (100%)
R 222 of 450 ~ 49.33%
G 152 of 450 ~ 33.78%
B 76 of 450 ~ 16.89%

%49.33
%33.78
%16.89

CMYK color model

#DE984C color CMYK value is (0,32,66,13).

  • cyan value is 0.00%
  • magenta value is 31.53%
  • yellow value is 65.77%
  • key color value is 12.94%
CMYK:
(0,32,66,13)
C0M32Y66K13 
(0%,32%,66%,13%)
(0.00/0.32/0.66/0.13)	

CMYK percentages

%0
%31.53
%65.77
%12.94

Codes

Color #DE984C in popluar color models

DE984C
RGB22215276
HSL31°68.87%58.43%
HSB/HSV31°65.77%87.06%
CMYK0.00%31.53%65.77%
12.94%

Color #DE984C in popluar number systems.

HEXDE984C
Decimal22215276
Binary11011110100110001001100
Octal336230114

Shades and tints

Shades of #DE984C

#DE984C
(222,152,76)
#CA8B46
(202,139,70)
#B67E40
(182,126,64)
#A2713A
(162,113,58)
#8E6434
(142,100,52)
#7A572E
(122,87,46)
#664A28
(102,74,40)
#523D22
(82,61,34)
#3E301C
(62,48,28)
#2A2316
(42,35,22)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #DE984C

#DE984C
(222,152,76)
#E1A15C
(225,161,92)
#E4AA6C
(228,170,108)
#E7B37C
(231,179,124)
#EABC8C
(234,188,140)
#EDC59C
(237,197,156)
#F0CEAC
(240,206,172)
#F3D7BC
(243,215,188)
#F6E0CC
(246,224,204)
#F9E9DC
(249,233,220)
#FCF2EC
(252,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE984C color. Also use rgb(222,152,76) instead hex code.

Text Font Color

.myTextColor { color: #DE984C; }

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

This text font color is #DE984C.


Background Color

.myBgColor { background-color: #DE984C; }

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

This div background color is #DE984C.


Border color

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

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

This div border color is #DE984C.


Opacity

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

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

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

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

This text has shadow with #DE984C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE984C on black background.


Color preview on white background

This text has color #DE984C on white background.



Black color preview on #DE984C background

This text has black color on #DE984C background.


White color preview on #DE984C background

This text has white color on #DE984C background.