COLOR #DBB293

HEX: #DBB293 RGB: (219,178,147)

Color info

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

RGB color model

#DBB293 color RGB value is (219,178,147).

RGB: (219,178,147) (86%, 70%, 58%)

RGB channels and saturation

R 219 of 255 = 86%
G 178 of 255 = 70%
B 147 of 255 = 58%

219
178
147

R + G + B ~ 71%. #DBB293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 178 + 147 = 544 (100%)
R 219 of 544 ~ 40.26%
G 178 of 544 ~ 32.72%
B 147 of 544 ~ 27.02'%

%40.26
%32.72
%27.02

CMYK color model

#DBB293 color CMYK value is (0,19,33,14).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 32.88%
  • key color value is 14.12%

CMYK: (0,19,33,14)
C0M19Y33K14 (0%, 19%, 33%, 14%)
(0.00 / 0.19 / 0.33 / 0.14)

CMYK percentages

%0
%18.72
%32.88
%14.12

Codes

Color #DBB293 in popluar color models

DB B2 93
RGB 219 178 147
HSL 26° 50.00% 71.76%
HSB/HSV 26° 32.88% 85.88%
CMYK 0.00% 18.72% 32.88%
14.12%

Color #DBB293 in popluar number systems.

HEX DB B2 93
Decimal 219 178 147
Binary 11011011 10110010 10010011
Octal 333 262 223

Shades and tints

Shades of #DBB293

#DBB293
(219,178,147)
#C8A286
(200,162,134)
#B59279
(181,146,121)
#A2826C
(162,130,108)
#8F725F
(143,114,95)
#7C6252
(124,98,82)
#695245
(105,82,69)
#564238
(86,66,56)
#43322B
(67,50,43)
#30221E
(48,34,30)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #DBB293

#DBB293
(219,178,147)
#DEB99C
(222,185,156)
#E1C0A5
(225,192,165)
#E4C7AE
(228,199,174)
#E7CEB7
(231,206,183)
#EAD5C0
(234,213,192)
#EDDCC9
(237,220,201)
#F0E3D2
(240,227,210)
#F3EADB
(243,234,219)
#F6F1E4
(246,241,228)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB293 color. Also use rgb(219,178,147) instead hex code.

Text Font Color

.myTextColor { color: #DBB293; }

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

This text font color is #DBB293.

Background Color

.myBgColor { background-color: #DBB293; }

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

This div background color is #DBB293.

Border color

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

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

This div border color is #DBB293.

Opacity

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

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

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

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

This text has shadow with #DBB293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB293.

Preview

Color preview on black background

This text has color #DBB293 on black background.


Color preview on white background

This text has color #DBB293 on white background.


Black color preview on #DBB293 background

This text has black color on #DBB293 background.


White color preview on #DBB293 background

This text has white color on #DBB293 background.


Related colors

Complementary color

Complementary color for #hex is #244D6C.


I love getcolorcode.com

Triadic colors

1 #93DBB2 and #B293DB with #DBB293 are triadic colors.

2 #93B2DB and #B2DB93 with #DBB293 are triadic colors.