Shades of Bitter Lemon #D6DC24
Tints of Bitter Lemon #D6DC24
RGB
CMYK
RGB Variations
Color information
#D6DC24 (or 0xD6DC24) is known color: Bitter Lemon. HEX triplet: D6, DC and 24. RGB value is (214,220,36). Sum of RGB (Red+Green+Blue) = 214+220+36=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC24 is #2923DB. Grayscale: #C5C5C5. Windows color (decimal): -2696156 or 2415830. OLE color: 2415830.
HSL color Cylindrical-coordinate representation of color #D6DC24: hue angle of 61.96º 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 #D6DC24 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 36 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.14 |
| HSL | 61.96º | 0.72% | 0.5% | - |
| HSV(B) | 61.96º | 0.84% | 0.86% | - |
| XYZ | 53.64 | 65.61 | 11.51 | - |
| YUV | 197.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 36 | 0.03 | 0 | 0.84 | 0.14 | 61.96 | 0.72 | 0.5 |
| Hex | D6 | DC | 24 | 3 | 0 | 54 | E | 3E | 48 | 32 |
| Octal | 326 | 334 | 44 | 3 | 0 | 124 | 16 | 76 | 110 | 62 |
| Binary | 11010110 | 11011100 | 100100 | 11 | 0 | 1010100 | 1110 | 111110 | 1001000 | 110010 |
Color Harmonies of #D6DC24
Complementary color
Monochromatic Colors of #D6DC24
Black with #D6DC24
Text Example
Text Example
White with #D6DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC24; }
p { color: rgb(214,220,36); }
H1.HeaderClassName
{
color: #D6DC24;
}
.AnyTagClassName
{
color: #D6DC24;
}
</style>
background-color css
<style>
a { background-color: #D6DC24; }
a { background-color: rgb(214,220,36); }
div.DivClassName
{
background-color: #D6DC24;
}
.BgClassName
{
background-color: #D6DC24;
}
</style>
border-color css
<style>
span { border-color: #D6DC24; }
span { border-color: rgb(214,220,36); }
td.TdClassName
{
border-color: #D6DC24;
}
.TagClassName
{
border-color: #D6DC24;
}
</style>