Shades of Bitter Lemon #D4DA28
Tints of Bitter Lemon #D4DA28
RGB
CMYK
RGB Variations
Color information
#D4DA28 (or 0xD4DA28) is known color: Bitter Lemon. HEX triplet: D4, DA and 28. RGB value is (212,218,40). Sum of RGB (Red+Green+Blue) = 212+218+40=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA28 is #2B25D7. Grayscale: #C4C4C4. Windows color (decimal): -2827736 or 2677460. OLE color: 2677460.
HSL color Cylindrical-coordinate representation of color #D4DA28: hue angle of 62.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4DA28 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 40 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.15 |
| HSL | 62.02º | 0.71% | 0.51% | - |
| HSV(B) | 62.02º | 0.82% | 0.85% | - |
| XYZ | 52.61 | 64.29 | 11.64 | - |
| YUV | 195.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 40 | 0.03 | 0 | 0.82 | 0.15 | 62.02 | 0.71 | 0.51 |
| Hex | D4 | DA | 28 | 3 | 0 | 52 | F | 3E | 47 | 33 |
| Octal | 324 | 332 | 50 | 3 | 0 | 122 | 17 | 76 | 107 | 63 |
| Binary | 11010100 | 11011010 | 101000 | 11 | 0 | 1010010 | 1111 | 111110 | 1000111 | 110011 |
Color Harmonies of #D4DA28
Complementary color
Monochromatic Colors of #D4DA28
Black with #D4DA28
Text Example
Text Example
White with #D4DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA28; }
p { color: rgb(212,218,40); }
H1.HeaderClassName
{
color: #D4DA28;
}
.AnyTagClassName
{
color: #D4DA28;
}
</style>
background-color css
<style>
a { background-color: #D4DA28; }
a { background-color: rgb(212,218,40); }
div.DivClassName
{
background-color: #D4DA28;
}
.BgClassName
{
background-color: #D4DA28;
}
</style>
border-color css
<style>
span { border-color: #D4DA28; }
span { border-color: rgb(212,218,40); }
td.TdClassName
{
border-color: #D4DA28;
}
.TagClassName
{
border-color: #D4DA28;
}
</style>