Shades of Bitter Lemon #DBD525
Tints of Bitter Lemon #DBD525
RGB
CMYK
RGB Variations
Color information
#DBD525 (or 0xDBD525) is known color: Bitter Lemon. HEX triplet: DB, D5 and 25. RGB value is (219,213,37). Sum of RGB (Red+Green+Blue) = 219+213+37=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD525 is #242ADA. Grayscale: #C3C3C3. Windows color (decimal): -2370267 or 2479579. OLE color: 2479579.
HSL color Cylindrical-coordinate representation of color #DBD525: hue angle of 58.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBD525 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 37 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.14 |
| HSL | 58.02º | 0.72% | 0.5% | - |
| HSV(B) | 58.02º | 0.83% | 0.86% | - |
| XYZ | 53.34 | 62.78 | 11.06 | - |
| YUV | 194.73 | 38.99 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 37 | 0 | 0.03 | 0.83 | 0.14 | 58.02 | 0.72 | 0.5 |
| Hex | DB | D5 | 25 | 0 | 3 | 53 | E | 3A | 48 | 32 |
| Octal | 333 | 325 | 45 | 0 | 3 | 123 | 16 | 72 | 110 | 62 |
| Binary | 11011011 | 11010101 | 100101 | 0 | 11 | 1010011 | 1110 | 111010 | 1001000 | 110010 |
Color Harmonies of #DBD525
Complementary color
Monochromatic Colors of #DBD525
Black with #DBD525
Text Example
Text Example
White with #DBD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD525; }
p { color: rgb(219,213,37); }
H1.HeaderClassName
{
color: #DBD525;
}
.AnyTagClassName
{
color: #DBD525;
}
</style>
background-color css
<style>
a { background-color: #DBD525; }
a { background-color: rgb(219,213,37); }
div.DivClassName
{
background-color: #DBD525;
}
.BgClassName
{
background-color: #DBD525;
}
</style>
border-color css
<style>
span { border-color: #DBD525; }
span { border-color: rgb(219,213,37); }
td.TdClassName
{
border-color: #DBD525;
}
.TagClassName
{
border-color: #DBD525;
}
</style>