Shades of Bitter Lemon #D0DA1F
Tints of Bitter Lemon #D0DA1F
RGB
CMYK
RGB Variations
Color information
#D0DA1F (or 0xD0DA1F) is known color: Bitter Lemon. HEX triplet: D0, DA and 1F. RGB value is (208,218,31). Sum of RGB (Red+Green+Blue) = 208+218+31=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA1F is #2F25E0. Grayscale: #C2C2C2. Windows color (decimal): -3089889 or 2087632. OLE color: 2087632.
HSL color Cylindrical-coordinate representation of color #D0DA1F: hue angle of 63.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0DA1F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 31 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.15 |
| HSL | 63.21º | 0.75% | 0.49% | - |
| HSV(B) | 63.21º | 0.86% | 0.85% | - |
| XYZ | 51.33 | 63.65 | 10.88 | - |
| YUV | 193.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 31 | 0.05 | 0 | 0.86 | 0.15 | 63.21 | 0.75 | 0.49 |
| Hex | D0 | DA | 1F | 5 | 0 | 56 | F | 3F | 4B | 31 |
| Octal | 320 | 332 | 37 | 5 | 0 | 126 | 17 | 77 | 113 | 61 |
| Binary | 11010000 | 11011010 | 11111 | 101 | 0 | 1010110 | 1111 | 111111 | 1001011 | 110001 |
Color Harmonies of #D0DA1F
Complementary color
Monochromatic Colors of #D0DA1F
Black with #D0DA1F
Text Example
Text Example
White with #D0DA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA1F; }
p { color: rgb(208,218,31); }
H1.HeaderClassName
{
color: #D0DA1F;
}
.AnyTagClassName
{
color: #D0DA1F;
}
</style>
background-color css
<style>
a { background-color: #D0DA1F; }
a { background-color: rgb(208,218,31); }
div.DivClassName
{
background-color: #D0DA1F;
}
.BgClassName
{
background-color: #D0DA1F;
}
</style>
border-color css
<style>
span { border-color: #D0DA1F; }
span { border-color: rgb(208,218,31); }
td.TdClassName
{
border-color: #D0DA1F;
}
.TagClassName
{
border-color: #D0DA1F;
}
</style>