Shades of Bitter Lemon #D3DB26
Tints of Bitter Lemon #D3DB26
RGB
CMYK
RGB Variations
Color information
#D3DB26 (or 0xD3DB26) is known color: Bitter Lemon. HEX triplet: D3, DB and 26. RGB value is (211,219,38). Sum of RGB (Red+Green+Blue) = 211+219+38=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB26 is #2C24D9. Grayscale: #C4C4C4. Windows color (decimal): -2893018 or 2546643. OLE color: 2546643.
HSL color Cylindrical-coordinate representation of color #D3DB26: hue angle of 62.65º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3DB26 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.14 |
| HSL | 62.65º | 0.72% | 0.5% | - |
| HSV(B) | 62.65º | 0.83% | 0.86% | - |
| XYZ | 52.55 | 64.65 | 11.54 | - |
| YUV | 195.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 38 | 0.04 | 0 | 0.83 | 0.14 | 62.65 | 0.72 | 0.5 |
| Hex | D3 | DB | 26 | 4 | 0 | 53 | E | 3F | 48 | 32 |
| Octal | 323 | 333 | 46 | 4 | 0 | 123 | 16 | 77 | 110 | 62 |
| Binary | 11010011 | 11011011 | 100110 | 100 | 0 | 1010011 | 1110 | 111111 | 1001000 | 110010 |
Color Harmonies of #D3DB26
Complementary color
Monochromatic Colors of #D3DB26
Black with #D3DB26
Text Example
Text Example
White with #D3DB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB26; }
p { color: rgb(211,219,38); }
H1.HeaderClassName
{
color: #D3DB26;
}
.AnyTagClassName
{
color: #D3DB26;
}
</style>
background-color css
<style>
a { background-color: #D3DB26; }
a { background-color: rgb(211,219,38); }
div.DivClassName
{
background-color: #D3DB26;
}
.BgClassName
{
background-color: #D3DB26;
}
</style>
border-color css
<style>
span { border-color: #D3DB26; }
span { border-color: rgb(211,219,38); }
td.TdClassName
{
border-color: #D3DB26;
}
.TagClassName
{
border-color: #D3DB26;
}
</style>