Shades of Bitter Lemon #D5DD31
Tints of Bitter Lemon #D5DD31
RGB
CMYK
RGB Variations
Color information
#D5DD31 (or 0xD5DD31) is known color: Bitter Lemon. HEX triplet: D5, DD and 31. RGB value is (213,221,49). Sum of RGB (Red+Green+Blue) = 213+221+49=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD31 is #2A22CE. Grayscale: #C7C7C7. Windows color (decimal): -2761423 or 3268053. OLE color: 3268053.
HSL color Cylindrical-coordinate representation of color #D5DD31: hue angle of 62.79º degrees, saturation: 0.72, 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 #D5DD31 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 49 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.13 |
| HSL | 62.79º | 0.72% | 0.53% | - |
| HSV(B) | 62.79º | 0.78% | 0.87% | - |
| XYZ | 53.85 | 66.08 | 12.82 | - |
| YUV | 199 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 49 | 0.04 | 0 | 0.78 | 0.13 | 62.79 | 0.72 | 0.53 |
| Hex | D5 | DD | 31 | 4 | 0 | 4E | D | 3F | 48 | 35 |
| Octal | 325 | 335 | 61 | 4 | 0 | 116 | 15 | 77 | 110 | 65 |
| Binary | 11010101 | 11011101 | 110001 | 100 | 0 | 1001110 | 1101 | 111111 | 1001000 | 110101 |
Color Harmonies of #D5DD31
Complementary color
Monochromatic Colors of #D5DD31
Black with #D5DD31
Text Example
Text Example
White with #D5DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD31; }
p { color: rgb(213,221,49); }
H1.HeaderClassName
{
color: #D5DD31;
}
.AnyTagClassName
{
color: #D5DD31;
}
</style>
background-color css
<style>
a { background-color: #D5DD31; }
a { background-color: rgb(213,221,49); }
div.DivClassName
{
background-color: #D5DD31;
}
.BgClassName
{
background-color: #D5DD31;
}
</style>
border-color css
<style>
span { border-color: #D5DD31; }
span { border-color: rgb(213,221,49); }
td.TdClassName
{
border-color: #D5DD31;
}
.TagClassName
{
border-color: #D5DD31;
}
</style>