Shades of Bitter Lemon #D0DA3B
Tints of Bitter Lemon #D0DA3B
RGB
CMYK
RGB Variations
Color information
#D0DA3B (or 0xD0DA3B) is known color: Bitter Lemon. HEX triplet: D0, DA and 3B. RGB value is (208,218,59). Sum of RGB (Red+Green+Blue) = 208+218+59=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA3B is #2F25C4. Grayscale: #C5C5C5. Windows color (decimal): -3089861 or 3922640. OLE color: 3922640.
HSL color Cylindrical-coordinate representation of color #D0DA3B: hue angle of 63.77º 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 #D0DA3B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 59 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.15 |
| HSL | 63.77º | 0.68% | 0.54% | - |
| HSV(B) | 63.77º | 0.73% | 0.85% | - |
| XYZ | 51.87 | 63.87 | 13.73 | - |
| YUV | 196.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 59 | 0.05 | 0 | 0.73 | 0.15 | 63.77 | 0.68 | 0.54 |
| Hex | D0 | DA | 3B | 5 | 0 | 49 | F | 40 | 44 | 36 |
| Octal | 320 | 332 | 73 | 5 | 0 | 111 | 17 | 100 | 104 | 66 |
| Binary | 11010000 | 11011010 | 111011 | 101 | 0 | 1001001 | 1111 | 1000000 | 1000100 | 110110 |
Color Harmonies of #D0DA3B
Complementary color
Monochromatic Colors of #D0DA3B
Black with #D0DA3B
Text Example
Text Example
White with #D0DA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA3B; }
p { color: rgb(208,218,59); }
H1.HeaderClassName
{
color: #D0DA3B;
}
.AnyTagClassName
{
color: #D0DA3B;
}
</style>
background-color css
<style>
a { background-color: #D0DA3B; }
a { background-color: rgb(208,218,59); }
div.DivClassName
{
background-color: #D0DA3B;
}
.BgClassName
{
background-color: #D0DA3B;
}
</style>
border-color css
<style>
span { border-color: #D0DA3B; }
span { border-color: rgb(208,218,59); }
td.TdClassName
{
border-color: #D0DA3B;
}
.TagClassName
{
border-color: #D0DA3B;
}
</style>