Shades of Bitter Lemon #D4D921
Tints of Bitter Lemon #D4D921
RGB
CMYK
RGB Variations
Color information
#D4D921 (or 0xD4D921) is known color: Bitter Lemon. HEX triplet: D4, D9 and 21. RGB value is (212,217,33). Sum of RGB (Red+Green+Blue) = 212+217+33=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D921 is #2B26DE. Grayscale: #C3C3C3. Windows color (decimal): -2827999 or 2218452. OLE color: 2218452.
HSL color Cylindrical-coordinate representation of color #D4D921: hue angle of 61.63º 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 #D4D921 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 33 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.15 |
| HSL | 61.63º | 0.74% | 0.49% | - |
| HSV(B) | 61.63º | 0.85% | 0.85% | - |
| XYZ | 52.24 | 63.73 | 10.99 | - |
| YUV | 194.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 33 | 0.02 | 0 | 0.85 | 0.15 | 61.63 | 0.74 | 0.49 |
| Hex | D4 | D9 | 21 | 2 | 0 | 55 | F | 3E | 4A | 31 |
| Octal | 324 | 331 | 41 | 2 | 0 | 125 | 17 | 76 | 112 | 61 |
| Binary | 11010100 | 11011001 | 100001 | 10 | 0 | 1010101 | 1111 | 111110 | 1001010 | 110001 |
Color Harmonies of #D4D921
Complementary color
Monochromatic Colors of #D4D921
Black with #D4D921
Text Example
Text Example
White with #D4D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D921; }
p { color: rgb(212,217,33); }
H1.HeaderClassName
{
color: #D4D921;
}
.AnyTagClassName
{
color: #D4D921;
}
</style>
background-color css
<style>
a { background-color: #D4D921; }
a { background-color: rgb(212,217,33); }
div.DivClassName
{
background-color: #D4D921;
}
.BgClassName
{
background-color: #D4D921;
}
</style>
border-color css
<style>
span { border-color: #D4D921; }
span { border-color: rgb(212,217,33); }
td.TdClassName
{
border-color: #D4D921;
}
.TagClassName
{
border-color: #D4D921;
}
</style>