Shades of Bitter Lemon #D4DA2B
Tints of Bitter Lemon #D4DA2B
RGB
CMYK
RGB Variations
Color information
#D4DA2B (or 0xD4DA2B) is known color: Bitter Lemon. HEX triplet: D4, DA and 2B. RGB value is (212,218,43). Sum of RGB (Red+Green+Blue) = 212+218+43=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA2B is #2B25D4. Grayscale: #C4C4C4. Windows color (decimal): -2827733 or 2874068. OLE color: 2874068.
HSL color Cylindrical-coordinate representation of color #D4DA2B: hue angle of 62.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4DA2B is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 43 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.15 |
| HSL | 62.06º | 0.7% | 0.51% | - |
| HSV(B) | 62.06º | 0.8% | 0.85% | - |
| XYZ | 52.66 | 64.31 | 11.92 | - |
| YUV | 196.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 43 | 0.03 | 0 | 0.80 | 0.15 | 62.06 | 0.7 | 0.51 |
| Hex | D4 | DA | 2B | 3 | 0 | 50 | F | 3E | 46 | 33 |
| Octal | 324 | 332 | 53 | 3 | 0 | 120 | 17 | 76 | 106 | 63 |
| Binary | 11010100 | 11011010 | 101011 | 11 | 0 | 1010000 | 1111 | 111110 | 1000110 | 110011 |
Color Harmonies of #D4DA2B
Complementary color
Monochromatic Colors of #D4DA2B
Black with #D4DA2B
Text Example
Text Example
White with #D4DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA2B; }
p { color: rgb(212,218,43); }
H1.HeaderClassName
{
color: #D4DA2B;
}
.AnyTagClassName
{
color: #D4DA2B;
}
</style>
background-color css
<style>
a { background-color: #D4DA2B; }
a { background-color: rgb(212,218,43); }
div.DivClassName
{
background-color: #D4DA2B;
}
.BgClassName
{
background-color: #D4DA2B;
}
</style>
border-color css
<style>
span { border-color: #D4DA2B; }
span { border-color: rgb(212,218,43); }
td.TdClassName
{
border-color: #D4DA2B;
}
.TagClassName
{
border-color: #D4DA2B;
}
</style>