Shades of Bitter Lemon #DBDB26
Tints of Bitter Lemon #DBDB26
RGB
CMYK
RGB Variations
Color information
#DBDB26 (or 0xDBDB26) is known color: Bitter Lemon. HEX triplet: DB, DB and 26. RGB value is (219,219,38). Sum of RGB (Red+Green+Blue) = 219+219+38=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB26 is #2424D9. Grayscale: #C7C7C7. Windows color (decimal): -2368730 or 2546651. OLE color: 2546651.
HSL color Cylindrical-coordinate representation of color #DBDB26: hue angle of 60º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDB26 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 38 | - |
| CMYK | 0 | 0 | 0.83 | 0.14 |
| HSL | 60º | 0.72% | 0.5% | - |
| HSV(B) | 60º | 0.83% | 0.86% | - |
| XYZ | 54.89 | 65.86 | 11.65 | - |
| YUV | 198.37 | 37.5 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 38 | 0 | 0 | 0.83 | 0.14 | 60 | 0.72 | 0.5 |
| Hex | DB | DB | 26 | 0 | 0 | 53 | E | 3C | 48 | 32 |
| Octal | 333 | 333 | 46 | 0 | 0 | 123 | 16 | 74 | 110 | 62 |
| Binary | 11011011 | 11011011 | 100110 | 0 | 0 | 1010011 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DBDB26
Complementary color
Monochromatic Colors of #DBDB26
Black with #DBDB26
Text Example
Text Example
White with #DBDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB26; }
p { color: rgb(219,219,38); }
H1.HeaderClassName
{
color: #DBDB26;
}
.AnyTagClassName
{
color: #DBDB26;
}
</style>
background-color css
<style>
a { background-color: #DBDB26; }
a { background-color: rgb(219,219,38); }
div.DivClassName
{
background-color: #DBDB26;
}
.BgClassName
{
background-color: #DBDB26;
}
</style>
border-color css
<style>
span { border-color: #DBDB26; }
span { border-color: rgb(219,219,38); }
td.TdClassName
{
border-color: #DBDB26;
}
.TagClassName
{
border-color: #DBDB26;
}
</style>