Shades of Bitter Lemon #D5DD26
Tints of Bitter Lemon #D5DD26
RGB
CMYK
RGB Variations
Color information
#D5DD26 (or 0xD5DD26) is known color: Bitter Lemon. HEX triplet: D5, DD and 26. RGB value is (213,221,38). Sum of RGB (Red+Green+Blue) = 213+221+38=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD26 is #2A22D9. Grayscale: #C6C6C6. Windows color (decimal): -2761434 or 2547157. OLE color: 2547157.
HSL color Cylindrical-coordinate representation of color #D5DD26: hue angle of 62.62º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5DD26 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.13 |
| HSL | 62.62º | 0.73% | 0.51% | - |
| HSV(B) | 62.62º | 0.83% | 0.87% | - |
| XYZ | 53.65 | 66 | 11.75 | - |
| YUV | 197.75 | 37.85 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 38 | 0.04 | 0 | 0.83 | 0.13 | 62.62 | 0.73 | 0.51 |
| Hex | D5 | DD | 26 | 4 | 0 | 53 | D | 3F | 49 | 33 |
| Octal | 325 | 335 | 46 | 4 | 0 | 123 | 15 | 77 | 111 | 63 |
| Binary | 11010101 | 11011101 | 100110 | 100 | 0 | 1010011 | 1101 | 111111 | 1001001 | 110011 |
Color Harmonies of #D5DD26
Complementary color
Monochromatic Colors of #D5DD26
Black with #D5DD26
Text Example
Text Example
White with #D5DD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD26; }
p { color: rgb(213,221,38); }
H1.HeaderClassName
{
color: #D5DD26;
}
.AnyTagClassName
{
color: #D5DD26;
}
</style>
background-color css
<style>
a { background-color: #D5DD26; }
a { background-color: rgb(213,221,38); }
div.DivClassName
{
background-color: #D5DD26;
}
.BgClassName
{
background-color: #D5DD26;
}
</style>
border-color css
<style>
span { border-color: #D5DD26; }
span { border-color: rgb(213,221,38); }
td.TdClassName
{
border-color: #D5DD26;
}
.TagClassName
{
border-color: #D5DD26;
}
</style>