COLOR #DBD43B

HEX: #DBD43B
RGB: (219,212,59)

Color info

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

RGB color model

#DBD43B color RGB value is (219,212,59).

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

RGB channels and saturation

R 219 of 255 = 86%
G 212 of 255 = 83%
B 59 of 255 = 23%

219
212
59

R + G + B ~ 64%. #DBD43B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 212 + 59 = 490 (100%)
R 219 of 490 ~ 44.69%
G 212 of 490 ~ 43.27%
B 59 of 490 ~ 12.04%

%44.69
%43.27
%12.04

CMYK color model

#DBD43B color CMYK value is (0,3,73,14).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 73.06%
  • key color value is 14.12%
CMYK:
(0,3,73,14)
C0M3Y73K14 
(0%,3%,73%,14%)
(0.00/0.03/0.73/0.14)	

CMYK percentages

%0
%3.2
%73.06
%14.12

Codes

Color #DBD43B in popluar color models

DBD43B
RGB21921259
HSL57°68.97%54.51%
HSB/HSV57°73.06%85.88%
CMYK0.00%3.20%73.06%
14.12%

Color #DBD43B in popluar number systems.

HEXDBD43B
Decimal21921259
Binary1101101111010100111011
Octal33332473

Shades and tints

Shades of #DBD43B

#DBD43B
(219,212,59)
#C8C136
(200,193,54)
#B5AE31
(181,174,49)
#A29B2C
(162,155,44)
#8F8827
(143,136,39)
#7C7522
(124,117,34)
#69621D
(105,98,29)
#564F18
(86,79,24)
#433C13
(67,60,19)
#30290E
(48,41,14)
#1D1609
(29,22,9)
#000000
(0,0,0)

Tints of #DBD43B

#DBD43B
(219,212,59)
#DED74C
(222,215,76)
#E1DA5D
(225,218,93)
#E4DD6E
(228,221,110)
#E7E07F
(231,224,127)
#EAE390
(234,227,144)
#EDE6A1
(237,230,161)
#F0E9B2
(240,233,178)
#F3ECC3
(243,236,195)
#F6EFD4
(246,239,212)
#F9F2E5
(249,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD43B; }

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

This text font color is #DBD43B.


Background Color

.myBgColor { background-color: #DBD43B; }

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

This div background color is #DBD43B.


Border color

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

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

This div border color is #DBD43B.


Opacity

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

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

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

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

This text has shadow with #DBD43B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD43B on black background.


Color preview on white background

This text has color #DBD43B on white background.



Black color preview on #DBD43B background

This text has black color on #DBD43B background.


White color preview on #DBD43B background

This text has white color on #DBD43B background.