COLOR #DBB88D

HEX: #DBB88D RGB: (219,184,141)

Color info

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

RGB color model

#DBB88D color RGB value is (219,184,141).

RGB: (219,184,141) (86%, 72%, 55%)

RGB channels and saturation

R 219 of 255 = 86%
G 184 of 255 = 72%
B 141 of 255 = 55%

219
184
141

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

Portions of RGB colors in percentages

R + G + B = 219 + 184 + 141 = 544 (100%)
R 219 of 544 ~ 40.26%
G 184 of 544 ~ 33.82%
B 141 of 544 ~ 25.92'%

%40.26
%33.82
%25.92

CMYK color model

#DBB88D color CMYK value is (0,16,36,14).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 35.62%
  • key color value is 14.12%

CMYK: (0,16,36,14)
C0M16Y36K14 (0%, 16%, 36%, 14%)
(0.00 / 0.16 / 0.36 / 0.14)

CMYK percentages

%0
%15.98
%35.62
%14.12

Codes

Color #DBB88D in popluar color models

DB B8 8D
RGB 219 184 141
HSL 33° 52.00% 70.59%
HSB/HSV 33° 35.62% 85.88%
CMYK 0.00% 15.98% 35.62%
14.12%

Color #DBB88D in popluar number systems.

HEX DB B8 8D
Decimal 219 184 141
Binary 11011011 10111000 10001101
Octal 333 270 215

Shades and tints

Shades of #DBB88D

#DBB88D
(219,184,141)
#C8A881
(200,168,129)
#B59875
(181,152,117)
#A28869
(162,136,105)
#8F785D
(143,120,93)
#7C6851
(124,104,81)
#695845
(105,88,69)
#564839
(86,72,57)
#43382D
(67,56,45)
#302821
(48,40,33)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBB88D

#DBB88D
(219,184,141)
#DEBE97
(222,190,151)
#E1C4A1
(225,196,161)
#E4CAAB
(228,202,171)
#E7D0B5
(231,208,181)
#EAD6BF
(234,214,191)
#EDDCC9
(237,220,201)
#F0E2D3
(240,226,211)
#F3E8DD
(243,232,221)
#F6EEE7
(246,238,231)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB88D color. Also use rgb(219,184,141) instead hex code.

Text Font Color

.myTextColor { color: #DBB88D; }

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

This text font color is #DBB88D.

Background Color

.myBgColor { background-color: #DBB88D; }

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

This div background color is #DBB88D.

Border color

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

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

This div border color is #DBB88D.

Opacity

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

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

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

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

This text has shadow with #DBB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB88D.

Preview

Color preview on black background

This text has color #DBB88D on black background.


Color preview on white background

This text has color #DBB88D on white background.


Black color preview on #DBB88D background

This text has black color on #DBB88D background.


White color preview on #DBB88D background

This text has white color on #DBB88D background.


Related colors

Complementary color

Complementary color for #hex is #244772.


I love getcolorcode.com

Triadic colors

1 #8DDBB8 and #B88DDB with #DBB88D are triadic colors.

2 #8DB8DB and #B8DB8D with #DBB88D are triadic colors.