Shades of Bitter Lemon #DBDC33
Tints of Bitter Lemon #DBDC33
RGB
CMYK
RGB Variations
Color information
#DBDC33 (or 0xDBDC33) is known color: Bitter Lemon. HEX triplet: DB, DC and 33. RGB value is (219,220,51). Sum of RGB (Red+Green+Blue) = 219+220+51=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC33 is #2423CC. Grayscale: #C9C9C9. Windows color (decimal): -2368461 or 3398875. OLE color: 3398875.
HSL color Cylindrical-coordinate representation of color #DBDC33: hue angle of 60.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBDC33 is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 51 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.14 |
| HSL | 60.36º | 0.71% | 0.53% | - |
| HSV(B) | 60.36º | 0.77% | 0.86% | - |
| XYZ | 55.4 | 66.49 | 13.04 | - |
| YUV | 200.44 | 43.67 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 51 | 0.00 | 0 | 0.77 | 0.14 | 60.36 | 0.71 | 0.53 |
| Hex | DB | DC | 33 | 0 | 0 | 4D | E | 3C | 47 | 35 |
| Octal | 333 | 334 | 63 | 0 | 0 | 115 | 16 | 74 | 107 | 65 |
| Binary | 11011011 | 11011100 | 110011 | 0 | 0 | 1001101 | 1110 | 111100 | 1000111 | 110101 |
Color Harmonies of #DBDC33
Complementary color
Monochromatic Colors of #DBDC33
Black with #DBDC33
Text Example
Text Example
White with #DBDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC33; }
p { color: rgb(219,220,51); }
H1.HeaderClassName
{
color: #DBDC33;
}
.AnyTagClassName
{
color: #DBDC33;
}
</style>
background-color css
<style>
a { background-color: #DBDC33; }
a { background-color: rgb(219,220,51); }
div.DivClassName
{
background-color: #DBDC33;
}
.BgClassName
{
background-color: #DBDC33;
}
</style>
border-color css
<style>
span { border-color: #DBDC33; }
span { border-color: rgb(219,220,51); }
td.TdClassName
{
border-color: #DBDC33;
}
.TagClassName
{
border-color: #DBDC33;
}
</style>