Shades of Bitter Lemon #D8DC24
Tints of Bitter Lemon #D8DC24
RGB
CMYK
RGB Variations
Color information
#D8DC24 (or 0xD8DC24) is known color: Bitter Lemon. HEX triplet: D8, DC and 24. RGB value is (216,220,36). Sum of RGB (Red+Green+Blue) = 216+220+36=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 36 (14.45% from 255 or 7.63% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC24 is #2723DB. Grayscale: #C6C6C6. Windows color (decimal): -2565084 or 2415832. OLE color: 2415832.
HSL color Cylindrical-coordinate representation of color #D8DC24: hue angle of 61.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8DC24 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 36 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.14 |
| HSL | 61.3º | 0.72% | 0.5% | - |
| HSV(B) | 61.3º | 0.84% | 0.86% | - |
| XYZ | 54.23 | 65.91 | 11.53 | - |
| YUV | 197.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 36 | 0.02 | 0 | 0.84 | 0.14 | 61.3 | 0.72 | 0.5 |
| Hex | D8 | DC | 24 | 2 | 0 | 54 | E | 3D | 48 | 32 |
| Octal | 330 | 334 | 44 | 2 | 0 | 124 | 16 | 75 | 110 | 62 |
| Binary | 11011000 | 11011100 | 100100 | 10 | 0 | 1010100 | 1110 | 111101 | 1001000 | 110010 |
Color Harmonies of #D8DC24
Complementary color
Monochromatic Colors of #D8DC24
Black with #D8DC24
Text Example
Text Example
White with #D8DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC24; }
p { color: rgb(216,220,36); }
H1.HeaderClassName
{
color: #D8DC24;
}
.AnyTagClassName
{
color: #D8DC24;
}
</style>
background-color css
<style>
a { background-color: #D8DC24; }
a { background-color: rgb(216,220,36); }
div.DivClassName
{
background-color: #D8DC24;
}
.BgClassName
{
background-color: #D8DC24;
}
</style>
border-color css
<style>
span { border-color: #D8DC24; }
span { border-color: rgb(216,220,36); }
td.TdClassName
{
border-color: #D8DC24;
}
.TagClassName
{
border-color: #D8DC24;
}
</style>