Shades of Bitter Lemon #D3DA21
Tints of Bitter Lemon #D3DA21
RGB
CMYK
RGB Variations
Color information
#D3DA21 (or 0xD3DA21) is known color: Bitter Lemon. HEX triplet: D3, DA and 21. RGB value is (211,218,33). Sum of RGB (Red+Green+Blue) = 211+218+33=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA21 is #2C25DE. Grayscale: #C3C3C3. Windows color (decimal): -2893279 or 2218707. OLE color: 2218707.
HSL color Cylindrical-coordinate representation of color #D3DA21: hue angle of 62.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3DA21 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 33 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.15 |
| HSL | 62.27º | 0.74% | 0.49% | - |
| HSV(B) | 62.27º | 0.85% | 0.85% | - |
| XYZ | 52.21 | 64.1 | 11.06 | - |
| YUV | 194.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 33 | 0.03 | 0 | 0.85 | 0.15 | 62.27 | 0.74 | 0.49 |
| Hex | D3 | DA | 21 | 3 | 0 | 55 | F | 3E | 4A | 31 |
| Octal | 323 | 332 | 41 | 3 | 0 | 125 | 17 | 76 | 112 | 61 |
| Binary | 11010011 | 11011010 | 100001 | 11 | 0 | 1010101 | 1111 | 111110 | 1001010 | 110001 |
Color Harmonies of #D3DA21
Complementary color
Monochromatic Colors of #D3DA21
Black with #D3DA21
Text Example
Text Example
White with #D3DA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA21; }
p { color: rgb(211,218,33); }
H1.HeaderClassName
{
color: #D3DA21;
}
.AnyTagClassName
{
color: #D3DA21;
}
</style>
background-color css
<style>
a { background-color: #D3DA21; }
a { background-color: rgb(211,218,33); }
div.DivClassName
{
background-color: #D3DA21;
}
.BgClassName
{
background-color: #D3DA21;
}
</style>
border-color css
<style>
span { border-color: #D3DA21; }
span { border-color: rgb(211,218,33); }
td.TdClassName
{
border-color: #D3DA21;
}
.TagClassName
{
border-color: #D3DA21;
}
</style>