Shades of Bitter Lemon #DBDA27
Tints of Bitter Lemon #DBDA27
RGB
CMYK
RGB Variations
Color information
#DBDA27 (or 0xDBDA27) is known color: Bitter Lemon. HEX triplet: DB, DA and 27. RGB value is (219,218,39). Sum of RGB (Red+Green+Blue) = 219+218+39=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA27 is #2425D8. Grayscale: #C6C6C6. Windows color (decimal): -2368985 or 2611931. OLE color: 2611931.
HSL color Cylindrical-coordinate representation of color #DBDA27: hue angle of 59.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBDA27 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 39 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.14 |
| HSL | 59.67º | 0.71% | 0.51% | - |
| HSV(B) | 59.67º | 0.82% | 0.86% | - |
| XYZ | 54.65 | 65.35 | 11.65 | - |
| YUV | 197.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 39 | 0 | 0.00 | 0.82 | 0.14 | 59.67 | 0.71 | 0.51 |
| Hex | DB | DA | 27 | 0 | 0 | 52 | E | 3C | 47 | 33 |
| Octal | 333 | 332 | 47 | 0 | 0 | 122 | 16 | 74 | 107 | 63 |
| Binary | 11011011 | 11011010 | 100111 | 0 | 0 | 1010010 | 1110 | 111100 | 1000111 | 110011 |
Color Harmonies of #DBDA27
Complementary color
Monochromatic Colors of #DBDA27
Black with #DBDA27
Text Example
Text Example
White with #DBDA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA27; }
p { color: rgb(219,218,39); }
H1.HeaderClassName
{
color: #DBDA27;
}
.AnyTagClassName
{
color: #DBDA27;
}
</style>
background-color css
<style>
a { background-color: #DBDA27; }
a { background-color: rgb(219,218,39); }
div.DivClassName
{
background-color: #DBDA27;
}
.BgClassName
{
background-color: #DBDA27;
}
</style>
border-color css
<style>
span { border-color: #DBDA27; }
span { border-color: rgb(219,218,39); }
td.TdClassName
{
border-color: #DBDA27;
}
.TagClassName
{
border-color: #DBDA27;
}
</style>