Shades of Bitter Lemon #D6DC28
Tints of Bitter Lemon #D6DC28
RGB
CMYK
RGB Variations
Color information
#D6DC28 (or 0xD6DC28) is known color: Bitter Lemon. HEX triplet: D6, DC and 28. RGB value is (214,220,40). Sum of RGB (Red+Green+Blue) = 214+220+40=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC28 is #2923D7. Grayscale: #C6C6C6. Windows color (decimal): -2696152 or 2677974. OLE color: 2677974.
HSL color Cylindrical-coordinate representation of color #D6DC28: hue angle of 62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6DC28 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.14 |
| HSL | 62º | 0.72% | 0.51% | - |
| HSV(B) | 62º | 0.82% | 0.86% | - |
| XYZ | 53.71 | 65.64 | 11.85 | - |
| YUV | 197.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 40 | 0.03 | 0 | 0.82 | 0.14 | 62 | 0.72 | 0.51 |
| Hex | D6 | DC | 28 | 3 | 0 | 52 | E | 3E | 48 | 33 |
| Octal | 326 | 334 | 50 | 3 | 0 | 122 | 16 | 76 | 110 | 63 |
| Binary | 11010110 | 11011100 | 101000 | 11 | 0 | 1010010 | 1110 | 111110 | 1001000 | 110011 |
Color Harmonies of #D6DC28
Complementary color
Monochromatic Colors of #D6DC28
Black with #D6DC28
Text Example
Text Example
White with #D6DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC28; }
p { color: rgb(214,220,40); }
H1.HeaderClassName
{
color: #D6DC28;
}
.AnyTagClassName
{
color: #D6DC28;
}
</style>
background-color css
<style>
a { background-color: #D6DC28; }
a { background-color: rgb(214,220,40); }
div.DivClassName
{
background-color: #D6DC28;
}
.BgClassName
{
background-color: #D6DC28;
}
</style>
border-color css
<style>
span { border-color: #D6DC28; }
span { border-color: rgb(214,220,40); }
td.TdClassName
{
border-color: #D6DC28;
}
.TagClassName
{
border-color: #D6DC28;
}
</style>