COLOR #DBB58E

HEX: #DBB58E RGB: (219,181,142)

Color info

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

RGB color model

#DBB58E color RGB value is (219,181,142).

RGB: (219,181,142) (86%, 71%, 56%)

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 142 of 255 = 56%

219
181
142

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

Portions of RGB colors in percentages

R + G + B = 219 + 181 + 142 = 542 (100%)
R 219 of 542 ~ 40.41%
G 181 of 542 ~ 33.39%
B 142 of 542 ~ 26.2'%

%40.41
%33.39
%26.2

CMYK color model

#DBB58E color CMYK value is (0,17,35,14).

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

CMYK: (0,17,35,14)
C0M17Y35K14 (0%, 17%, 35%, 14%)
(0.00 / 0.17 / 0.35 / 0.14)

CMYK percentages

%0
%17.35
%35.16
%14.12

Codes

Color #DBB58E in popluar color models

DB B5 8E
RGB 219 181 142
HSL 30° 51.68% 70.78%
HSB/HSV 30° 35.16% 85.88%
CMYK 0.00% 17.35% 35.16%
14.12%

Color #DBB58E in popluar number systems.

HEX DB B5 8E
Decimal 219 181 142
Binary 11011011 10110101 10001110
Octal 333 265 216

Shades and tints

Shades of #DBB58E

#DBB58E
(219,181,142)
#C8A582
(200,165,130)
#B59576
(181,149,118)
#A2856A
(162,133,106)
#8F755E
(143,117,94)
#7C6552
(124,101,82)
#695546
(105,85,70)
#56453A
(86,69,58)
#43352E
(67,53,46)
#302522
(48,37,34)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DBB58E

#DBB58E
(219,181,142)
#DEBB98
(222,187,152)
#E1C1A2
(225,193,162)
#E4C7AC
(228,199,172)
#E7CDB6
(231,205,182)
#EAD3C0
(234,211,192)
#EDD9CA
(237,217,202)
#F0DFD4
(240,223,212)
#F3E5DE
(243,229,222)
#F6EBE8
(246,235,232)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB58E; }

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

This text font color is #DBB58E.

Background Color

.myBgColor { background-color: #DBB58E; }

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

This div background color is #DBB58E.

Border color

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

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

This div border color is #DBB58E.

Opacity

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

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

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

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

This text has shadow with #DBB58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB58E.

Preview

Color preview on black background

This text has color #DBB58E on black background.


Color preview on white background

This text has color #DBB58E on white background.


Black color preview on #DBB58E background

This text has black color on #DBB58E background.


White color preview on #DBB58E background

This text has white color on #DBB58E background.


Related colors

Complementary color

Complementary color for #hex is #244A71.


I love getcolorcode.com

Triadic colors

1 #8EDBB5 and #B58EDB with #DBB58E are triadic colors.

2 #8EB5DB and #B5DB8E with #DBB58E are triadic colors.