Shades of Bitter Lemon #D9D42B
Tints of Bitter Lemon #D9D42B
RGB
CMYK
RGB Variations
Color information
#D9D42B (or 0xD9D42B) is known color: Bitter Lemon. HEX triplet: D9, D4 and 2B. RGB value is (217,212,43). Sum of RGB (Red+Green+Blue) = 217+212+43=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D42B is #262BD4. Grayscale: #C2C2C2. Windows color (decimal): -2501589 or 2872537. OLE color: 2872537.
HSL color Cylindrical-coordinate representation of color #D9D42B: hue angle of 58.28º 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 #D9D42B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 43 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.15 |
| HSL | 58.28º | 0.7% | 0.51% | - |
| HSV(B) | 58.28º | 0.8% | 0.85% | - |
| XYZ | 52.59 | 62.01 | 11.48 | - |
| YUV | 194.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 43 | 0 | 0.02 | 0.80 | 0.15 | 58.28 | 0.7 | 0.51 |
| Hex | D9 | D4 | 2B | 0 | 2 | 50 | F | 3A | 46 | 33 |
| Octal | 331 | 324 | 53 | 0 | 2 | 120 | 17 | 72 | 106 | 63 |
| Binary | 11011001 | 11010100 | 101011 | 0 | 10 | 1010000 | 1111 | 111010 | 1000110 | 110011 |
Color Harmonies of #D9D42B
Complementary color
Monochromatic Colors of #D9D42B
Black with #D9D42B
Text Example
Text Example
White with #D9D42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D42B; }
p { color: rgb(217,212,43); }
H1.HeaderClassName
{
color: #D9D42B;
}
.AnyTagClassName
{
color: #D9D42B;
}
</style>
background-color css
<style>
a { background-color: #D9D42B; }
a { background-color: rgb(217,212,43); }
div.DivClassName
{
background-color: #D9D42B;
}
.BgClassName
{
background-color: #D9D42B;
}
</style>
border-color css
<style>
span { border-color: #D9D42B; }
span { border-color: rgb(217,212,43); }
td.TdClassName
{
border-color: #D9D42B;
}
.TagClassName
{
border-color: #D9D42B;
}
</style>