Shades of Bitter Lemon #DBDA23
Tints of Bitter Lemon #DBDA23
RGB
CMYK
RGB Variations
Color information
#DBDA23 (or 0xDBDA23) is known color: Bitter Lemon. HEX triplet: DB, DA and 23. RGB value is (219,218,35). Sum of RGB (Red+Green+Blue) = 219+218+35=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 35 (14.06% from 255 or 7.42% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA23 is #2425DC. Grayscale: #C6C6C6. Windows color (decimal): -2368989 or 2349787. OLE color: 2349787.
HSL color Cylindrical-coordinate representation of color #DBDA23: 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.84%. Process color model (Four color, CMYK) of #DBDA23 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 35 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.14 |
| HSL | 59.67º | 0.72% | 0.5% | - |
| HSV(B) | 59.67º | 0.84% | 0.86% | - |
| XYZ | 54.59 | 65.32 | 11.32 | - |
| YUV | 197.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 35 | 0 | 0.00 | 0.84 | 0.14 | 59.67 | 0.72 | 0.5 |
| Hex | DB | DA | 23 | 0 | 0 | 54 | E | 3C | 48 | 32 |
| Octal | 333 | 332 | 43 | 0 | 0 | 124 | 16 | 74 | 110 | 62 |
| Binary | 11011011 | 11011010 | 100011 | 0 | 0 | 1010100 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DBDA23
Complementary color
Monochromatic Colors of #DBDA23
Black with #DBDA23
Text Example
Text Example
White with #DBDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA23; }
p { color: rgb(219,218,35); }
H1.HeaderClassName
{
color: #DBDA23;
}
.AnyTagClassName
{
color: #DBDA23;
}
</style>
background-color css
<style>
a { background-color: #DBDA23; }
a { background-color: rgb(219,218,35); }
div.DivClassName
{
background-color: #DBDA23;
}
.BgClassName
{
background-color: #DBDA23;
}
</style>
border-color css
<style>
span { border-color: #DBDA23; }
span { border-color: rgb(219,218,35); }
td.TdClassName
{
border-color: #DBDA23;
}
.TagClassName
{
border-color: #DBDA23;
}
</style>