Shades of Bitter Lemon #DBDA2F
Tints of Bitter Lemon #DBDA2F
RGB
CMYK
RGB Variations
Color information
#DBDA2F (or 0xDBDA2F) is known color: Bitter Lemon. HEX triplet: DB, DA and 2F. RGB value is (219,218,47). Sum of RGB (Red+Green+Blue) = 219+218+47=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA2F is #2425D0. Grayscale: #C7C7C7. Windows color (decimal): -2368977 or 3136219. OLE color: 3136219.
HSL color Cylindrical-coordinate representation of color #DBDA2F: hue angle of 59.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBDA2F is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 47 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.14 |
| HSL | 59.65º | 0.7% | 0.52% | - |
| HSV(B) | 59.65º | 0.79% | 0.86% | - |
| XYZ | 54.8 | 65.41 | 12.43 | - |
| YUV | 198.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 47 | 0 | 0.00 | 0.79 | 0.14 | 59.65 | 0.7 | 0.52 |
| Hex | DB | DA | 2F | 0 | 0 | 4F | E | 3C | 46 | 34 |
| Octal | 333 | 332 | 57 | 0 | 0 | 117 | 16 | 74 | 106 | 64 |
| Binary | 11011011 | 11011010 | 101111 | 0 | 0 | 1001111 | 1110 | 111100 | 1000110 | 110100 |
Color Harmonies of #DBDA2F
Complementary color
Monochromatic Colors of #DBDA2F
Black with #DBDA2F
Text Example
Text Example
White with #DBDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA2F; }
p { color: rgb(219,218,47); }
H1.HeaderClassName
{
color: #DBDA2F;
}
.AnyTagClassName
{
color: #DBDA2F;
}
</style>
background-color css
<style>
a { background-color: #DBDA2F; }
a { background-color: rgb(219,218,47); }
div.DivClassName
{
background-color: #DBDA2F;
}
.BgClassName
{
background-color: #DBDA2F;
}
</style>
border-color css
<style>
span { border-color: #DBDA2F; }
span { border-color: rgb(219,218,47); }
td.TdClassName
{
border-color: #DBDA2F;
}
.TagClassName
{
border-color: #DBDA2F;
}
</style>