COLOR #DBB99A

HEX: #DBB99A
RGB: (219,185,154)

Color info

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

RGB color model

#DBB99A color RGB value is (219,185,154).

  • red value is 219;
  • green value is 185;
  • blue value is 154.
RGB:
(219,185,154)
(86%,73%,60%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 154 of 255 = 60%

219
185
154

R + G + B ~ 73%. #DBB99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 185 + 154 = 558 (100%)
R 219 of 558 ~ 39.25%
G 185 of 558 ~ 33.15%
B 154 of 558 ~ 27.6%

%39.25
%33.15
%27.6

CMYK color model

#DBB99A color CMYK value is (0,16,30,14).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 29.68%
  • key color value is 14.12%
CMYK:
(0,16,30,14)
C0M16Y30K14 
(0%,16%,30%,14%)
(0.00/0.16/0.30/0.14)	

CMYK percentages

%0
%15.53
%29.68
%14.12

Codes

Color #DBB99A in popluar color models

DBB99A
RGB219185154
HSL29°47.45%73.14%
HSB/HSV29°29.68%85.88%
CMYK0.00%15.53%29.68%
14.12%

Color #DBB99A in popluar number systems.

HEXDBB99A
Decimal219185154
Binary110110111011100110011010
Octal333271232

Shades and tints

Shades of #DBB99A

#DBB99A
(219,185,154)
#C8A98C
(200,169,140)
#B5997E
(181,153,126)
#A28970
(162,137,112)
#8F7962
(143,121,98)
#7C6954
(124,105,84)
#695946
(105,89,70)
#564938
(86,73,56)
#43392A
(67,57,42)
#30291C
(48,41,28)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #DBB99A

#DBB99A
(219,185,154)
#DEBFA3
(222,191,163)
#E1C5AC
(225,197,172)
#E4CBB5
(228,203,181)
#E7D1BE
(231,209,190)
#EAD7C7
(234,215,199)
#EDDDD0
(237,221,208)
#F0E3D9
(240,227,217)
#F3E9E2
(243,233,226)
#F6EFEB
(246,239,235)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB99A color. Also use rgb(219,185,154) instead hex code.

Text Font Color

.myTextColor { color: #DBB99A; }

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

This text font color is #DBB99A.


Background Color

.myBgColor { background-color: #DBB99A; }

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

This div background color is #DBB99A.


Border color

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

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

This div border color is #DBB99A.


Opacity

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

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

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

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

This text has shadow with #DBB99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB99A on black background.


Color preview on white background

This text has color #DBB99A on white background.



Black color preview on #DBB99A background

This text has black color on #DBB99A background.


White color preview on #DBB99A background

This text has white color on #DBB99A background.