Shades of Bitter Lemon #DBD628
Tints of Bitter Lemon #DBD628
RGB
CMYK
RGB Variations
Color information
#DBD628 (or 0xDBD628) is known color: Bitter Lemon. HEX triplet: DB, D6 and 28. RGB value is (219,214,40). Sum of RGB (Red+Green+Blue) = 219+214+40=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD628 is #2429D7. Grayscale: #C4C4C4. Windows color (decimal): -2370008 or 2676443. OLE color: 2676443.
HSL color Cylindrical-coordinate representation of color #DBD628: hue angle of 58.32º 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 #DBD628 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 40 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.14 |
| HSL | 58.32º | 0.71% | 0.51% | - |
| HSV(B) | 58.32º | 0.82% | 0.86% | - |
| XYZ | 53.64 | 63.31 | 11.4 | - |
| YUV | 195.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 40 | 0 | 0.02 | 0.82 | 0.14 | 58.32 | 0.71 | 0.51 |
| Hex | DB | D6 | 28 | 0 | 2 | 52 | E | 3A | 47 | 33 |
| Octal | 333 | 326 | 50 | 0 | 2 | 122 | 16 | 72 | 107 | 63 |
| Binary | 11011011 | 11010110 | 101000 | 0 | 10 | 1010010 | 1110 | 111010 | 1000111 | 110011 |
Color Harmonies of #DBD628
Complementary color
Monochromatic Colors of #DBD628
Black with #DBD628
Text Example
Text Example
White with #DBD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD628; }
p { color: rgb(219,214,40); }
H1.HeaderClassName
{
color: #DBD628;
}
.AnyTagClassName
{
color: #DBD628;
}
</style>
background-color css
<style>
a { background-color: #DBD628; }
a { background-color: rgb(219,214,40); }
div.DivClassName
{
background-color: #DBD628;
}
.BgClassName
{
background-color: #DBD628;
}
</style>
border-color css
<style>
span { border-color: #DBD628; }
span { border-color: rgb(219,214,40); }
td.TdClassName
{
border-color: #DBD628;
}
.TagClassName
{
border-color: #DBD628;
}
</style>