Shades of Bitter Lemon #DBD924
Tints of Bitter Lemon #DBD924
RGB
CMYK
RGB Variations
Color information
#DBD924 (or 0xDBD924) is known color: Bitter Lemon. HEX triplet: DB, D9 and 24. RGB value is (219,217,36). Sum of RGB (Red+Green+Blue) = 219+217+36=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 36 (14.45% from 255 or 7.63% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD924 is #2426DB. Grayscale: #C5C5C5. Windows color (decimal): -2369244 or 2415067. OLE color: 2415067.
HSL color Cylindrical-coordinate representation of color #DBD924: hue angle of 59.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBD924 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 36 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.14 |
| HSL | 59.34º | 0.72% | 0.5% | - |
| HSV(B) | 59.34º | 0.84% | 0.86% | - |
| XYZ | 54.34 | 64.81 | 11.31 | - |
| YUV | 196.96 | 37.16 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 36 | 0 | 0.01 | 0.84 | 0.14 | 59.34 | 0.72 | 0.5 |
| Hex | DB | D9 | 24 | 0 | 1 | 54 | E | 3B | 48 | 32 |
| Octal | 333 | 331 | 44 | 0 | 1 | 124 | 16 | 73 | 110 | 62 |
| Binary | 11011011 | 11011001 | 100100 | 0 | 1 | 1010100 | 1110 | 111011 | 1001000 | 110010 |
Color Harmonies of #DBD924
Complementary color
Monochromatic Colors of #DBD924
Black with #DBD924
Text Example
Text Example
White with #DBD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD924; }
p { color: rgb(219,217,36); }
H1.HeaderClassName
{
color: #DBD924;
}
.AnyTagClassName
{
color: #DBD924;
}
</style>
background-color css
<style>
a { background-color: #DBD924; }
a { background-color: rgb(219,217,36); }
div.DivClassName
{
background-color: #DBD924;
}
.BgClassName
{
background-color: #DBD924;
}
</style>
border-color css
<style>
span { border-color: #DBD924; }
span { border-color: rgb(219,217,36); }
td.TdClassName
{
border-color: #DBD924;
}
.TagClassName
{
border-color: #DBD924;
}
</style>