COLOR #DEB175

HEX: #DEB175 RGB: (222,177,117)

Color info

#DEB175 contains mainly red and green colors. Web safe color of #DEB175 is #CC9966 (or #C96).

RGB color model

#DEB175 color RGB value is (222,177,117).

RGB: (222,177,117) (87%, 69%, 46%)

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 117 of 255 = 46%

222
177
117

R + G + B ~ 67%. #DEB175 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 177 + 117 = 516 (100%)
R 222 of 516 ~ 43.02%
G 177 of 516 ~ 34.3%
B 117 of 516 ~ 22.67'%

%43.02
%34.3
%22.67

CMYK color model

#DEB175 color CMYK value is (0,20,47,13).

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

CMYK: (0,20,47,13)
C0M20Y47K13 (0%, 20%, 47%, 13%)
(0.00 / 0.20 / 0.47 / 0.13)

CMYK percentages

%0
%20.27
%47.3
%12.94

Codes

Color #DEB175 in popluar color models

DE B1 75
RGB 222 177 117
HSL 34° 61.40% 66.47%
HSB/HSV 34° 47.30% 87.06%
CMYK 0.00% 20.27% 47.30%
12.94%

Color #DEB175 in popluar number systems.

HEX DE B1 75
Decimal 222 177 117
Binary 11011110 10110001 1110101
Octal 336 261 165

Shades and tints

Shades of #DEB175

#DEB175
(222,177,117)
#CAA16B
(202,161,107)
#B69161
(182,145,97)
#A28157
(162,129,87)
#8E714D
(142,113,77)
#7A6143
(122,97,67)
#665139
(102,81,57)
#52412F
(82,65,47)
#3E3125
(62,49,37)
#2A211B
(42,33,27)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #DEB175

#DEB175
(222,177,117)
#E1B881
(225,184,129)
#E4BF8D
(228,191,141)
#E7C699
(231,198,153)
#EACDA5
(234,205,165)
#EDD4B1
(237,212,177)
#F0DBBD
(240,219,189)
#F3E2C9
(243,226,201)
#F6E9D5
(246,233,213)
#F9F0E1
(249,240,225)
#FCF7ED
(252,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB175; }

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

This text font color is #DEB175.

Background Color

.myBgColor { background-color: #DEB175; }

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

This div background color is #DEB175.

Border color

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

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

This div border color is #DEB175.

Opacity

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

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

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

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

This text has shadow with #DEB175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB175.

Preview

Color preview on black background

This text has color #DEB175 on black background.


Color preview on white background

This text has color #DEB175 on white background.


Black color preview on #DEB175 background

This text has black color on #DEB175 background.


White color preview on #DEB175 background

This text has white color on #DEB175 background.


Related colors

Complementary color

Complementary color for #hex is #214E8A.


I love getcolorcode.com

Triadic colors

1 #75DEB1 and #B175DE with #DEB175 are triadic colors.

2 #75B1DE and #B1DE75 with #DEB175 are triadic colors.