Shades of Bitter Lemon #D4DA20
Tints of Bitter Lemon #D4DA20
RGB
CMYK
RGB Variations
Color information
#D4DA20 (or 0xD4DA20) is known color: Bitter Lemon. HEX triplet: D4, DA and 20. RGB value is (212,218,32). Sum of RGB (Red+Green+Blue) = 212+218+32=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA20 is #2B25DF. Grayscale: #C3C3C3. Windows color (decimal): -2827744 or 2153172. OLE color: 2153172.
HSL color Cylindrical-coordinate representation of color #D4DA20: hue angle of 61.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4DA20 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 32 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.15 |
| HSL | 61.94º | 0.74% | 0.49% | - |
| HSV(B) | 61.94º | 0.85% | 0.85% | - |
| XYZ | 52.48 | 64.24 | 11 | - |
| YUV | 195 | 36.01 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 32 | 0.03 | 0 | 0.85 | 0.15 | 61.94 | 0.74 | 0.49 |
| Hex | D4 | DA | 20 | 3 | 0 | 55 | F | 3E | 4A | 31 |
| Octal | 324 | 332 | 40 | 3 | 0 | 125 | 17 | 76 | 112 | 61 |
| Binary | 11010100 | 11011010 | 100000 | 11 | 0 | 1010101 | 1111 | 111110 | 1001010 | 110001 |
Color Harmonies of #D4DA20
Complementary color
Monochromatic Colors of #D4DA20
Black with #D4DA20
Text Example
Text Example
White with #D4DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA20; }
p { color: rgb(212,218,32); }
H1.HeaderClassName
{
color: #D4DA20;
}
.AnyTagClassName
{
color: #D4DA20;
}
</style>
background-color css
<style>
a { background-color: #D4DA20; }
a { background-color: rgb(212,218,32); }
div.DivClassName
{
background-color: #D4DA20;
}
.BgClassName
{
background-color: #D4DA20;
}
</style>
border-color css
<style>
span { border-color: #D4DA20; }
span { border-color: rgb(212,218,32); }
td.TdClassName
{
border-color: #D4DA20;
}
.TagClassName
{
border-color: #D4DA20;
}
</style>