COLOR #DE9F77

HEX: #DE9F77
RGB: (222,159,119)

Color info

#DE9F77 contains mainly red color. Web safe color of #DE9F77 is #CC9966 (or #C96).

RGB color model

#DE9F77 color RGB value is (222,159,119).

  • red value is 222;
  • green value is 159;
  • blue value is 119.
RGB:
(222,159,119)
(87%,62%,47%)

RGB channels and saturation

R 222 of 255 = 87%
G 159 of 255 = 62%
B 119 of 255 = 47%

222
159
119

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

Portions of RGB colors in percentages

R + G + B =
222 + 159 + 119 = 500 (100%)
R 222 of 500 ~ 44.4%
G 159 of 500 ~ 31.8%
B 119 of 500 ~ 23.8%

%44.4
%31.8
%23.8

CMYK color model

#DE9F77 color CMYK value is (0,28,46,13).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 46.40%
  • key color value is 12.94%
CMYK:
(0,28,46,13)
C0M28Y46K13 
(0%,28%,46%,13%)
(0.00/0.28/0.46/0.13)	

CMYK percentages

%0
%28.38
%46.4
%12.94

Codes

Color #DE9F77 in popluar color models

DE9F77
RGB222159119
HSL23°60.95%66.86%
HSB/HSV23°46.40%87.06%
CMYK0.00%28.38%46.40%
12.94%

Color #DE9F77 in popluar number systems.

HEXDE9F77
Decimal222159119
Binary11011110100111111110111
Octal336237167

Shades and tints

Shades of #DE9F77

#DE9F77
(222,159,119)
#CA916D
(202,145,109)
#B68363
(182,131,99)
#A27559
(162,117,89)
#8E674F
(142,103,79)
#7A5945
(122,89,69)
#664B3B
(102,75,59)
#523D31
(82,61,49)
#3E2F27
(62,47,39)
#2A211D
(42,33,29)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DE9F77

#DE9F77
(222,159,119)
#E1A783
(225,167,131)
#E4AF8F
(228,175,143)
#E7B79B
(231,183,155)
#EABFA7
(234,191,167)
#EDC7B3
(237,199,179)
#F0CFBF
(240,207,191)
#F3D7CB
(243,215,203)
#F6DFD7
(246,223,215)
#F9E7E3
(249,231,227)
#FCEFEF
(252,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9F77 color. Also use rgb(222,159,119) instead hex code.

Text Font Color

.myTextColor { color: #DE9F77; }

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

This text font color is #DE9F77.


Background Color

.myBgColor { background-color: #DE9F77; }

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

This div background color is #DE9F77.


Border color

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

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

This div border color is #DE9F77.


Opacity

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

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

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

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

This text has shadow with #DE9F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9F77 on black background.


Color preview on white background

This text has color #DE9F77 on white background.



Black color preview on #DE9F77 background

This text has black color on #DE9F77 background.


White color preview on #DE9F77 background

This text has white color on #DE9F77 background.