Shades of Bitter Lemon #DBDA25
Tints of Bitter Lemon #DBDA25
RGB
CMYK
RGB Variations
Color information
#DBDA25 (or 0xDBDA25) is known color: Bitter Lemon. HEX triplet: DB, DA and 25. RGB value is (219,218,37). Sum of RGB (Red+Green+Blue) = 219+218+37=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA25 is #2425DA. Grayscale: #C6C6C6. Windows color (decimal): -2368987 or 2480859. OLE color: 2480859.
HSL color Cylindrical-coordinate representation of color #DBDA25: hue angle of 59.67º 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 #DBDA25 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 37 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.14 |
| HSL | 59.67º | 0.72% | 0.5% | - |
| HSV(B) | 59.67º | 0.83% | 0.86% | - |
| XYZ | 54.62 | 65.34 | 11.48 | - |
| YUV | 197.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 37 | 0 | 0.00 | 0.83 | 0.14 | 59.67 | 0.72 | 0.5 |
| Hex | DB | DA | 25 | 0 | 0 | 53 | E | 3C | 48 | 32 |
| Octal | 333 | 332 | 45 | 0 | 0 | 123 | 16 | 74 | 110 | 62 |
| Binary | 11011011 | 11011010 | 100101 | 0 | 0 | 1010011 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DBDA25
Complementary color
Monochromatic Colors of #DBDA25
Black with #DBDA25
Text Example
Text Example
White with #DBDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA25; }
p { color: rgb(219,218,37); }
H1.HeaderClassName
{
color: #DBDA25;
}
.AnyTagClassName
{
color: #DBDA25;
}
</style>
background-color css
<style>
a { background-color: #DBDA25; }
a { background-color: rgb(219,218,37); }
div.DivClassName
{
background-color: #DBDA25;
}
.BgClassName
{
background-color: #DBDA25;
}
</style>
border-color css
<style>
span { border-color: #DBDA25; }
span { border-color: rgb(219,218,37); }
td.TdClassName
{
border-color: #DBDA25;
}
.TagClassName
{
border-color: #DBDA25;
}
</style>