Shades of Bitter Lemon #DBDB30
Tints of Bitter Lemon #DBDB30
RGB
CMYK
RGB Variations
Color information
#DBDB30 (or 0xDBDB30) is known color: Bitter Lemon. HEX triplet: DB, DB and 30. RGB value is (219,219,48). Sum of RGB (Red+Green+Blue) = 219+219+48=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB30 is #2424CF. Grayscale: #C8C8C8. Windows color (decimal): -2368720 or 3202011. OLE color: 3202011.
HSL color Cylindrical-coordinate representation of color #DBDB30: hue angle of 60º 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 #DBDB30 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 48 | - |
| CMYK | 0 | 0 | 0.78 | 0.14 |
| HSL | 60º | 0.7% | 0.52% | - |
| HSV(B) | 60º | 0.78% | 0.86% | - |
| XYZ | 55.08 | 65.94 | 12.62 | - |
| YUV | 199.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 48 | 0 | 0 | 0.78 | 0.14 | 60 | 0.7 | 0.52 |
| Hex | DB | DB | 30 | 0 | 0 | 4E | E | 3C | 46 | 34 |
| Octal | 333 | 333 | 60 | 0 | 0 | 116 | 16 | 74 | 106 | 64 |
| Binary | 11011011 | 11011011 | 110000 | 0 | 0 | 1001110 | 1110 | 111100 | 1000110 | 110100 |
Color Harmonies of #DBDB30
Complementary color
Monochromatic Colors of #DBDB30
Black with #DBDB30
Text Example
Text Example
White with #DBDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB30; }
p { color: rgb(219,219,48); }
H1.HeaderClassName
{
color: #DBDB30;
}
.AnyTagClassName
{
color: #DBDB30;
}
</style>
background-color css
<style>
a { background-color: #DBDB30; }
a { background-color: rgb(219,219,48); }
div.DivClassName
{
background-color: #DBDB30;
}
.BgClassName
{
background-color: #DBDB30;
}
</style>
border-color css
<style>
span { border-color: #DBDB30; }
span { border-color: rgb(219,219,48); }
td.TdClassName
{
border-color: #DBDB30;
}
.TagClassName
{
border-color: #DBDB30;
}
</style>