Shades of Bitter Lemon #DBDA21
Tints of Bitter Lemon #DBDA21
RGB
CMYK
RGB Variations
Color information
#DBDA21 (or 0xDBDA21) is known color: Bitter Lemon. HEX triplet: DB, DA and 21. RGB value is (219,218,33). Sum of RGB (Red+Green+Blue) = 219+218+33=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA21 is #2425DE. Grayscale: #C5C5C5. Windows color (decimal): -2368991 or 2218715. OLE color: 2218715.
HSL color Cylindrical-coordinate representation of color #DBDA21: hue angle of 59.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBDA21 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 33 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.14 |
| HSL | 59.68º | 0.74% | 0.49% | - |
| HSV(B) | 59.68º | 0.85% | 0.86% | - |
| XYZ | 54.56 | 65.31 | 11.17 | - |
| YUV | 197.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 33 | 0 | 0.00 | 0.85 | 0.14 | 59.68 | 0.74 | 0.49 |
| Hex | DB | DA | 21 | 0 | 0 | 55 | E | 3C | 4A | 31 |
| Octal | 333 | 332 | 41 | 0 | 0 | 125 | 16 | 74 | 112 | 61 |
| Binary | 11011011 | 11011010 | 100001 | 0 | 0 | 1010101 | 1110 | 111100 | 1001010 | 110001 |
Color Harmonies of #DBDA21
Complementary color
Monochromatic Colors of #DBDA21
Black with #DBDA21
Text Example
Text Example
White with #DBDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA21; }
p { color: rgb(219,218,33); }
H1.HeaderClassName
{
color: #DBDA21;
}
.AnyTagClassName
{
color: #DBDA21;
}
</style>
background-color css
<style>
a { background-color: #DBDA21; }
a { background-color: rgb(219,218,33); }
div.DivClassName
{
background-color: #DBDA21;
}
.BgClassName
{
background-color: #DBDA21;
}
</style>
border-color css
<style>
span { border-color: #DBDA21; }
span { border-color: rgb(219,218,33); }
td.TdClassName
{
border-color: #DBDA21;
}
.TagClassName
{
border-color: #DBDA21;
}
</style>