Shades of Bitter Lemon #DBDF26
Tints of Bitter Lemon #DBDF26
RGB
CMYK
RGB Variations
Color information
#DBDF26 (or 0xDBDF26) is known color: Bitter Lemon. HEX triplet: DB, DF and 26. RGB value is (219,223,38). Sum of RGB (Red+Green+Blue) = 219+223+38=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 38 (15.23% from 255 or 7.92% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF26 is #2420D9. Grayscale: #C9C9C9. Windows color (decimal): -2367706 or 2547675. OLE color: 2547675.
HSL color Cylindrical-coordinate representation of color #DBDF26: hue angle of 61.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDF26 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 38 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.13 |
| HSL | 61.3º | 0.74% | 0.51% | - |
| HSV(B) | 61.3º | 0.83% | 0.87% | - |
| XYZ | 55.95 | 67.98 | 12.01 | - |
| YUV | 200.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 38 | 0.02 | 0 | 0.83 | 0.13 | 61.3 | 0.74 | 0.51 |
| Hex | DB | DF | 26 | 2 | 0 | 53 | D | 3D | 4A | 33 |
| Octal | 333 | 337 | 46 | 2 | 0 | 123 | 15 | 75 | 112 | 63 |
| Binary | 11011011 | 11011111 | 100110 | 10 | 0 | 1010011 | 1101 | 111101 | 1001010 | 110011 |
Color Harmonies of #DBDF26
Complementary color
Monochromatic Colors of #DBDF26
Black with #DBDF26
Text Example
Text Example
White with #DBDF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF26; }
p { color: rgb(219,223,38); }
H1.HeaderClassName
{
color: #DBDF26;
}
.AnyTagClassName
{
color: #DBDF26;
}
</style>
background-color css
<style>
a { background-color: #DBDF26; }
a { background-color: rgb(219,223,38); }
div.DivClassName
{
background-color: #DBDF26;
}
.BgClassName
{
background-color: #DBDF26;
}
</style>
border-color css
<style>
span { border-color: #DBDF26; }
span { border-color: rgb(219,223,38); }
td.TdClassName
{
border-color: #DBDF26;
}
.TagClassName
{
border-color: #DBDF26;
}
</style>