Shades of Bitter Lemon #D4DB3A
Tints of Bitter Lemon #D4DB3A
RGB
CMYK
RGB Variations
Color information
#D4DB3A (or 0xD4DB3A) is known color: Bitter Lemon. HEX triplet: D4, DB and 3A. RGB value is (212,219,58). Sum of RGB (Red+Green+Blue) = 212+219+58=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DB3A is #2B24C5. Grayscale: #C7C7C7. Windows color (decimal): -2827462 or 3857364. OLE color: 3857364.
HSL color Cylindrical-coordinate representation of color #D4DB3A: hue angle of 62.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4DB3A is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 58 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.14 |
| HSL | 62.61º | 0.69% | 0.54% | - |
| HSV(B) | 62.61º | 0.74% | 0.86% | - |
| XYZ | 53.25 | 64.97 | 13.74 | - |
| YUV | 198.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 58 | 0.03 | 0 | 0.74 | 0.14 | 62.61 | 0.69 | 0.54 |
| Hex | D4 | DB | 3A | 3 | 0 | 4A | E | 3F | 45 | 36 |
| Octal | 324 | 333 | 72 | 3 | 0 | 112 | 16 | 77 | 105 | 66 |
| Binary | 11010100 | 11011011 | 111010 | 11 | 0 | 1001010 | 1110 | 111111 | 1000101 | 110110 |
Color Harmonies of #D4DB3A
Complementary color
Monochromatic Colors of #D4DB3A
Black with #D4DB3A
Text Example
Text Example
White with #D4DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB3A; }
p { color: rgb(212,219,58); }
H1.HeaderClassName
{
color: #D4DB3A;
}
.AnyTagClassName
{
color: #D4DB3A;
}
</style>
background-color css
<style>
a { background-color: #D4DB3A; }
a { background-color: rgb(212,219,58); }
div.DivClassName
{
background-color: #D4DB3A;
}
.BgClassName
{
background-color: #D4DB3A;
}
</style>
border-color css
<style>
span { border-color: #D4DB3A; }
span { border-color: rgb(212,219,58); }
td.TdClassName
{
border-color: #D4DB3A;
}
.TagClassName
{
border-color: #D4DB3A;
}
</style>