COLOR #DBB18E

HEX: #DBB18E RGB: (219,177,142)

Color info

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

RGB color model

#DBB18E color RGB value is (219,177,142).

RGB: (219,177,142) (86%, 69%, 56%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 142 of 255 = 56%

219
177
142

R + G + B ~ 70%. #DBB18E is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 177 + 142 = 538 (100%)
R 219 of 538 ~ 40.71%
G 177 of 538 ~ 32.9%
B 142 of 538 ~ 26.39'%

%40.71
%32.9
%26.39

CMYK color model

#DBB18E color CMYK value is (0,19,35,14).

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

CMYK: (0,19,35,14)
C0M19Y35K14 (0%, 19%, 35%, 14%)
(0.00 / 0.19 / 0.35 / 0.14)

CMYK percentages

%0
%19.18
%35.16
%14.12

Codes

Color #DBB18E in popluar color models

DB B1 8E
RGB 219 177 142
HSL 27° 51.68% 70.78%
HSB/HSV 27° 35.16% 85.88%
CMYK 0.00% 19.18% 35.16%
14.12%

Color #DBB18E in popluar number systems.

HEX DB B1 8E
Decimal 219 177 142
Binary 11011011 10110001 10001110
Octal 333 261 216

Shades and tints

Shades of #DBB18E

#DBB18E
(219,177,142)
#C8A182
(200,161,130)
#B59176
(181,145,118)
#A2816A
(162,129,106)
#8F715E
(143,113,94)
#7C6152
(124,97,82)
#695146
(105,81,70)
#56413A
(86,65,58)
#43312E
(67,49,46)
#302122
(48,33,34)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #DBB18E

#DBB18E
(219,177,142)
#DEB898
(222,184,152)
#E1BFA2
(225,191,162)
#E4C6AC
(228,198,172)
#E7CDB6
(231,205,182)
#EAD4C0
(234,212,192)
#EDDBCA
(237,219,202)
#F0E2D4
(240,226,212)
#F3E9DE
(243,233,222)
#F6F0E8
(246,240,232)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB18E; }

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

This text font color is #DBB18E.

Background Color

.myBgColor { background-color: #DBB18E; }

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

This div background color is #DBB18E.

Border color

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

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

This div border color is #DBB18E.

Opacity

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

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

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

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

This text has shadow with #DBB18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB18E.

Preview

Color preview on black background

This text has color #DBB18E on black background.


Color preview on white background

This text has color #DBB18E on white background.


Black color preview on #DBB18E background

This text has black color on #DBB18E background.


White color preview on #DBB18E background

This text has white color on #DBB18E background.


Related colors

Complementary color

Complementary color for #hex is #244E71.


I love getcolorcode.com

Triadic colors

1 #8EDBB1 and #B18EDB with #DBB18E are triadic colors.

2 #8EB1DB and #B1DB8E with #DBB18E are triadic colors.