COLOR #DE9B7D

HEX: #DE9B7D RGB: (222,155,125)

Color info

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

RGB color model

#DE9B7D color RGB value is (222,155,125).

RGB: (222,155,125) (87%, 61%, 49%)

RGB channels and saturation

R 222 of 255 = 87%
G 155 of 255 = 61%
B 125 of 255 = 49%

222
155
125

R + G + B ~ 66%. #DE9B7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 155 + 125 = 502 (100%)
R 222 of 502 ~ 44.22%
G 155 of 502 ~ 30.88%
B 125 of 502 ~ 24.9'%

%44.22
%30.88
%24.9

CMYK color model

#DE9B7D color CMYK value is (0,30,44,13).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 43.69%
  • key color value is 12.94%

CMYK: (0,30,44,13)
C0M30Y44K13 (0%, 30%, 44%, 13%)
(0.00 / 0.30 / 0.44 / 0.13)

CMYK percentages

%0
%30.18
%43.69
%12.94

Codes

Color #DE9B7D in popluar color models

DE 9B 7D
RGB 222 155 125
HSL 19° 59.51% 68.04%
HSB/HSV 19° 43.69% 87.06%
CMYK 0.00% 30.18% 43.69%
12.94%

Color #DE9B7D in popluar number systems.

HEX DE 9B 7D
Decimal 222 155 125
Binary 11011110 10011011 1111101
Octal 336 233 175

Shades and tints

Shades of #DE9B7D

#DE9B7D
(222,155,125)
#CA8D72
(202,141,114)
#B67F67
(182,127,103)
#A2715C
(162,113,92)
#8E6351
(142,99,81)
#7A5546
(122,85,70)
#66473B
(102,71,59)
#523930
(82,57,48)
#3E2B25
(62,43,37)
#2A1D1A
(42,29,26)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #DE9B7D

#DE9B7D
(222,155,125)
#E1A488
(225,164,136)
#E4AD93
(228,173,147)
#E7B69E
(231,182,158)
#EABFA9
(234,191,169)
#EDC8B4
(237,200,180)
#F0D1BF
(240,209,191)
#F3DACA
(243,218,202)
#F6E3D5
(246,227,213)
#F9ECE0
(249,236,224)
#FCF5EB
(252,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9B7D color. Also use rgb(222,155,125) instead hex code.

Text Font Color

.myTextColor { color: #DE9B7D; }

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

This text font color is #DE9B7D.

Background Color

.myBgColor { background-color: #DE9B7D; }

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

This div background color is #DE9B7D.

Border color

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

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

This div border color is #DE9B7D.

Opacity

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

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

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

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

This text has shadow with #DE9B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9B7D.

Preview

Color preview on black background

This text has color #DE9B7D on black background.


Color preview on white background

This text has color #DE9B7D on white background.


Black color preview on #DE9B7D background

This text has black color on #DE9B7D background.


White color preview on #DE9B7D background

This text has white color on #DE9B7D background.


Related colors

Complementary color

Complementary color for #hex is #216482.


I love getcolorcode.com

Triadic colors

1 #7DDE9B and #9B7DDE with #DE9B7D are triadic colors.

2 #7D9BDE and #9BDE7D with #DE9B7D are triadic colors.