COLOR #DBDA15

HEX: #DBDA15
RGB: (219,218,21)

Color info

#DBDA15 contains mainly red and green colors. Web safe color of #DBDA15 is #CCCC00 (or #CC0).

RGB color model

#DBDA15 color RGB value is (219,218,21).

  • red value is 219;
  • green value is 218;
  • blue value is 21.
RGB:
(219,218,21)
(86%,85%,8%)

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 21 of 255 = 8%

219
218
21

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

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 21 = 458 (100%)
R 219 of 458 ~ 47.82%
G 218 of 458 ~ 47.6%
B 21 of 458 ~ 4.59%

%47.82
%47.6

CMYK color model

#DBDA15 color CMYK value is (0,0,90,14).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 90.41%
  • key color value is 14.12%
CMYK:
(0,0,90,14)
C0M0Y90K14 
(0%,0%,90%,14%)
(0.00/0.00/0.90/0.14)	

CMYK percentages

%0
%0.46
%90.41
%14.12

Codes

Color #DBDA15 in popluar color models

DBDA15
RGB21921821
HSL60°82.50%47.06%
HSB/HSV60°90.41%85.88%
CMYK0.00%0.46%90.41%
14.12%

Color #DBDA15 in popluar number systems.

HEXDBDA15
Decimal21921821
Binary110110111101101010101
Octal33333225

Shades and tints

Shades of #DBDA15

#DBDA15
(219,218,21)
#C8C714
(200,199,20)
#B5B413
(181,180,19)
#A2A112
(162,161,18)
#8F8E11
(143,142,17)
#7C7B10
(124,123,16)
#69680F
(105,104,15)
#56550E
(86,85,14)
#43420D
(67,66,13)
#302F0C
(48,47,12)
#1D1C0B
(29,28,11)
#000000
(0,0,0)

Tints of #DBDA15

#DBDA15
(219,218,21)
#DEDD2A
(222,221,42)
#E1E03F
(225,224,63)
#E4E354
(228,227,84)
#E7E669
(231,230,105)
#EAE97E
(234,233,126)
#EDEC93
(237,236,147)
#F0EFA8
(240,239,168)
#F3F2BD
(243,242,189)
#F6F5D2
(246,245,210)
#F9F8E7
(249,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDA15; }

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

This text font color is #DBDA15.


Background Color

.myBgColor { background-color: #DBDA15; }

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

This div background color is #DBDA15.


Border color

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

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

This div border color is #DBDA15.


Opacity

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

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

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

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

This text has shadow with #DBDA15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDA15 on black background.


Color preview on white background

This text has color #DBDA15 on white background.



Black color preview on #DBDA15 background

This text has black color on #DBDA15 background.


White color preview on #DBDA15 background

This text has white color on #DBDA15 background.