COLOR #DE9675

HEX: #DE9675 RGB: (222,150,117)

Color info

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

RGB color model

#DE9675 color RGB value is (222,150,117).

RGB: (222,150,117) (87%, 59%, 46%)

RGB channels and saturation

R 222 of 255 = 87%
G 150 of 255 = 59%
B 117 of 255 = 46%

222
150
117

R + G + B ~ 64%. #DE9675 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 150 + 117 = 489 (100%)
R 222 of 489 ~ 45.4%
G 150 of 489 ~ 30.67%
B 117 of 489 ~ 23.93'%

%45.4
%30.67
%23.93

CMYK color model

#DE9675 color CMYK value is (0,32,47,13).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 47.30%
  • key color value is 12.94%

CMYK: (0,32,47,13)
C0M32Y47K13 (0%, 32%, 47%, 13%)
(0.00 / 0.32 / 0.47 / 0.13)

CMYK percentages

%0
%32.43
%47.3
%12.94

Codes

Color #DE9675 in popluar color models

DE 96 75
RGB 222 150 117
HSL 19° 61.40% 66.47%
HSB/HSV 19° 47.30% 87.06%
CMYK 0.00% 32.43% 47.30%
12.94%

Color #DE9675 in popluar number systems.

HEX DE 96 75
Decimal 222 150 117
Binary 11011110 10010110 1110101
Octal 336 226 165

Shades and tints

Shades of #DE9675

#DE9675
(222,150,117)
#CA896B
(202,137,107)
#B67C61
(182,124,97)
#A26F57
(162,111,87)
#8E624D
(142,98,77)
#7A5543
(122,85,67)
#664839
(102,72,57)
#523B2F
(82,59,47)
#3E2E25
(62,46,37)
#2A211B
(42,33,27)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #DE9675

#DE9675
(222,150,117)
#E19F81
(225,159,129)
#E4A88D
(228,168,141)
#E7B199
(231,177,153)
#EABAA5
(234,186,165)
#EDC3B1
(237,195,177)
#F0CCBD
(240,204,189)
#F3D5C9
(243,213,201)
#F6DED5
(246,222,213)
#F9E7E1
(249,231,225)
#FCF0ED
(252,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9675 color. Also use rgb(222,150,117) instead hex code.

Text Font Color

.myTextColor { color: #DE9675; }

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

This text font color is #DE9675.

Background Color

.myBgColor { background-color: #DE9675; }

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

This div background color is #DE9675.

Border color

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

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

This div border color is #DE9675.

Opacity

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

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

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

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

This text has shadow with #DE9675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9675.

Preview

Color preview on black background

This text has color #DE9675 on black background.


Color preview on white background

This text has color #DE9675 on white background.


Black color preview on #DE9675 background

This text has black color on #DE9675 background.


White color preview on #DE9675 background

This text has white color on #DE9675 background.


Related colors

Complementary color

Complementary color for #hex is #21698A.


I love getcolorcode.com

Triadic colors

1 #75DE96 and #9675DE with #DE9675 are triadic colors.

2 #7596DE and #96DE75 with #DE9675 are triadic colors.