Shades of Bitter Lemon #DBD928
Tints of Bitter Lemon #DBD928
RGB
CMYK
RGB Variations
Color information
#DBD928 (or 0xDBD928) is known color: Bitter Lemon. HEX triplet: DB, D9 and 28. RGB value is (219,217,40). Sum of RGB (Red+Green+Blue) = 219+217+40=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD928 is #2426D7. Grayscale: #C6C6C6. Windows color (decimal): -2369240 or 2677211. OLE color: 2677211.
HSL color Cylindrical-coordinate representation of color #DBD928: hue angle of 59.33º 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 #DBD928 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 40 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.14 |
| HSL | 59.33º | 0.71% | 0.51% | - |
| HSV(B) | 59.33º | 0.82% | 0.86% | - |
| XYZ | 54.41 | 64.84 | 11.65 | - |
| YUV | 197.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 40 | 0 | 0.01 | 0.82 | 0.14 | 59.33 | 0.71 | 0.51 |
| Hex | DB | D9 | 28 | 0 | 1 | 52 | E | 3B | 47 | 33 |
| Octal | 333 | 331 | 50 | 0 | 1 | 122 | 16 | 73 | 107 | 63 |
| Binary | 11011011 | 11011001 | 101000 | 0 | 1 | 1010010 | 1110 | 111011 | 1000111 | 110011 |
Color Harmonies of #DBD928
Complementary color
Monochromatic Colors of #DBD928
Black with #DBD928
Text Example
Text Example
White with #DBD928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD928; }
p { color: rgb(219,217,40); }
H1.HeaderClassName
{
color: #DBD928;
}
.AnyTagClassName
{
color: #DBD928;
}
</style>
background-color css
<style>
a { background-color: #DBD928; }
a { background-color: rgb(219,217,40); }
div.DivClassName
{
background-color: #DBD928;
}
.BgClassName
{
background-color: #DBD928;
}
</style>
border-color css
<style>
span { border-color: #DBD928; }
span { border-color: rgb(219,217,40); }
td.TdClassName
{
border-color: #DBD928;
}
.TagClassName
{
border-color: #DBD928;
}
</style>