Shades of Bitter Lemon #DBDF24
Tints of Bitter Lemon #DBDF24
RGB
CMYK
RGB Variations
Color information
#DBDF24 (or 0xDBDF24) is known color: Bitter Lemon. HEX triplet: DB, DF and 24. RGB value is (219,223,36). Sum of RGB (Red+Green+Blue) = 219+223+36=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF24 is #2420DB. Grayscale: #C9C9C9. Windows color (decimal): -2367708 or 2416603. OLE color: 2416603.
HSL color Cylindrical-coordinate representation of color #DBDF24: hue angle of 61.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBDF24 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 36 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.13 |
| HSL | 61.28º | 0.75% | 0.51% | - |
| HSV(B) | 61.28º | 0.84% | 0.87% | - |
| XYZ | 55.92 | 67.96 | 11.84 | - |
| YUV | 200.49 | 35.17 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 36 | 0.02 | 0 | 0.84 | 0.13 | 61.28 | 0.75 | 0.51 |
| Hex | DB | DF | 24 | 2 | 0 | 54 | D | 3D | 4B | 33 |
| Octal | 333 | 337 | 44 | 2 | 0 | 124 | 15 | 75 | 113 | 63 |
| Binary | 11011011 | 11011111 | 100100 | 10 | 0 | 1010100 | 1101 | 111101 | 1001011 | 110011 |
Color Harmonies of #DBDF24
Complementary color
Monochromatic Colors of #DBDF24
Black with #DBDF24
Text Example
Text Example
White with #DBDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF24; }
p { color: rgb(219,223,36); }
H1.HeaderClassName
{
color: #DBDF24;
}
.AnyTagClassName
{
color: #DBDF24;
}
</style>
background-color css
<style>
a { background-color: #DBDF24; }
a { background-color: rgb(219,223,36); }
div.DivClassName
{
background-color: #DBDF24;
}
.BgClassName
{
background-color: #DBDF24;
}
</style>
border-color css
<style>
span { border-color: #DBDF24; }
span { border-color: rgb(219,223,36); }
td.TdClassName
{
border-color: #DBDF24;
}
.TagClassName
{
border-color: #DBDF24;
}
</style>