Shades of Bitter Lemon #D4DA2A
Tints of Bitter Lemon #D4DA2A
RGB
CMYK
RGB Variations
Color information
#D4DA2A (or 0xD4DA2A) is known color: Bitter Lemon. HEX triplet: D4, DA and 2A. RGB value is (212,218,42). Sum of RGB (Red+Green+Blue) = 212+218+42=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA2A is #2B25D5. Grayscale: #C4C4C4. Windows color (decimal): -2827734 or 2808532. OLE color: 2808532.
HSL color Cylindrical-coordinate representation of color #D4DA2A: hue angle of 62.05º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4DA2A is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 42 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.15 |
| HSL | 62.05º | 0.7% | 0.51% | - |
| HSV(B) | 62.05º | 0.81% | 0.85% | - |
| XYZ | 52.64 | 64.31 | 11.83 | - |
| YUV | 196.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 42 | 0.03 | 0 | 0.81 | 0.15 | 62.05 | 0.7 | 0.51 |
| Hex | D4 | DA | 2A | 3 | 0 | 51 | F | 3E | 46 | 33 |
| Octal | 324 | 332 | 52 | 3 | 0 | 121 | 17 | 76 | 106 | 63 |
| Binary | 11010100 | 11011010 | 101010 | 11 | 0 | 1010001 | 1111 | 111110 | 1000110 | 110011 |
Color Harmonies of #D4DA2A
Complementary color
Monochromatic Colors of #D4DA2A
Black with #D4DA2A
Text Example
Text Example
White with #D4DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA2A; }
p { color: rgb(212,218,42); }
H1.HeaderClassName
{
color: #D4DA2A;
}
.AnyTagClassName
{
color: #D4DA2A;
}
</style>
background-color css
<style>
a { background-color: #D4DA2A; }
a { background-color: rgb(212,218,42); }
div.DivClassName
{
background-color: #D4DA2A;
}
.BgClassName
{
background-color: #D4DA2A;
}
</style>
border-color css
<style>
span { border-color: #D4DA2A; }
span { border-color: rgb(212,218,42); }
td.TdClassName
{
border-color: #D4DA2A;
}
.TagClassName
{
border-color: #D4DA2A;
}
</style>