Shades of Bitter Lemon #DBDF23
Tints of Bitter Lemon #DBDF23
RGB
CMYK
RGB Variations
Color information
#DBDF23 (or 0xDBDF23) is known color: Bitter Lemon. HEX triplet: DB, DF and 23. RGB value is (219,223,35). Sum of RGB (Red+Green+Blue) = 219+223+35=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 35 (14.06% from 255 or 7.34% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF23 is #2420DC. Grayscale: #C9C9C9. Windows color (decimal): -2367709 or 2351067. OLE color: 2351067.
HSL color Cylindrical-coordinate representation of color #DBDF23: 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 #DBDF23 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 35 | - |
| 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.9 | 67.96 | 11.76 | - |
| YUV | 200.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 35 | 0.02 | 0 | 0.84 | 0.13 | 61.28 | 0.75 | 0.51 |
| Hex | DB | DF | 23 | 2 | 0 | 54 | D | 3D | 4B | 33 |
| Octal | 333 | 337 | 43 | 2 | 0 | 124 | 15 | 75 | 113 | 63 |
| Binary | 11011011 | 11011111 | 100011 | 10 | 0 | 1010100 | 1101 | 111101 | 1001011 | 110011 |
Color Harmonies of #DBDF23
Complementary color
Monochromatic Colors of #DBDF23
Black with #DBDF23
Text Example
Text Example
White with #DBDF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF23; }
p { color: rgb(219,223,35); }
H1.HeaderClassName
{
color: #DBDF23;
}
.AnyTagClassName
{
color: #DBDF23;
}
</style>
background-color css
<style>
a { background-color: #DBDF23; }
a { background-color: rgb(219,223,35); }
div.DivClassName
{
background-color: #DBDF23;
}
.BgClassName
{
background-color: #DBDF23;
}
</style>
border-color css
<style>
span { border-color: #DBDF23; }
span { border-color: rgb(219,223,35); }
td.TdClassName
{
border-color: #DBDF23;
}
.TagClassName
{
border-color: #DBDF23;
}
</style>