Shades of Bitter Lemon #DBDF34
Tints of Bitter Lemon #DBDF34
RGB
CMYK
RGB Variations
Color information
#DBDF34 (or 0xDBDF34) is known color: Bitter Lemon. HEX triplet: DB, DF and 34. RGB value is (219,223,52). Sum of RGB (Red+Green+Blue) = 219+223+52=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF34 is #2420CB. Grayscale: #CACACA. Windows color (decimal): -2367692 or 3465179. OLE color: 3465179.
HSL color Cylindrical-coordinate representation of color #DBDF34: hue angle of 61.4º degrees, saturation: 0.73, 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 #DBDF34 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 52 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.13 |
| HSL | 61.4º | 0.73% | 0.54% | - |
| HSV(B) | 61.4º | 0.77% | 0.87% | - |
| XYZ | 56.22 | 68.08 | 13.43 | - |
| YUV | 202.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 52 | 0.02 | 0 | 0.77 | 0.13 | 61.4 | 0.73 | 0.54 |
| Hex | DB | DF | 34 | 2 | 0 | 4D | D | 3D | 49 | 36 |
| Octal | 333 | 337 | 64 | 2 | 0 | 115 | 15 | 75 | 111 | 66 |
| Binary | 11011011 | 11011111 | 110100 | 10 | 0 | 1001101 | 1101 | 111101 | 1001001 | 110110 |
Color Harmonies of #DBDF34
Complementary color
Monochromatic Colors of #DBDF34
Black with #DBDF34
Text Example
Text Example
White with #DBDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF34; }
p { color: rgb(219,223,52); }
H1.HeaderClassName
{
color: #DBDF34;
}
.AnyTagClassName
{
color: #DBDF34;
}
</style>
background-color css
<style>
a { background-color: #DBDF34; }
a { background-color: rgb(219,223,52); }
div.DivClassName
{
background-color: #DBDF34;
}
.BgClassName
{
background-color: #DBDF34;
}
</style>
border-color css
<style>
span { border-color: #DBDF34; }
span { border-color: rgb(219,223,52); }
td.TdClassName
{
border-color: #DBDF34;
}
.TagClassName
{
border-color: #DBDF34;
}
</style>