Shades of Bitter Lemon #DBD92A
Tints of Bitter Lemon #DBD92A
RGB
CMYK
RGB Variations
Color information
#DBD92A (or 0xDBD92A) is known color: Bitter Lemon. HEX triplet: DB, D9 and 2A. RGB value is (219,217,42). Sum of RGB (Red+Green+Blue) = 219+217+42=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD92A is #2426D5. Grayscale: #C6C6C6. Windows color (decimal): -2369238 or 2808283. OLE color: 2808283.
HSL color Cylindrical-coordinate representation of color #DBD92A: hue angle of 59.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBD92A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 42 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.14 |
| HSL | 59.32º | 0.71% | 0.51% | - |
| HSV(B) | 59.32º | 0.81% | 0.86% | - |
| XYZ | 54.44 | 64.85 | 11.84 | - |
| YUV | 197.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 42 | 0 | 0.01 | 0.81 | 0.14 | 59.32 | 0.71 | 0.51 |
| Hex | DB | D9 | 2A | 0 | 1 | 51 | E | 3B | 47 | 33 |
| Octal | 333 | 331 | 52 | 0 | 1 | 121 | 16 | 73 | 107 | 63 |
| Binary | 11011011 | 11011001 | 101010 | 0 | 1 | 1010001 | 1110 | 111011 | 1000111 | 110011 |
Color Harmonies of #DBD92A
Complementary color
Monochromatic Colors of #DBD92A
Black with #DBD92A
Text Example
Text Example
White with #DBD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD92A; }
p { color: rgb(219,217,42); }
H1.HeaderClassName
{
color: #DBD92A;
}
.AnyTagClassName
{
color: #DBD92A;
}
</style>
background-color css
<style>
a { background-color: #DBD92A; }
a { background-color: rgb(219,217,42); }
div.DivClassName
{
background-color: #DBD92A;
}
.BgClassName
{
background-color: #DBD92A;
}
</style>
border-color css
<style>
span { border-color: #DBD92A; }
span { border-color: rgb(219,217,42); }
td.TdClassName
{
border-color: #DBD92A;
}
.TagClassName
{
border-color: #DBD92A;
}
</style>