Shades of Bitter Lemon #DBDE33
Tints of Bitter Lemon #DBDE33
RGB
CMYK
RGB Variations
Color information
#DBDE33 (or 0xDBDE33) is known color: Bitter Lemon. HEX triplet: DB, DE and 33. RGB value is (219,222,51). Sum of RGB (Red+Green+Blue) = 219+222+51=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE33 is #2421CC. Grayscale: #CACACA. Windows color (decimal): -2367949 or 3399387. OLE color: 3399387.
HSL color Cylindrical-coordinate representation of color #DBDE33: hue angle of 61.05º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBDE33 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 51 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.13 |
| HSL | 61.05º | 0.72% | 0.54% | - |
| HSV(B) | 61.05º | 0.77% | 0.87% | - |
| XYZ | 55.93 | 67.54 | 13.22 | - |
| YUV | 201.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 51 | 0.01 | 0 | 0.77 | 0.13 | 61.05 | 0.72 | 0.54 |
| Hex | DB | DE | 33 | 1 | 0 | 4D | D | 3D | 48 | 36 |
| Octal | 333 | 336 | 63 | 1 | 0 | 115 | 15 | 75 | 110 | 66 |
| Binary | 11011011 | 11011110 | 110011 | 1 | 0 | 1001101 | 1101 | 111101 | 1001000 | 110110 |
Color Harmonies of #DBDE33
Complementary color
Monochromatic Colors of #DBDE33
Black with #DBDE33
Text Example
Text Example
White with #DBDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE33; }
p { color: rgb(219,222,51); }
H1.HeaderClassName
{
color: #DBDE33;
}
.AnyTagClassName
{
color: #DBDE33;
}
</style>
background-color css
<style>
a { background-color: #DBDE33; }
a { background-color: rgb(219,222,51); }
div.DivClassName
{
background-color: #DBDE33;
}
.BgClassName
{
background-color: #DBDE33;
}
</style>
border-color css
<style>
span { border-color: #DBDE33; }
span { border-color: rgb(219,222,51); }
td.TdClassName
{
border-color: #DBDE33;
}
.TagClassName
{
border-color: #DBDE33;
}
</style>