Shades of Bitter Lemon #D4D926
Tints of Bitter Lemon #D4D926
RGB
CMYK
RGB Variations
Color information
#D4D926 (or 0xD4D926) is known color: Bitter Lemon. HEX triplet: D4, D9 and 26. RGB value is (212,217,38). Sum of RGB (Red+Green+Blue) = 212+217+38=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D926 is #2B26D9. Grayscale: #C3C3C3. Windows color (decimal): -2827994 or 2546132. OLE color: 2546132.
HSL color Cylindrical-coordinate representation of color #D4D926: hue angle of 61.68º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4D926 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 38 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.15 |
| HSL | 61.68º | 0.7% | 0.5% | - |
| HSV(B) | 61.68º | 0.82% | 0.85% | - |
| XYZ | 52.31 | 63.76 | 11.38 | - |
| YUV | 195.1 | 39.34 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 38 | 0.02 | 0 | 0.82 | 0.15 | 61.68 | 0.7 | 0.5 |
| Hex | D4 | D9 | 26 | 2 | 0 | 52 | F | 3E | 46 | 32 |
| Octal | 324 | 331 | 46 | 2 | 0 | 122 | 17 | 76 | 106 | 62 |
| Binary | 11010100 | 11011001 | 100110 | 10 | 0 | 1010010 | 1111 | 111110 | 1000110 | 110010 |
Color Harmonies of #D4D926
Complementary color
Monochromatic Colors of #D4D926
Black with #D4D926
Text Example
Text Example
White with #D4D926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D926; }
p { color: rgb(212,217,38); }
H1.HeaderClassName
{
color: #D4D926;
}
.AnyTagClassName
{
color: #D4D926;
}
</style>
background-color css
<style>
a { background-color: #D4D926; }
a { background-color: rgb(212,217,38); }
div.DivClassName
{
background-color: #D4D926;
}
.BgClassName
{
background-color: #D4D926;
}
</style>
border-color css
<style>
span { border-color: #D4D926; }
span { border-color: rgb(212,217,38); }
td.TdClassName
{
border-color: #D4D926;
}
.TagClassName
{
border-color: #D4D926;
}
</style>