Shades of Bitter Lemon #D3DA20
Tints of Bitter Lemon #D3DA20
RGB
CMYK
RGB Variations
Color information
#D3DA20 (or 0xD3DA20) is known color: Bitter Lemon. HEX triplet: D3, DA and 20. RGB value is (211,218,32). Sum of RGB (Red+Green+Blue) = 211+218+32=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA20 is #2C25DF. Grayscale: #C3C3C3. Windows color (decimal): -2893280 or 2153171. OLE color: 2153171.
HSL color Cylindrical-coordinate representation of color #D3DA20: hue angle of 62.26º 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 #D3DA20 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 32 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.15 |
| HSL | 62.26º | 0.74% | 0.49% | - |
| HSV(B) | 62.26º | 0.85% | 0.85% | - |
| XYZ | 52.2 | 64.1 | 10.99 | - |
| YUV | 194.7 | 36.18 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 32 | 0.03 | 0 | 0.85 | 0.15 | 62.26 | 0.74 | 0.49 |
| Hex | D3 | DA | 20 | 3 | 0 | 55 | F | 3E | 4A | 31 |
| Octal | 323 | 332 | 40 | 3 | 0 | 125 | 17 | 76 | 112 | 61 |
| Binary | 11010011 | 11011010 | 100000 | 11 | 0 | 1010101 | 1111 | 111110 | 1001010 | 110001 |
Color Harmonies of #D3DA20
Complementary color
Monochromatic Colors of #D3DA20
Black with #D3DA20
Text Example
Text Example
White with #D3DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA20; }
p { color: rgb(211,218,32); }
H1.HeaderClassName
{
color: #D3DA20;
}
.AnyTagClassName
{
color: #D3DA20;
}
</style>
background-color css
<style>
a { background-color: #D3DA20; }
a { background-color: rgb(211,218,32); }
div.DivClassName
{
background-color: #D3DA20;
}
.BgClassName
{
background-color: #D3DA20;
}
</style>
border-color css
<style>
span { border-color: #D3DA20; }
span { border-color: rgb(211,218,32); }
td.TdClassName
{
border-color: #D3DA20;
}
.TagClassName
{
border-color: #D3DA20;
}
</style>