Shades of Bitter Lemon #D1DC31
Tints of Bitter Lemon #D1DC31
RGB
CMYK
RGB Variations
Color information
#D1DC31 (or 0xD1DC31) is known color: Bitter Lemon. HEX triplet: D1, DC and 31. RGB value is (209,220,49). Sum of RGB (Red+Green+Blue) = 209+220+49=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DC31 is #2E23CE. Grayscale: #C5C5C5. Windows color (decimal): -3023823 or 3267793. OLE color: 3267793.
HSL color Cylindrical-coordinate representation of color #D1DC31: hue angle of 63.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1DC31 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 49 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.14 |
| HSL | 63.86º | 0.71% | 0.53% | - |
| HSV(B) | 63.86º | 0.78% | 0.86% | - |
| XYZ | 52.44 | 64.96 | 12.68 | - |
| YUV | 197.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 49 | 0.05 | 0 | 0.78 | 0.14 | 63.86 | 0.71 | 0.53 |
| Hex | D1 | DC | 31 | 5 | 0 | 4E | E | 40 | 47 | 35 |
| Octal | 321 | 334 | 61 | 5 | 0 | 116 | 16 | 100 | 107 | 65 |
| Binary | 11010001 | 11011100 | 110001 | 101 | 0 | 1001110 | 1110 | 1000000 | 1000111 | 110101 |
Color Harmonies of #D1DC31
Complementary color
Monochromatic Colors of #D1DC31
Black with #D1DC31
Text Example
Text Example
White with #D1DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC31; }
p { color: rgb(209,220,49); }
H1.HeaderClassName
{
color: #D1DC31;
}
.AnyTagClassName
{
color: #D1DC31;
}
</style>
background-color css
<style>
a { background-color: #D1DC31; }
a { background-color: rgb(209,220,49); }
div.DivClassName
{
background-color: #D1DC31;
}
.BgClassName
{
background-color: #D1DC31;
}
</style>
border-color css
<style>
span { border-color: #D1DC31; }
span { border-color: rgb(209,220,49); }
td.TdClassName
{
border-color: #D1DC31;
}
.TagClassName
{
border-color: #D1DC31;
}
</style>