Shades of Bitter Lemon #D1DC1F
Tints of Bitter Lemon #D1DC1F
RGB
CMYK
RGB Variations
Color information
#D1DC1F (or 0xD1DC1F) is known color: Bitter Lemon. HEX triplet: D1, DC and 1F. RGB value is (209,220,31). Sum of RGB (Red+Green+Blue) = 209+220+31=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DC1F is #2E23E0. Grayscale: #C3C3C3. Windows color (decimal): -3023841 or 2088145. OLE color: 2088145.
HSL color Cylindrical-coordinate representation of color #D1DC1F: hue angle of 63.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1DC1F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 31 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.14 |
| HSL | 63.49º | 0.75% | 0.49% | - |
| HSV(B) | 63.49º | 0.86% | 0.86% | - |
| XYZ | 52.14 | 64.84 | 11.06 | - |
| YUV | 195.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 31 | 0.05 | 0 | 0.86 | 0.14 | 63.49 | 0.75 | 0.49 |
| Hex | D1 | DC | 1F | 5 | 0 | 56 | E | 3F | 4B | 31 |
| Octal | 321 | 334 | 37 | 5 | 0 | 126 | 16 | 77 | 113 | 61 |
| Binary | 11010001 | 11011100 | 11111 | 101 | 0 | 1010110 | 1110 | 111111 | 1001011 | 110001 |
Color Harmonies of #D1DC1F
Complementary color
Monochromatic Colors of #D1DC1F
Black with #D1DC1F
Text Example
Text Example
White with #D1DC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC1F; }
p { color: rgb(209,220,31); }
H1.HeaderClassName
{
color: #D1DC1F;
}
.AnyTagClassName
{
color: #D1DC1F;
}
</style>
background-color css
<style>
a { background-color: #D1DC1F; }
a { background-color: rgb(209,220,31); }
div.DivClassName
{
background-color: #D1DC1F;
}
.BgClassName
{
background-color: #D1DC1F;
}
</style>
border-color css
<style>
span { border-color: #D1DC1F; }
span { border-color: rgb(209,220,31); }
td.TdClassName
{
border-color: #D1DC1F;
}
.TagClassName
{
border-color: #D1DC1F;
}
</style>