Shades of Bitter Lemon #D1D924
Tints of Bitter Lemon #D1D924
RGB
CMYK
RGB Variations
Color information
#D1D924 (or 0xD1D924) is known color: Bitter Lemon. HEX triplet: D1, D9 and 24. RGB value is (209,217,36). Sum of RGB (Red+Green+Blue) = 209+217+36=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D924 is #2E26DB. Grayscale: #C2C2C2. Windows color (decimal): -3024604 or 2415057. OLE color: 2415057.
HSL color Cylindrical-coordinate representation of color #D1D924: hue angle of 62.65º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1D924 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 36 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.15 |
| HSL | 62.65º | 0.72% | 0.5% | - |
| HSV(B) | 62.65º | 0.83% | 0.85% | - |
| XYZ | 51.43 | 63.31 | 11.18 | - |
| YUV | 193.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 36 | 0.04 | 0 | 0.83 | 0.15 | 62.65 | 0.72 | 0.5 |
| Hex | D1 | D9 | 24 | 4 | 0 | 53 | F | 3F | 48 | 32 |
| Octal | 321 | 331 | 44 | 4 | 0 | 123 | 17 | 77 | 110 | 62 |
| Binary | 11010001 | 11011001 | 100100 | 100 | 0 | 1010011 | 1111 | 111111 | 1001000 | 110010 |
Color Harmonies of #D1D924
Complementary color
Monochromatic Colors of #D1D924
Black with #D1D924
Text Example
Text Example
White with #D1D924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D924; }
p { color: rgb(209,217,36); }
H1.HeaderClassName
{
color: #D1D924;
}
.AnyTagClassName
{
color: #D1D924;
}
</style>
background-color css
<style>
a { background-color: #D1D924; }
a { background-color: rgb(209,217,36); }
div.DivClassName
{
background-color: #D1D924;
}
.BgClassName
{
background-color: #D1D924;
}
</style>
border-color css
<style>
span { border-color: #D1D924; }
span { border-color: rgb(209,217,36); }
td.TdClassName
{
border-color: #D1D924;
}
.TagClassName
{
border-color: #D1D924;
}
</style>