COLOR #DBDB9B

HEX: #DBDB9B RGB: (219,219,155)

Color info

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

RGB color model

#DBDB9B color RGB value is (219,219,155).

RGB: (219,219,155) (86%, 86%, 61%)

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 155 of 255 = 61%

219
219
155

R + G + B ~ 78%. #DBDB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 219 + 155 = 593 (100%)
R 219 of 593 ~ 36.93%
G 219 of 593 ~ 36.93%
B 155 of 593 ~ 26.14'%

%36.93
%36.93
%26.14

CMYK color model

#DBDB9B color CMYK value is (0,0,29,14).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 14.12%

CMYK: (0,0,29,14)
C0M0Y29K14 (0%, 0%, 29%, 14%)
(0.00 / 0.00 / 0.29 / 0.14)

CMYK percentages

%0
%0
%29.22
%14.12

Codes

Color #DBDB9B in popluar color models

DB DB 9B
RGB 219 219 155
HSL 60° 47.06% 73.33%
HSB/HSV 60° 29.22% 85.88%
CMYK 0.00% 0.00% 29.22%
14.12%

Color #DBDB9B in popluar number systems.

HEX DB DB 9B
Decimal 219 219 155
Binary 11011011 11011011 10011011
Octal 333 333 233

Shades and tints

Shades of #DBDB9B

#DBDB9B
(219,219,155)
#C8C88D
(200,200,141)
#B5B57F
(181,181,127)
#A2A271
(162,162,113)
#8F8F63
(143,143,99)
#7C7C55
(124,124,85)
#696947
(105,105,71)
#565639
(86,86,57)
#43432B
(67,67,43)
#30301D
(48,48,29)
#1D1D0F
(29,29,15)
#000000
(0,0,0)

Tints of #DBDB9B

#DBDB9B
(219,219,155)
#DEDEA4
(222,222,164)
#E1E1AD
(225,225,173)
#E4E4B6
(228,228,182)
#E7E7BF
(231,231,191)
#EAEAC8
(234,234,200)
#EDEDD1
(237,237,209)
#F0F0DA
(240,240,218)
#F3F3E3
(243,243,227)
#F6F6EC
(246,246,236)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDB9B; }

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

This text font color is #DBDB9B.

Background Color

.myBgColor { background-color: #DBDB9B; }

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

This div background color is #DBDB9B.

Border color

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

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

This div border color is #DBDB9B.

Opacity

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

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

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

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

This text has shadow with #DBDB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDB9B.

Preview

Color preview on black background

This text has color #DBDB9B on black background.


Color preview on white background

This text has color #DBDB9B on white background.


Black color preview on #DBDB9B background

This text has black color on #DBDB9B background.


White color preview on #DBDB9B background

This text has white color on #DBDB9B background.


Related colors

Complementary color

Complementary color for #hex is #242464.


I love getcolorcode.com