Shades of Bitter Lemon #D4D132
Tints of Bitter Lemon #D4D132
RGB
CMYK
RGB Variations
Color information
#D4D132 (or 0xD4D132) is known color: Bitter Lemon. HEX triplet: D4, D1 and 32. RGB value is (212,209,50). Sum of RGB (Red+Green+Blue) = 212+209+50=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D132 is #2B2ECD. Grayscale: #C0C0C0. Windows color (decimal): -2830030 or 3330516. OLE color: 3330516.
HSL color Cylindrical-coordinate representation of color #D4D132: hue angle of 58.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4D132 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 50 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.17 |
| HSL | 58.89º | 0.65% | 0.51% | - |
| HSV(B) | 58.89º | 0.76% | 0.83% | - |
| XYZ | 50.53 | 59.83 | 11.9 | - |
| YUV | 191.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 50 | 0 | 0.01 | 0.76 | 0.17 | 58.89 | 0.65 | 0.51 |
| Hex | D4 | D1 | 32 | 0 | 1 | 4C | 11 | 3B | 41 | 33 |
| Octal | 324 | 321 | 62 | 0 | 1 | 114 | 21 | 73 | 101 | 63 |
| Binary | 11010100 | 11010001 | 110010 | 0 | 1 | 1001100 | 10001 | 111011 | 1000001 | 110011 |
Color Harmonies of #D4D132
Complementary color
Monochromatic Colors of #D4D132
Black with #D4D132
Text Example
Text Example
White with #D4D132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D132; }
p { color: rgb(212,209,50); }
H1.HeaderClassName
{
color: #D4D132;
}
.AnyTagClassName
{
color: #D4D132;
}
</style>
background-color css
<style>
a { background-color: #D4D132; }
a { background-color: rgb(212,209,50); }
div.DivClassName
{
background-color: #D4D132;
}
.BgClassName
{
background-color: #D4D132;
}
</style>
border-color css
<style>
span { border-color: #D4D132; }
span { border-color: rgb(212,209,50); }
td.TdClassName
{
border-color: #D4D132;
}
.TagClassName
{
border-color: #D4D132;
}
</style>