Shades of Bitter Lemon #D3DA3B
Tints of Bitter Lemon #D3DA3B
RGB
CMYK
RGB Variations
Color information
#D3DA3B (or 0xD3DA3B) is known color: Bitter Lemon. HEX triplet: D3, DA and 3B. RGB value is (211,218,59). Sum of RGB (Red+Green+Blue) = 211+218+59=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA3B is #2C25C4. Grayscale: #C6C6C6. Windows color (decimal): -2893253 or 3922643. OLE color: 3922643.
HSL color Cylindrical-coordinate representation of color #D3DA3B: hue angle of 62.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3DA3B is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 59 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.15 |
| HSL | 62.64º | 0.68% | 0.54% | - |
| HSV(B) | 62.64º | 0.73% | 0.85% | - |
| XYZ | 52.72 | 64.31 | 13.77 | - |
| YUV | 197.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 59 | 0.03 | 0 | 0.73 | 0.15 | 62.64 | 0.68 | 0.54 |
| Hex | D3 | DA | 3B | 3 | 0 | 49 | F | 3F | 44 | 36 |
| Octal | 323 | 332 | 73 | 3 | 0 | 111 | 17 | 77 | 104 | 66 |
| Binary | 11010011 | 11011010 | 111011 | 11 | 0 | 1001001 | 1111 | 111111 | 1000100 | 110110 |
Color Harmonies of #D3DA3B
Complementary color
Monochromatic Colors of #D3DA3B
Black with #D3DA3B
Text Example
Text Example
White with #D3DA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA3B; }
p { color: rgb(211,218,59); }
H1.HeaderClassName
{
color: #D3DA3B;
}
.AnyTagClassName
{
color: #D3DA3B;
}
</style>
background-color css
<style>
a { background-color: #D3DA3B; }
a { background-color: rgb(211,218,59); }
div.DivClassName
{
background-color: #D3DA3B;
}
.BgClassName
{
background-color: #D3DA3B;
}
</style>
border-color css
<style>
span { border-color: #D3DA3B; }
span { border-color: rgb(211,218,59); }
td.TdClassName
{
border-color: #D3DA3B;
}
.TagClassName
{
border-color: #D3DA3B;
}
</style>