Shades of Bitter Lemon #DBD428
Tints of Bitter Lemon #DBD428
RGB
CMYK
RGB Variations
Color information
#DBD428 (or 0xDBD428) is known color: Bitter Lemon. HEX triplet: DB, D4 and 28. RGB value is (219,212,40). Sum of RGB (Red+Green+Blue) = 219+212+40=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD428 is #242BD7. Grayscale: #C3C3C3. Windows color (decimal): -2370520 or 2675931. OLE color: 2675931.
HSL color Cylindrical-coordinate representation of color #DBD428: hue angle of 57.65º 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 #DBD428 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 40 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.14 |
| HSL | 57.65º | 0.71% | 0.51% | - |
| HSV(B) | 57.65º | 0.82% | 0.86% | - |
| XYZ | 53.14 | 62.3 | 11.23 | - |
| YUV | 194.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 40 | 0 | 0.03 | 0.82 | 0.14 | 57.65 | 0.71 | 0.51 |
| Hex | DB | D4 | 28 | 0 | 3 | 52 | E | 3A | 47 | 33 |
| Octal | 333 | 324 | 50 | 0 | 3 | 122 | 16 | 72 | 107 | 63 |
| Binary | 11011011 | 11010100 | 101000 | 0 | 11 | 1010010 | 1110 | 111010 | 1000111 | 110011 |
Color Harmonies of #DBD428
Complementary color
Monochromatic Colors of #DBD428
Black with #DBD428
Text Example
Text Example
White with #DBD428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD428; }
p { color: rgb(219,212,40); }
H1.HeaderClassName
{
color: #DBD428;
}
.AnyTagClassName
{
color: #DBD428;
}
</style>
background-color css
<style>
a { background-color: #DBD428; }
a { background-color: rgb(219,212,40); }
div.DivClassName
{
background-color: #DBD428;
}
.BgClassName
{
background-color: #DBD428;
}
</style>
border-color css
<style>
span { border-color: #DBD428; }
span { border-color: rgb(219,212,40); }
td.TdClassName
{
border-color: #DBD428;
}
.TagClassName
{
border-color: #DBD428;
}
</style>