Shades of Bitter Lemon #D3DD26
Tints of Bitter Lemon #D3DD26
RGB
CMYK
RGB Variations
Color information
#D3DD26 (or 0xD3DD26) is known color: Bitter Lemon. HEX triplet: D3, DD and 26. RGB value is (211,221,38). Sum of RGB (Red+Green+Blue) = 211+221+38=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD26 is #2C22D9. Grayscale: #C5C5C5. Windows color (decimal): -2892506 or 2547155. OLE color: 2547155.
HSL color Cylindrical-coordinate representation of color #D3DD26: hue angle of 63.28º 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 #D3DD26 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 38 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.13 |
| HSL | 63.28º | 0.73% | 0.51% | - |
| HSV(B) | 63.28º | 0.83% | 0.87% | - |
| XYZ | 53.07 | 65.7 | 11.72 | - |
| YUV | 197.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 38 | 0.05 | 0 | 0.83 | 0.13 | 63.28 | 0.73 | 0.51 |
| Hex | D3 | DD | 26 | 5 | 0 | 53 | D | 3F | 49 | 33 |
| Octal | 323 | 335 | 46 | 5 | 0 | 123 | 15 | 77 | 111 | 63 |
| Binary | 11010011 | 11011101 | 100110 | 101 | 0 | 1010011 | 1101 | 111111 | 1001001 | 110011 |
Color Harmonies of #D3DD26
Complementary color
Monochromatic Colors of #D3DD26
Black with #D3DD26
Text Example
Text Example
White with #D3DD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD26; }
p { color: rgb(211,221,38); }
H1.HeaderClassName
{
color: #D3DD26;
}
.AnyTagClassName
{
color: #D3DD26;
}
</style>
background-color css
<style>
a { background-color: #D3DD26; }
a { background-color: rgb(211,221,38); }
div.DivClassName
{
background-color: #D3DD26;
}
.BgClassName
{
background-color: #D3DD26;
}
</style>
border-color css
<style>
span { border-color: #D3DD26; }
span { border-color: rgb(211,221,38); }
td.TdClassName
{
border-color: #D3DD26;
}
.TagClassName
{
border-color: #D3DD26;
}
</style>