Shades of Bitter Lemon #D1DB27
Tints of Bitter Lemon #D1DB27
RGB
CMYK
RGB Variations
Color information
#D1DB27 (or 0xD1DB27) is known color: Bitter Lemon. HEX triplet: D1, DB and 27. RGB value is (209,219,39). Sum of RGB (Red+Green+Blue) = 209+219+39=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB27 is #2E24D8. Grayscale: #C4C4C4. Windows color (decimal): -3024089 or 2612177. OLE color: 2612177.
HSL color Cylindrical-coordinate representation of color #D1DB27: hue angle of 63.33º 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 #D1DB27 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.14 |
| HSL | 63.33º | 0.71% | 0.51% | - |
| HSV(B) | 63.33º | 0.82% | 0.86% | - |
| XYZ | 51.99 | 64.36 | 11.6 | - |
| YUV | 195.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 39 | 0.05 | 0 | 0.82 | 0.14 | 63.33 | 0.71 | 0.51 |
| Hex | D1 | DB | 27 | 5 | 0 | 52 | E | 3F | 47 | 33 |
| Octal | 321 | 333 | 47 | 5 | 0 | 122 | 16 | 77 | 107 | 63 |
| Binary | 11010001 | 11011011 | 100111 | 101 | 0 | 1010010 | 1110 | 111111 | 1000111 | 110011 |
Color Harmonies of #D1DB27
Complementary color
Monochromatic Colors of #D1DB27
Black with #D1DB27
Text Example
Text Example
White with #D1DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB27; }
p { color: rgb(209,219,39); }
H1.HeaderClassName
{
color: #D1DB27;
}
.AnyTagClassName
{
color: #D1DB27;
}
</style>
background-color css
<style>
a { background-color: #D1DB27; }
a { background-color: rgb(209,219,39); }
div.DivClassName
{
background-color: #D1DB27;
}
.BgClassName
{
background-color: #D1DB27;
}
</style>
border-color css
<style>
span { border-color: #D1DB27; }
span { border-color: rgb(209,219,39); }
td.TdClassName
{
border-color: #D1DB27;
}
.TagClassName
{
border-color: #D1DB27;
}
</style>