Shades of Bitter Lemon #D9D32E
Tints of Bitter Lemon #D9D32E
RGB
CMYK
RGB Variations
Color information
#D9D32E (or 0xD9D32E) is known color: Bitter Lemon. HEX triplet: D9, D3 and 2E. RGB value is (217,211,46). Sum of RGB (Red+Green+Blue) = 217+211+46=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D32E is #262CD1. Grayscale: #C2C2C2. Windows color (decimal): -2501842 or 3068889. OLE color: 3068889.
HSL color Cylindrical-coordinate representation of color #D9D32E: hue angle of 57.89º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9D32E is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 46 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.15 |
| HSL | 57.89º | 0.69% | 0.52% | - |
| HSV(B) | 57.89º | 0.79% | 0.85% | - |
| XYZ | 52.4 | 61.54 | 11.7 | - |
| YUV | 193.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 46 | 0 | 0.03 | 0.79 | 0.15 | 57.89 | 0.69 | 0.52 |
| Hex | D9 | D3 | 2E | 0 | 3 | 4F | F | 3A | 45 | 34 |
| Octal | 331 | 323 | 56 | 0 | 3 | 117 | 17 | 72 | 105 | 64 |
| Binary | 11011001 | 11010011 | 101110 | 0 | 11 | 1001111 | 1111 | 111010 | 1000101 | 110100 |
Color Harmonies of #D9D32E
Complementary color
Monochromatic Colors of #D9D32E
Black with #D9D32E
Text Example
Text Example
White with #D9D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D32E; }
p { color: rgb(217,211,46); }
H1.HeaderClassName
{
color: #D9D32E;
}
.AnyTagClassName
{
color: #D9D32E;
}
</style>
background-color css
<style>
a { background-color: #D9D32E; }
a { background-color: rgb(217,211,46); }
div.DivClassName
{
background-color: #D9D32E;
}
.BgClassName
{
background-color: #D9D32E;
}
</style>
border-color css
<style>
span { border-color: #D9D32E; }
span { border-color: rgb(217,211,46); }
td.TdClassName
{
border-color: #D9D32E;
}
.TagClassName
{
border-color: #D9D32E;
}
</style>