COLOR #DBB185

HEX: #DBB185 RGB: (219,177,133)

Color info

#DBB185 contains mainly red and green colors. Web safe color of #DBB185 is #CC9999 (or #C99).

RGB color model

#DBB185 color RGB value is (219,177,133).

RGB: (219,177,133) (86%, 69%, 52%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 133 of 255 = 52%

219
177
133

R + G + B ~ 69%. #DBB185 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 133 = 529 (100%)
R 219 of 529 ~ 41.4%
G 177 of 529 ~ 33.46%
B 133 of 529 ~ 25.14'%

%41.4
%33.46
%25.14

CMYK color model

#DBB185 color CMYK value is (0,19,39,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 39.27%
  • key color value is 14.12%
CMYK: (0,19,39,14) C0M19Y39K14 (0%,19%,39%,14%) (0.00/0.19/0.39/0.14) 

CMYK percentages

%0
%19.18
%39.27
%14.12

Codes

Color #DBB185 in popluar color models

DB B1 85
RGB 219 177 133
HSL 31° 54.43% 69.02%
HSB/HSV 31° 39.27% 85.88%
CMYK 0.00% 19.18% 39.27%
14.12%

Color #DBB185 in popluar number systems.

HEX DB B1 85
Decimal 219 177 133
Binary 11011011 10110001 10000101
Octal 333 261 205

Shades and tints

Shades of #DBB185

#DBB185
(219,177,133)
#C8A179
(200,161,121)
#B5916D
(181,145,109)
#A28161
(162,129,97)
#8F7155
(143,113,85)
#7C6149
(124,97,73)
#69513D
(105,81,61)
#564131
(86,65,49)
#433125
(67,49,37)
#302119
(48,33,25)
#1D110D
(29,17,13)
#000000
(0,0,0)

Tints of #DBB185

#DBB185
(219,177,133)
#DEB890
(222,184,144)
#E1BF9B
(225,191,155)
#E4C6A6
(228,198,166)
#E7CDB1
(231,205,177)
#EAD4BC
(234,212,188)
#EDDBC7
(237,219,199)
#F0E2D2
(240,226,210)
#F3E9DD
(243,233,221)
#F6F0E8
(246,240,232)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB185 color. Also use rgb(219,177,133) instead hex code.

Text Font Color

.myTextColor { color: #DBB185; }

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

This text font color is #DBB185.

Background Color

.myBgColor { background-color: #DBB185; }

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

This div background color is #DBB185.

Border color

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

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

This div border color is #DBB185.

Opacity

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

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

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

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

This text has shadow with #DBB185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB185.

Preview

Color preview on black background

This text has color #DBB185 on black background.


Color preview on white background

This text has color #DBB185 on white background.


Black color preview on #DBB185 background

This text has black color on #DBB185 background.


White color preview on #DBB185 background

This text has white color on #DBB185 background.


Related colors

Complementary color

Complementary color for #hex is #244E7A.


I love getcolorcode.com

Triadic colors

1 #85DBB1 and #B185DB with #DBB185 are triadic colors.

2 #85B1DB and #B1DB85 with #DBB185 are triadic colors.