COLOR #DBBB95

HEX: #DBBB95 RGB: (219,187,149)

Color info

#DBBB95 contains mainly red and green colors. Web safe color of #DBBB95 is #CCCC99 (or #CC9).

RGB color model

#DBBB95 color RGB value is (219,187,149).

RGB: (219,187,149) (86%, 73%, 58%)

RGB channels and saturation

R 219 of 255 = 86%
G 187 of 255 = 73%
B 149 of 255 = 58%

219
187
149

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

Portions of RGB colors in percentages

R + G + B = 219 + 187 + 149 = 555 (100%)
R 219 of 555 ~ 39.46%
G 187 of 555 ~ 33.69%
B 149 of 555 ~ 26.85'%

%39.46
%33.69
%26.85

CMYK color model

#DBBB95 color CMYK value is (0,15,32,14).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 31.96%
  • key color value is 14.12%

CMYK: (0,15,32,14)
C0M15Y32K14 (0%, 15%, 32%, 14%)
(0.00 / 0.15 / 0.32 / 0.14)

CMYK percentages

%0
%14.61
%31.96
%14.12

Codes

Color #DBBB95 in popluar color models

DB BB 95
RGB 219 187 149
HSL 33° 49.30% 72.16%
HSB/HSV 33° 31.96% 85.88%
CMYK 0.00% 14.61% 31.96%
14.12%

Color #DBBB95 in popluar number systems.

HEX DB BB 95
Decimal 219 187 149
Binary 11011011 10111011 10010101
Octal 333 273 225

Shades and tints

Shades of #DBBB95

#DBBB95
(219,187,149)
#C8AA88
(200,170,136)
#B5997B
(181,153,123)
#A2886E
(162,136,110)
#8F7761
(143,119,97)
#7C6654
(124,102,84)
#695547
(105,85,71)
#56443A
(86,68,58)
#43332D
(67,51,45)
#302220
(48,34,32)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #DBBB95

#DBBB95
(219,187,149)
#DEC19E
(222,193,158)
#E1C7A7
(225,199,167)
#E4CDB0
(228,205,176)
#E7D3B9
(231,211,185)
#EAD9C2
(234,217,194)
#EDDFCB
(237,223,203)
#F0E5D4
(240,229,212)
#F3EBDD
(243,235,221)
#F6F1E6
(246,241,230)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBB95 color. Also use rgb(219,187,149) instead hex code.

Text Font Color

.myTextColor { color: #DBBB95; }

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

This text font color is #DBBB95.

Background Color

.myBgColor { background-color: #DBBB95; }

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

This div background color is #DBBB95.

Border color

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

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

This div border color is #DBBB95.

Opacity

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

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

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

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

This text has shadow with #DBBB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBB95.

Preview

Color preview on black background

This text has color #DBBB95 on black background.


Color preview on white background

This text has color #DBBB95 on white background.


Black color preview on #DBBB95 background

This text has black color on #DBBB95 background.


White color preview on #DBBB95 background

This text has white color on #DBBB95 background.


Related colors

Complementary color

Complementary color for #hex is #24446A.


I love getcolorcode.com

Triadic colors

1 #95DBBB and #BB95DB with #DBBB95 are triadic colors.

2 #95BBDB and #BBDB95 with #DBBB95 are triadic colors.