Shades of Bitter Lemon #D1DA1F
Tints of Bitter Lemon #D1DA1F
RGB
CMYK
RGB Variations
Color information
#D1DA1F (or 0xD1DA1F) is known color: Bitter Lemon. HEX triplet: D1, DA and 1F. RGB value is (209,218,31). Sum of RGB (Red+Green+Blue) = 209+218+31=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA1F is #2E25E0. Grayscale: #C2C2C2. Windows color (decimal): -3024353 or 2087633. OLE color: 2087633.
HSL color Cylindrical-coordinate representation of color #D1DA1F: hue angle of 62.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1DA1F is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 31 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.15 |
| HSL | 62.89º | 0.75% | 0.49% | - |
| HSV(B) | 62.89º | 0.86% | 0.85% | - |
| XYZ | 51.61 | 63.8 | 10.89 | - |
| YUV | 193.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 31 | 0.04 | 0 | 0.86 | 0.15 | 62.89 | 0.75 | 0.49 |
| Hex | D1 | DA | 1F | 4 | 0 | 56 | F | 3F | 4B | 31 |
| Octal | 321 | 332 | 37 | 4 | 0 | 126 | 17 | 77 | 113 | 61 |
| Binary | 11010001 | 11011010 | 11111 | 100 | 0 | 1010110 | 1111 | 111111 | 1001011 | 110001 |
Color Harmonies of #D1DA1F
Complementary color
Monochromatic Colors of #D1DA1F
Black with #D1DA1F
Text Example
Text Example
White with #D1DA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA1F; }
p { color: rgb(209,218,31); }
H1.HeaderClassName
{
color: #D1DA1F;
}
.AnyTagClassName
{
color: #D1DA1F;
}
</style>
background-color css
<style>
a { background-color: #D1DA1F; }
a { background-color: rgb(209,218,31); }
div.DivClassName
{
background-color: #D1DA1F;
}
.BgClassName
{
background-color: #D1DA1F;
}
</style>
border-color css
<style>
span { border-color: #D1DA1F; }
span { border-color: rgb(209,218,31); }
td.TdClassName
{
border-color: #D1DA1F;
}
.TagClassName
{
border-color: #D1DA1F;
}
</style>