Shades of Bitter Lemon #D0DB1F
Tints of Bitter Lemon #D0DB1F
RGB
CMYK
RGB Variations
Color information
#D0DB1F (or 0xD0DB1F) is known color: Bitter Lemon. HEX triplet: D0, DB and 1F. RGB value is (208,219,31). Sum of RGB (Red+Green+Blue) = 208+219+31=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB1F is #2F24E0. Grayscale: #C3C3C3. Windows color (decimal): -3089633 or 2087888. OLE color: 2087888.
HSL color Cylindrical-coordinate representation of color #D0DB1F: hue angle of 63.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0DB1F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 31 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.14 |
| HSL | 63.51º | 0.75% | 0.49% | - |
| HSV(B) | 63.51º | 0.86% | 0.86% | - |
| XYZ | 51.59 | 64.17 | 10.96 | - |
| YUV | 194.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 31 | 0.05 | 0 | 0.86 | 0.14 | 63.51 | 0.75 | 0.49 |
| Hex | D0 | DB | 1F | 5 | 0 | 56 | E | 40 | 4B | 31 |
| Octal | 320 | 333 | 37 | 5 | 0 | 126 | 16 | 100 | 113 | 61 |
| Binary | 11010000 | 11011011 | 11111 | 101 | 0 | 1010110 | 1110 | 1000000 | 1001011 | 110001 |
Color Harmonies of #D0DB1F
Complementary color
Monochromatic Colors of #D0DB1F
Black with #D0DB1F
Text Example
Text Example
White with #D0DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB1F; }
p { color: rgb(208,219,31); }
H1.HeaderClassName
{
color: #D0DB1F;
}
.AnyTagClassName
{
color: #D0DB1F;
}
</style>
background-color css
<style>
a { background-color: #D0DB1F; }
a { background-color: rgb(208,219,31); }
div.DivClassName
{
background-color: #D0DB1F;
}
.BgClassName
{
background-color: #D0DB1F;
}
</style>
border-color css
<style>
span { border-color: #D0DB1F; }
span { border-color: rgb(208,219,31); }
td.TdClassName
{
border-color: #D0DB1F;
}
.TagClassName
{
border-color: #D0DB1F;
}
</style>