COLOR #DBB19F

HEX: #DBB19F RGB: (219,177,159)

Color info

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

RGB color model

#DBB19F color RGB value is (219,177,159).

RGB: (219,177,159) (86%, 69%, 62%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 159 of 255 = 62%

219
177
159

R + G + B ~ 72%. #DBB19F is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 159 = 555 (100%)
R 219 of 555 ~ 39.46%
G 177 of 555 ~ 31.89%
B 159 of 555 ~ 28.65'%

%39.46
%31.89
%28.65

CMYK color model

#DBB19F color CMYK value is (0,19,27,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 27.40%
  • key color value is 14.12%

CMYK: (0,19,27,14)
C0M19Y27K14 (0%, 19%, 27%, 14%)
(0.00 / 0.19 / 0.27 / 0.14)

CMYK percentages

%0
%19.18
%27.4
%14.12

Codes

Color #DBB19F in popluar color models

DB B1 9F
RGB 219 177 159
HSL 18° 45.45% 74.12%
HSB/HSV 18° 27.40% 85.88%
CMYK 0.00% 19.18% 27.40%
14.12%

Color #DBB19F in popluar number systems.

HEX DB B1 9F
Decimal 219 177 159
Binary 11011011 10110001 10011111
Octal 333 261 237

Shades and tints

Shades of #DBB19F

#DBB19F
(219,177,159)
#C8A191
(200,161,145)
#B59183
(181,145,131)
#A28175
(162,129,117)
#8F7167
(143,113,103)
#7C6159
(124,97,89)
#69514B
(105,81,75)
#56413D
(86,65,61)
#43312F
(67,49,47)
#302121
(48,33,33)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #DBB19F

#DBB19F
(219,177,159)
#DEB8A7
(222,184,167)
#E1BFAF
(225,191,175)
#E4C6B7
(228,198,183)
#E7CDBF
(231,205,191)
#EAD4C7
(234,212,199)
#EDDBCF
(237,219,207)
#F0E2D7
(240,226,215)
#F3E9DF
(243,233,223)
#F6F0E7
(246,240,231)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB19F; }

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

This text font color is #DBB19F.

Background Color

.myBgColor { background-color: #DBB19F; }

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

This div background color is #DBB19F.

Border color

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

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

This div border color is #DBB19F.

Opacity

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

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

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

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

This text has shadow with #DBB19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB19F.

Preview

Color preview on black background

This text has color #DBB19F on black background.


Color preview on white background

This text has color #DBB19F on white background.


Black color preview on #DBB19F background

This text has black color on #DBB19F background.


White color preview on #DBB19F background

This text has white color on #DBB19F background.


Related colors

Complementary color

Complementary color for #hex is #244E60.


I love getcolorcode.com

Triadic colors

1 #9FDBB1 and #B19FDB with #DBB19F are triadic colors.

2 #9FB1DB and #B1DB9F with #DBB19F are triadic colors.