Shades of Bitter Lemon #D0DB1B
Tints of Bitter Lemon #D0DB1B
RGB
CMYK
RGB Variations
Color information
#D0DB1B (or 0xD0DB1B) is known color: Bitter Lemon. HEX triplet: D0, DB and 1B. RGB value is (208,219,27). Sum of RGB (Red+Green+Blue) = 208+219+27=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB1B is #2F24E4. Grayscale: #C2C2C2. Windows color (decimal): -3089637 or 1825744. OLE color: 1825744.
HSL color Cylindrical-coordinate representation of color #D0DB1B: hue angle of 63.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0DB1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.14 |
| HSL | 63.44º | 0.78% | 0.48% | - |
| HSV(B) | 63.44º | 0.88% | 0.86% | - |
| XYZ | 51.54 | 64.15 | 10.7 | - |
| YUV | 193.82 | 33.86 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 27 | 0.05 | 0 | 0.88 | 0.14 | 63.44 | 0.78 | 0.48 |
| Hex | D0 | DB | 1B | 5 | 0 | 58 | E | 3F | 4E | 30 |
| Octal | 320 | 333 | 33 | 5 | 0 | 130 | 16 | 77 | 116 | 60 |
| Binary | 11010000 | 11011011 | 11011 | 101 | 0 | 1011000 | 1110 | 111111 | 1001110 | 110000 |
Color Harmonies of #D0DB1B
Complementary color
Monochromatic Colors of #D0DB1B
Black with #D0DB1B
Text Example
Text Example
White with #D0DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB1B; }
p { color: rgb(208,219,27); }
H1.HeaderClassName
{
color: #D0DB1B;
}
.AnyTagClassName
{
color: #D0DB1B;
}
</style>
background-color css
<style>
a { background-color: #D0DB1B; }
a { background-color: rgb(208,219,27); }
div.DivClassName
{
background-color: #D0DB1B;
}
.BgClassName
{
background-color: #D0DB1B;
}
</style>
border-color css
<style>
span { border-color: #D0DB1B; }
span { border-color: rgb(208,219,27); }
td.TdClassName
{
border-color: #D0DB1B;
}
.TagClassName
{
border-color: #D0DB1B;
}
</style>