Shades of Bitter Lemon #D3DC26
Tints of Bitter Lemon #D3DC26
RGB
CMYK
RGB Variations
Color information
#D3DC26 (or 0xD3DC26) is known color: Bitter Lemon. HEX triplet: D3, DC and 26. RGB value is (211,220,38). Sum of RGB (Red+Green+Blue) = 211+220+38=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC26 is #2C23D9. Grayscale: #C5C5C5. Windows color (decimal): -2892762 or 2546899. OLE color: 2546899.
HSL color Cylindrical-coordinate representation of color #D3DC26: hue angle of 62.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3DC26 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.14 |
| HSL | 62.97º | 0.72% | 0.51% | - |
| HSV(B) | 62.97º | 0.83% | 0.86% | - |
| XYZ | 52.81 | 65.18 | 11.63 | - |
| YUV | 196.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 38 | 0.04 | 0 | 0.83 | 0.14 | 62.97 | 0.72 | 0.51 |
| Hex | D3 | DC | 26 | 4 | 0 | 53 | E | 3F | 48 | 33 |
| Octal | 323 | 334 | 46 | 4 | 0 | 123 | 16 | 77 | 110 | 63 |
| Binary | 11010011 | 11011100 | 100110 | 100 | 0 | 1010011 | 1110 | 111111 | 1001000 | 110011 |
Color Harmonies of #D3DC26
Complementary color
Monochromatic Colors of #D3DC26
Black with #D3DC26
Text Example
Text Example
White with #D3DC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC26; }
p { color: rgb(211,220,38); }
H1.HeaderClassName
{
color: #D3DC26;
}
.AnyTagClassName
{
color: #D3DC26;
}
</style>
background-color css
<style>
a { background-color: #D3DC26; }
a { background-color: rgb(211,220,38); }
div.DivClassName
{
background-color: #D3DC26;
}
.BgClassName
{
background-color: #D3DC26;
}
</style>
border-color css
<style>
span { border-color: #D3DC26; }
span { border-color: rgb(211,220,38); }
td.TdClassName
{
border-color: #D3DC26;
}
.TagClassName
{
border-color: #D3DC26;
}
</style>