Shades of Bitter Lemon #DBD725
Tints of Bitter Lemon #DBD725
RGB
CMYK
RGB Variations
Color information
#DBD725 (or 0xDBD725) is known color: Bitter Lemon. HEX triplet: DB, D7 and 25. RGB value is (219,215,37). Sum of RGB (Red+Green+Blue) = 219+215+37=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD725 is #2428DA. Grayscale: #C4C4C4. Windows color (decimal): -2369755 or 2480091. OLE color: 2480091.
HSL color Cylindrical-coordinate representation of color #DBD725: hue angle of 58.68º 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 #DBD725 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 37 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.14 |
| HSL | 58.68º | 0.72% | 0.5% | - |
| HSV(B) | 58.68º | 0.83% | 0.86% | - |
| XYZ | 53.85 | 63.79 | 11.23 | - |
| YUV | 195.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 37 | 0 | 0.02 | 0.83 | 0.14 | 58.68 | 0.72 | 0.5 |
| Hex | DB | D7 | 25 | 0 | 2 | 53 | E | 3B | 48 | 32 |
| Octal | 333 | 327 | 45 | 0 | 2 | 123 | 16 | 73 | 110 | 62 |
| Binary | 11011011 | 11010111 | 100101 | 0 | 10 | 1010011 | 1110 | 111011 | 1001000 | 110010 |
Color Harmonies of #DBD725
Complementary color
Monochromatic Colors of #DBD725
Black with #DBD725
Text Example
Text Example
White with #DBD725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD725; }
p { color: rgb(219,215,37); }
H1.HeaderClassName
{
color: #DBD725;
}
.AnyTagClassName
{
color: #DBD725;
}
</style>
background-color css
<style>
a { background-color: #DBD725; }
a { background-color: rgb(219,215,37); }
div.DivClassName
{
background-color: #DBD725;
}
.BgClassName
{
background-color: #DBD725;
}
</style>
border-color css
<style>
span { border-color: #DBD725; }
span { border-color: rgb(219,215,37); }
td.TdClassName
{
border-color: #DBD725;
}
.TagClassName
{
border-color: #DBD725;
}
</style>