Shades of Bitter Lemon #DBDA30
Tints of Bitter Lemon #DBDA30
RGB
CMYK
RGB Variations
Color information
#DBDA30 (or 0xDBDA30) is known color: Bitter Lemon. HEX triplet: DB, DA and 30. RGB value is (219,218,48). Sum of RGB (Red+Green+Blue) = 219+218+48=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA30 is #2425CF. Grayscale: #C7C7C7. Windows color (decimal): -2368976 or 3201755. OLE color: 3201755.
HSL color Cylindrical-coordinate representation of color #DBDA30: hue angle of 59.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBDA30 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 48 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.14 |
| HSL | 59.65º | 0.7% | 0.52% | - |
| HSV(B) | 59.65º | 0.78% | 0.86% | - |
| XYZ | 54.82 | 65.42 | 12.53 | - |
| YUV | 198.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 48 | 0 | 0.00 | 0.78 | 0.14 | 59.65 | 0.7 | 0.52 |
| Hex | DB | DA | 30 | 0 | 0 | 4E | E | 3C | 46 | 34 |
| Octal | 333 | 332 | 60 | 0 | 0 | 116 | 16 | 74 | 106 | 64 |
| Binary | 11011011 | 11011010 | 110000 | 0 | 0 | 1001110 | 1110 | 111100 | 1000110 | 110100 |
Color Harmonies of #DBDA30
Complementary color
Monochromatic Colors of #DBDA30
Black with #DBDA30
Text Example
Text Example
White with #DBDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA30; }
p { color: rgb(219,218,48); }
H1.HeaderClassName
{
color: #DBDA30;
}
.AnyTagClassName
{
color: #DBDA30;
}
</style>
background-color css
<style>
a { background-color: #DBDA30; }
a { background-color: rgb(219,218,48); }
div.DivClassName
{
background-color: #DBDA30;
}
.BgClassName
{
background-color: #DBDA30;
}
</style>
border-color css
<style>
span { border-color: #DBDA30; }
span { border-color: rgb(219,218,48); }
td.TdClassName
{
border-color: #DBDA30;
}
.TagClassName
{
border-color: #DBDA30;
}
</style>