COLOR #DBBA3B

HEX: #DBBA3B
RGB: (219,186,59)

Color info

#DBBA3B contains mainly red and green colors. Web safe color of #DBBA3B is #CCCC33 (or #CC3).

RGB color model

#DBBA3B color RGB value is (219,186,59).

  • red value is 219;
  • green value is 186;
  • blue value is 59.
RGB:
(219,186,59)
(86%,73%,23%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 59 of 255 = 23%

219
186
59

R + G + B ~ 61%. #DBBA3B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 186 + 59 = 464 (100%)
R 219 of 464 ~ 47.2%
G 186 of 464 ~ 40.09%
B 59 of 464 ~ 12.72%

%47.2
%40.09
%12.72

CMYK color model

#DBBA3B color CMYK value is (0,15,73,14).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 73.06%
  • key color value is 14.12%
CMYK:
(0,15,73,14)
C0M15Y73K14 
(0%,15%,73%,14%)
(0.00/0.15/0.73/0.14)	

CMYK percentages

%0
%15.07
%73.06
%14.12

Codes

Color #DBBA3B in popluar color models

DBBA3B
RGB21918659
HSL48°68.97%54.51%
HSB/HSV48°73.06%85.88%
CMYK0.00%15.07%73.06%
14.12%

Color #DBBA3B in popluar number systems.

HEXDBBA3B
Decimal21918659
Binary1101101110111010111011
Octal33327273

Shades and tints

Shades of #DBBA3B

#DBBA3B
(219,186,59)
#C8AA36
(200,170,54)
#B59A31
(181,154,49)
#A28A2C
(162,138,44)
#8F7A27
(143,122,39)
#7C6A22
(124,106,34)
#695A1D
(105,90,29)
#564A18
(86,74,24)
#433A13
(67,58,19)
#302A0E
(48,42,14)
#1D1A09
(29,26,9)
#000000
(0,0,0)

Tints of #DBBA3B

#DBBA3B
(219,186,59)
#DEC04C
(222,192,76)
#E1C65D
(225,198,93)
#E4CC6E
(228,204,110)
#E7D27F
(231,210,127)
#EAD890
(234,216,144)
#EDDEA1
(237,222,161)
#F0E4B2
(240,228,178)
#F3EAC3
(243,234,195)
#F6F0D4
(246,240,212)
#F9F6E5
(249,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBA3B; }

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

This text font color is #DBBA3B.


Background Color

.myBgColor { background-color: #DBBA3B; }

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

This div background color is #DBBA3B.


Border color

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

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

This div border color is #DBBA3B.


Opacity

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

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

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

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

This text has shadow with #DBBA3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBA3B on black background.


Color preview on white background

This text has color #DBBA3B on white background.



Black color preview on #DBBA3B background

This text has black color on #DBBA3B background.


White color preview on #DBBA3B background

This text has white color on #DBBA3B background.