Shades of Bitter Lemon #D9DF31
Tints of Bitter Lemon #D9DF31
RGB
CMYK
RGB Variations
Color information
#D9DF31 (or 0xD9DF31) is known color: Bitter Lemon. HEX triplet: D9, DF and 31. RGB value is (217,223,49). Sum of RGB (Red+Green+Blue) = 217+223+49=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DF31 is #2620CE. Grayscale: #CACACA. Windows color (decimal): -2498767 or 3268569. OLE color: 3268569.
HSL color Cylindrical-coordinate representation of color #D9DF31: hue angle of 62.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9DF31 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 49 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.13 |
| HSL | 62.07º | 0.73% | 0.53% | - |
| HSV(B) | 62.07º | 0.78% | 0.87% | - |
| XYZ | 55.56 | 67.75 | 13.05 | - |
| YUV | 201.37 | 42.01 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 49 | 0.03 | 0 | 0.78 | 0.13 | 62.07 | 0.73 | 0.53 |
| Hex | D9 | DF | 31 | 3 | 0 | 4E | D | 3E | 49 | 35 |
| Octal | 331 | 337 | 61 | 3 | 0 | 116 | 15 | 76 | 111 | 65 |
| Binary | 11011001 | 11011111 | 110001 | 11 | 0 | 1001110 | 1101 | 111110 | 1001001 | 110101 |
Color Harmonies of #D9DF31
Complementary color
Monochromatic Colors of #D9DF31
Black with #D9DF31
Text Example
Text Example
White with #D9DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF31; }
p { color: rgb(217,223,49); }
H1.HeaderClassName
{
color: #D9DF31;
}
.AnyTagClassName
{
color: #D9DF31;
}
</style>
background-color css
<style>
a { background-color: #D9DF31; }
a { background-color: rgb(217,223,49); }
div.DivClassName
{
background-color: #D9DF31;
}
.BgClassName
{
background-color: #D9DF31;
}
</style>
border-color css
<style>
span { border-color: #D9DF31; }
span { border-color: rgb(217,223,49); }
td.TdClassName
{
border-color: #D9DF31;
}
.TagClassName
{
border-color: #D9DF31;
}
</style>