Shades of Bitter Lemon #DBDC26
Tints of Bitter Lemon #DBDC26
RGB
CMYK
RGB Variations
Color information
#DBDC26 (or 0xDBDC26) is known color: Bitter Lemon. HEX triplet: DB, DC and 26. RGB value is (219,220,38). Sum of RGB (Red+Green+Blue) = 219+220+38=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC26 is #2423D9. Grayscale: #C7C7C7. Windows color (decimal): -2368474 or 2546907. OLE color: 2546907.
HSL color Cylindrical-coordinate representation of color #DBDC26: hue angle of 60.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDC26 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 38 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.14 |
| HSL | 60.33º | 0.72% | 0.51% | - |
| HSV(B) | 60.33º | 0.83% | 0.86% | - |
| XYZ | 55.16 | 66.39 | 11.74 | - |
| YUV | 198.95 | 37.17 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 38 | 0.00 | 0 | 0.83 | 0.14 | 60.33 | 0.72 | 0.51 |
| Hex | DB | DC | 26 | 0 | 0 | 53 | E | 3C | 48 | 33 |
| Octal | 333 | 334 | 46 | 0 | 0 | 123 | 16 | 74 | 110 | 63 |
| Binary | 11011011 | 11011100 | 100110 | 0 | 0 | 1010011 | 1110 | 111100 | 1001000 | 110011 |
Color Harmonies of #DBDC26
Complementary color
Monochromatic Colors of #DBDC26
Black with #DBDC26
Text Example
Text Example
White with #DBDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC26; }
p { color: rgb(219,220,38); }
H1.HeaderClassName
{
color: #DBDC26;
}
.AnyTagClassName
{
color: #DBDC26;
}
</style>
background-color css
<style>
a { background-color: #DBDC26; }
a { background-color: rgb(219,220,38); }
div.DivClassName
{
background-color: #DBDC26;
}
.BgClassName
{
background-color: #DBDC26;
}
</style>
border-color css
<style>
span { border-color: #DBDC26; }
span { border-color: rgb(219,220,38); }
td.TdClassName
{
border-color: #DBDC26;
}
.TagClassName
{
border-color: #DBDC26;
}
</style>