Shades of Bitter Lemon #DBDA31
Tints of Bitter Lemon #DBDA31
RGB
CMYK
RGB Variations
Color information
#DBDA31 (or 0xDBDA31) is known color: Bitter Lemon. HEX triplet: DB, DA and 31. RGB value is (219,218,49). Sum of RGB (Red+Green+Blue) = 219+218+49=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA31 is #2425CE. Grayscale: #C7C7C7. Windows color (decimal): -2368975 or 3267291. OLE color: 3267291.
HSL color Cylindrical-coordinate representation of color #DBDA31: hue angle of 59.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBDA31 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 49 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.14 |
| HSL | 59.65º | 0.7% | 0.53% | - |
| HSV(B) | 59.65º | 0.78% | 0.86% | - |
| XYZ | 54.84 | 65.42 | 12.64 | - |
| YUV | 199.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 49 | 0 | 0.00 | 0.78 | 0.14 | 59.65 | 0.7 | 0.53 |
| Hex | DB | DA | 31 | 0 | 0 | 4E | E | 3C | 46 | 35 |
| Octal | 333 | 332 | 61 | 0 | 0 | 116 | 16 | 74 | 106 | 65 |
| Binary | 11011011 | 11011010 | 110001 | 0 | 0 | 1001110 | 1110 | 111100 | 1000110 | 110101 |
Color Harmonies of #DBDA31
Complementary color
Monochromatic Colors of #DBDA31
Black with #DBDA31
Text Example
Text Example
White with #DBDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA31; }
p { color: rgb(219,218,49); }
H1.HeaderClassName
{
color: #DBDA31;
}
.AnyTagClassName
{
color: #DBDA31;
}
</style>
background-color css
<style>
a { background-color: #DBDA31; }
a { background-color: rgb(219,218,49); }
div.DivClassName
{
background-color: #DBDA31;
}
.BgClassName
{
background-color: #DBDA31;
}
</style>
border-color css
<style>
span { border-color: #DBDA31; }
span { border-color: rgb(219,218,49); }
td.TdClassName
{
border-color: #DBDA31;
}
.TagClassName
{
border-color: #DBDA31;
}
</style>