COLOR #DBBF2A

HEX: #DBBF2A
RGB: (219,191,42)

Color info

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

RGB color model

#DBBF2A color RGB value is (219,191,42).

  • red value is 219;
  • green value is 191;
  • blue value is 42.
RGB:
(219,191,42)
(86%,75%,16%)

RGB channels and saturation

R 219 of 255 = 86%
G 191 of 255 = 75%
B 42 of 255 = 16%

219
191
42

R + G + B ~ 59%. #DBBF2A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 191 + 42 = 452 (100%)
R 219 of 452 ~ 48.45%
G 191 of 452 ~ 42.26%
B 42 of 452 ~ 9.29%

%48.45
%42.26

CMYK color model

#DBBF2A color CMYK value is (0,13,81,14).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 80.82%
  • key color value is 14.12%
CMYK:
(0,13,81,14)
C0M13Y81K14 
(0%,13%,81%,14%)
(0.00/0.13/0.81/0.14)	

CMYK percentages

%0
%12.79
%80.82
%14.12

Codes

Color #DBBF2A in popluar color models

DBBF2A
RGB21919142
HSL51°71.08%51.18%
HSB/HSV51°80.82%85.88%
CMYK0.00%12.79%80.82%
14.12%

Color #DBBF2A in popluar number systems.

HEXDBBF2A
Decimal21919142
Binary1101101110111111101010
Octal33327752

Shades and tints

Shades of #DBBF2A

#DBBF2A
(219,191,42)
#C8AE27
(200,174,39)
#B59D24
(181,157,36)
#A28C21
(162,140,33)
#8F7B1E
(143,123,30)
#7C6A1B
(124,106,27)
#695918
(105,89,24)
#564815
(86,72,21)
#433712
(67,55,18)
#30260F
(48,38,15)
#1D150C
(29,21,12)
#000000
(0,0,0)

Tints of #DBBF2A

#DBBF2A
(219,191,42)
#DEC43D
(222,196,61)
#E1C950
(225,201,80)
#E4CE63
(228,206,99)
#E7D376
(231,211,118)
#EAD889
(234,216,137)
#EDDD9C
(237,221,156)
#F0E2AF
(240,226,175)
#F3E7C2
(243,231,194)
#F6ECD5
(246,236,213)
#F9F1E8
(249,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBF2A; }

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

This text font color is #DBBF2A.


Background Color

.myBgColor { background-color: #DBBF2A; }

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

This div background color is #DBBF2A.


Border color

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

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

This div border color is #DBBF2A.


Opacity

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

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

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

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

This text has shadow with #DBBF2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBF2A on black background.


Color preview on white background

This text has color #DBBF2A on white background.



Black color preview on #DBBF2A background

This text has black color on #DBBF2A background.


White color preview on #DBBF2A background

This text has white color on #DBBF2A background.