Shades of Bitter Lemon #D0DA3F
Tints of Bitter Lemon #D0DA3F
RGB
CMYK
RGB Variations
Color information
#D0DA3F (or 0xD0DA3F) is known color: Bitter Lemon. HEX triplet: D0, DA and 3F. RGB value is (208,218,63). Sum of RGB (Red+Green+Blue) = 208+218+63=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA3F is #2F25C0. Grayscale: #C5C5C5. Windows color (decimal): -3089857 or 4184784. OLE color: 4184784.
HSL color Cylindrical-coordinate representation of color #D0DA3F: hue angle of 63.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0DA3F is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 63 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.15 |
| HSL | 63.87º | 0.68% | 0.55% | - |
| HSV(B) | 63.87º | 0.71% | 0.85% | - |
| XYZ | 51.98 | 63.91 | 14.3 | - |
| YUV | 197.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 63 | 0.05 | 0 | 0.71 | 0.15 | 63.87 | 0.68 | 0.55 |
| Hex | D0 | DA | 3F | 5 | 0 | 47 | F | 40 | 44 | 37 |
| Octal | 320 | 332 | 77 | 5 | 0 | 107 | 17 | 100 | 104 | 67 |
| Binary | 11010000 | 11011010 | 111111 | 101 | 0 | 1000111 | 1111 | 1000000 | 1000100 | 110111 |
Color Harmonies of #D0DA3F
Complementary color
Monochromatic Colors of #D0DA3F
Black with #D0DA3F
Text Example
Text Example
White with #D0DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA3F; }
p { color: rgb(208,218,63); }
H1.HeaderClassName
{
color: #D0DA3F;
}
.AnyTagClassName
{
color: #D0DA3F;
}
</style>
background-color css
<style>
a { background-color: #D0DA3F; }
a { background-color: rgb(208,218,63); }
div.DivClassName
{
background-color: #D0DA3F;
}
.BgClassName
{
background-color: #D0DA3F;
}
</style>
border-color css
<style>
span { border-color: #D0DA3F; }
span { border-color: rgb(208,218,63); }
td.TdClassName
{
border-color: #D0DA3F;
}
.TagClassName
{
border-color: #D0DA3F;
}
</style>