Shades of Bitter Lemon #DBDB21
Tints of Bitter Lemon #DBDB21
RGB
CMYK
RGB Variations
Color information
#DBDB21 (or 0xDBDB21) is known color: Bitter Lemon. HEX triplet: DB, DB and 21. RGB value is (219,219,33). Sum of RGB (Red+Green+Blue) = 219+219+33=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB21 is #2424DE. Grayscale: #C6C6C6. Windows color (decimal): -2368735 or 2218971. OLE color: 2218971.
HSL color Cylindrical-coordinate representation of color #DBDB21: hue angle of 60º 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 #DBDB21 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 33 | - |
| CMYK | 0 | 0 | 0.85 | 0.14 |
| HSL | 60º | 0.74% | 0.49% | - |
| HSV(B) | 60º | 0.85% | 0.86% | - |
| XYZ | 54.82 | 65.83 | 11.26 | - |
| YUV | 197.8 | 35 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 33 | 0 | 0 | 0.85 | 0.14 | 60 | 0.74 | 0.49 |
| Hex | DB | DB | 21 | 0 | 0 | 55 | E | 3C | 4A | 31 |
| Octal | 333 | 333 | 41 | 0 | 0 | 125 | 16 | 74 | 112 | 61 |
| Binary | 11011011 | 11011011 | 100001 | 0 | 0 | 1010101 | 1110 | 111100 | 1001010 | 110001 |
Color Harmonies of #DBDB21
Complementary color
Monochromatic Colors of #DBDB21
Black with #DBDB21
Text Example
Text Example
White with #DBDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB21; }
p { color: rgb(219,219,33); }
H1.HeaderClassName
{
color: #DBDB21;
}
.AnyTagClassName
{
color: #DBDB21;
}
</style>
background-color css
<style>
a { background-color: #DBDB21; }
a { background-color: rgb(219,219,33); }
div.DivClassName
{
background-color: #DBDB21;
}
.BgClassName
{
background-color: #DBDB21;
}
</style>
border-color css
<style>
span { border-color: #DBDB21; }
span { border-color: rgb(219,219,33); }
td.TdClassName
{
border-color: #DBDB21;
}
.TagClassName
{
border-color: #DBDB21;
}
</style>