Shades of Bitter Lemon #DBDB25
Tints of Bitter Lemon #DBDB25
RGB
CMYK
RGB Variations
Color information
#DBDB25 (or 0xDBDB25) is known color: Bitter Lemon. HEX triplet: DB, DB and 25. RGB value is (219,219,37). Sum of RGB (Red+Green+Blue) = 219+219+37=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB25 is #2424DA. Grayscale: #C6C6C6. Windows color (decimal): -2368731 or 2481115. OLE color: 2481115.
HSL color Cylindrical-coordinate representation of color #DBDB25: hue angle of 60º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDB25 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 37 | - |
| CMYK | 0 | 0 | 0.83 | 0.14 |
| HSL | 60º | 0.72% | 0.5% | - |
| HSV(B) | 60º | 0.83% | 0.86% | - |
| XYZ | 54.88 | 65.86 | 11.57 | - |
| YUV | 198.25 | 37 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 37 | 0 | 0 | 0.83 | 0.14 | 60 | 0.72 | 0.5 |
| Hex | DB | DB | 25 | 0 | 0 | 53 | E | 3C | 48 | 32 |
| Octal | 333 | 333 | 45 | 0 | 0 | 123 | 16 | 74 | 110 | 62 |
| Binary | 11011011 | 11011011 | 100101 | 0 | 0 | 1010011 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DBDB25
Complementary color
Monochromatic Colors of #DBDB25
Black with #DBDB25
Text Example
Text Example
White with #DBDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB25; }
p { color: rgb(219,219,37); }
H1.HeaderClassName
{
color: #DBDB25;
}
.AnyTagClassName
{
color: #DBDB25;
}
</style>
background-color css
<style>
a { background-color: #DBDB25; }
a { background-color: rgb(219,219,37); }
div.DivClassName
{
background-color: #DBDB25;
}
.BgClassName
{
background-color: #DBDB25;
}
</style>
border-color css
<style>
span { border-color: #DBDB25; }
span { border-color: rgb(219,219,37); }
td.TdClassName
{
border-color: #DBDB25;
}
.TagClassName
{
border-color: #DBDB25;
}
</style>