COLOR #DBE533

HEX: #DBE533
RGB: (219,229,51)

Color info

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

RGB color model

#DBE533 color RGB value is (219,229,51).

  • red value is 219;
  • green value is 229;
  • blue value is 51.
RGB:
(219,229,51)
(86%,90%,20%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 51 of 255 = 20%

219
229
51

R + G + B ~ 65%. #DBE533 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 51 = 499 (100%)
R 219 of 499 ~ 43.89%
G 229 of 499 ~ 45.89%
B 51 of 499 ~ 10.22%

%43.89
%45.89
%10.22

CMYK color model

#DBE533 color CMYK value is (4,0,78,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 77.73%
  • key color value is 10.20%
CMYK:
(4,0,78,10)
C4M0Y78K10 
(4%,0%,78%,10%)
(0.04/0.00/0.78/0.10)	

CMYK percentages

%4.37
%0
%77.73
%10.2

Codes

Color #DBE533 in popluar color models

DBE533
RGB21922951
HSL63°77.39%54.90%
HSB/HSV63°77.73%89.80%
CMYK4.37%0.00%77.73%
10.20%

Color #DBE533 in popluar number systems.

HEXDBE533
Decimal21922951
Binary1101101111100101110011
Octal33334563

Shades and tints

Shades of #DBE533

#DBE533
(219,229,51)
#C8D12F
(200,209,47)
#B5BD2B
(181,189,43)
#A2A927
(162,169,39)
#8F9523
(143,149,35)
#7C811F
(124,129,31)
#696D1B
(105,109,27)
#565917
(86,89,23)
#434513
(67,69,19)
#30310F
(48,49,15)
#1D1D0B
(29,29,11)
#000000
(0,0,0)

Tints of #DBE533

#DBE533
(219,229,51)
#DEE745
(222,231,69)
#E1E957
(225,233,87)
#E4EB69
(228,235,105)
#E7ED7B
(231,237,123)
#EAEF8D
(234,239,141)
#EDF19F
(237,241,159)
#F0F3B1
(240,243,177)
#F3F5C3
(243,245,195)
#F6F7D5
(246,247,213)
#F9F9E7
(249,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE533; }

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

This text font color is #DBE533.


Background Color

.myBgColor { background-color: #DBE533; }

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

This div background color is #DBE533.


Border color

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

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

This div border color is #DBE533.


Opacity

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

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

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

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

This text has shadow with #DBE533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE533 on black background.


Color preview on white background

This text has color #DBE533 on white background.



Black color preview on #DBE533 background

This text has black color on #DBE533 background.


White color preview on #DBE533 background

This text has white color on #DBE533 background.