Shades of Bitter Lemon #DBDF30
Tints of Bitter Lemon #DBDF30
RGB
CMYK
RGB Variations
Color information
#DBDF30 (or 0xDBDF30) is known color: Bitter Lemon. HEX triplet: DB, DF and 30. RGB value is (219,223,48). Sum of RGB (Red+Green+Blue) = 219+223+48=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF30 is #2420CF. Grayscale: #CACACA. Windows color (decimal): -2367696 or 3203035. OLE color: 3203035.
HSL color Cylindrical-coordinate representation of color #DBDF30: hue angle of 61.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBDF30 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 48 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.13 |
| HSL | 61.37º | 0.73% | 0.53% | - |
| HSV(B) | 61.37º | 0.78% | 0.87% | - |
| XYZ | 56.13 | 68.05 | 12.97 | - |
| YUV | 201.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 48 | 0.02 | 0 | 0.78 | 0.13 | 61.37 | 0.73 | 0.53 |
| Hex | DB | DF | 30 | 2 | 0 | 4E | D | 3D | 49 | 35 |
| Octal | 333 | 337 | 60 | 2 | 0 | 116 | 15 | 75 | 111 | 65 |
| Binary | 11011011 | 11011111 | 110000 | 10 | 0 | 1001110 | 1101 | 111101 | 1001001 | 110101 |
Color Harmonies of #DBDF30
Complementary color
Monochromatic Colors of #DBDF30
Black with #DBDF30
Text Example
Text Example
White with #DBDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF30; }
p { color: rgb(219,223,48); }
H1.HeaderClassName
{
color: #DBDF30;
}
.AnyTagClassName
{
color: #DBDF30;
}
</style>
background-color css
<style>
a { background-color: #DBDF30; }
a { background-color: rgb(219,223,48); }
div.DivClassName
{
background-color: #DBDF30;
}
.BgClassName
{
background-color: #DBDF30;
}
</style>
border-color css
<style>
span { border-color: #DBDF30; }
span { border-color: rgb(219,223,48); }
td.TdClassName
{
border-color: #DBDF30;
}
.TagClassName
{
border-color: #DBDF30;
}
</style>