Shades of Bitter Lemon #DBD824
Tints of Bitter Lemon #DBD824
RGB
CMYK
RGB Variations
Color information
#DBD824 (or 0xDBD824) is known color: Bitter Lemon. HEX triplet: DB, D8 and 24. RGB value is (219,216,36). Sum of RGB (Red+Green+Blue) = 219+216+36=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD824 is #2427DB. Grayscale: #C5C5C5. Windows color (decimal): -2369500 or 2414811. OLE color: 2414811.
HSL color Cylindrical-coordinate representation of color #DBD824: hue angle of 59.02º 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 #DBD824 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 36 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.14 |
| HSL | 59.02º | 0.72% | 0.5% | - |
| HSV(B) | 59.02º | 0.84% | 0.86% | - |
| XYZ | 54.09 | 64.3 | 11.23 | - |
| YUV | 196.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 36 | 0 | 0.01 | 0.84 | 0.14 | 59.02 | 0.72 | 0.5 |
| Hex | DB | D8 | 24 | 0 | 1 | 54 | E | 3B | 48 | 32 |
| Octal | 333 | 330 | 44 | 0 | 1 | 124 | 16 | 73 | 110 | 62 |
| Binary | 11011011 | 11011000 | 100100 | 0 | 1 | 1010100 | 1110 | 111011 | 1001000 | 110010 |
Color Harmonies of #DBD824
Complementary color
Monochromatic Colors of #DBD824
Black with #DBD824
Text Example
Text Example
White with #DBD824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD824; }
p { color: rgb(219,216,36); }
H1.HeaderClassName
{
color: #DBD824;
}
.AnyTagClassName
{
color: #DBD824;
}
</style>
background-color css
<style>
a { background-color: #DBD824; }
a { background-color: rgb(219,216,36); }
div.DivClassName
{
background-color: #DBD824;
}
.BgClassName
{
background-color: #DBD824;
}
</style>
border-color css
<style>
span { border-color: #DBD824; }
span { border-color: rgb(219,216,36); }
td.TdClassName
{
border-color: #DBD824;
}
.TagClassName
{
border-color: #DBD824;
}
</style>