Shades of Bitter Lemon #D3DA24
Tints of Bitter Lemon #D3DA24
RGB
CMYK
RGB Variations
Color information
#D3DA24 (or 0xD3DA24) is known color: Bitter Lemon. HEX triplet: D3, DA and 24. RGB value is (211,218,36). Sum of RGB (Red+Green+Blue) = 211+218+36=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA24 is #2C25DB. Grayscale: #C3C3C3. Windows color (decimal): -2893276 or 2415315. OLE color: 2415315.
HSL color Cylindrical-coordinate representation of color #D3DA24: hue angle of 62.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3DA24 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 36 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.15 |
| HSL | 62.31º | 0.72% | 0.5% | - |
| HSV(B) | 62.31º | 0.83% | 0.85% | - |
| XYZ | 52.25 | 64.12 | 11.29 | - |
| YUV | 195.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 36 | 0.03 | 0 | 0.83 | 0.15 | 62.31 | 0.72 | 0.5 |
| Hex | D3 | DA | 24 | 3 | 0 | 53 | F | 3E | 48 | 32 |
| Octal | 323 | 332 | 44 | 3 | 0 | 123 | 17 | 76 | 110 | 62 |
| Binary | 11010011 | 11011010 | 100100 | 11 | 0 | 1010011 | 1111 | 111110 | 1001000 | 110010 |
Color Harmonies of #D3DA24
Complementary color
Monochromatic Colors of #D3DA24
Black with #D3DA24
Text Example
Text Example
White with #D3DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA24; }
p { color: rgb(211,218,36); }
H1.HeaderClassName
{
color: #D3DA24;
}
.AnyTagClassName
{
color: #D3DA24;
}
</style>
background-color css
<style>
a { background-color: #D3DA24; }
a { background-color: rgb(211,218,36); }
div.DivClassName
{
background-color: #D3DA24;
}
.BgClassName
{
background-color: #D3DA24;
}
</style>
border-color css
<style>
span { border-color: #D3DA24; }
span { border-color: rgb(211,218,36); }
td.TdClassName
{
border-color: #D3DA24;
}
.TagClassName
{
border-color: #D3DA24;
}
</style>