Shades of Bitter Lemon #DBDB2C
Tints of Bitter Lemon #DBDB2C
RGB
CMYK
RGB Variations
Color information
#DBDB2C (or 0xDBDB2C) is known color: Bitter Lemon. HEX triplet: DB, DB and 2C. RGB value is (219,219,44). Sum of RGB (Red+Green+Blue) = 219+219+44=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB2C is #2424D3. Grayscale: #C7C7C7. Windows color (decimal): -2368724 or 2939867. OLE color: 2939867.
HSL color Cylindrical-coordinate representation of color #DBDB2C: hue angle of 60º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBDB2C is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 44 | - |
| CMYK | 0 | 0 | 0.80 | 0.14 |
| HSL | 60º | 0.71% | 0.52% | - |
| HSV(B) | 60º | 0.8% | 0.86% | - |
| XYZ | 55 | 65.9 | 12.21 | - |
| YUV | 199.05 | 40.5 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 44 | 0 | 0 | 0.80 | 0.14 | 60 | 0.71 | 0.52 |
| Hex | DB | DB | 2C | 0 | 0 | 50 | E | 3C | 47 | 34 |
| Octal | 333 | 333 | 54 | 0 | 0 | 120 | 16 | 74 | 107 | 64 |
| Binary | 11011011 | 11011011 | 101100 | 0 | 0 | 1010000 | 1110 | 111100 | 1000111 | 110100 |
Color Harmonies of #DBDB2C
Complementary color
Monochromatic Colors of #DBDB2C
Black with #DBDB2C
Text Example
Text Example
White with #DBDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB2C; }
p { color: rgb(219,219,44); }
H1.HeaderClassName
{
color: #DBDB2C;
}
.AnyTagClassName
{
color: #DBDB2C;
}
</style>
background-color css
<style>
a { background-color: #DBDB2C; }
a { background-color: rgb(219,219,44); }
div.DivClassName
{
background-color: #DBDB2C;
}
.BgClassName
{
background-color: #DBDB2C;
}
</style>
border-color css
<style>
span { border-color: #DBDB2C; }
span { border-color: rgb(219,219,44); }
td.TdClassName
{
border-color: #DBDB2C;
}
.TagClassName
{
border-color: #DBDB2C;
}
</style>