Shades of Bitter Lemon #D0DB27
Tints of Bitter Lemon #D0DB27
RGB
CMYK
RGB Variations
Color information
#D0DB27 (or 0xD0DB27) is known color: Bitter Lemon. HEX triplet: D0, DB and 27. RGB value is (208,219,39). Sum of RGB (Red+Green+Blue) = 208+219+39=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 39 (15.62% from 255 or 8.37% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB27 is #2F24D8. Grayscale: #C3C3C3. Windows color (decimal): -3089625 or 2612176. OLE color: 2612176.
HSL color Cylindrical-coordinate representation of color #D0DB27: hue angle of 63.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0DB27 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.14 |
| HSL | 63.67º | 0.71% | 0.51% | - |
| HSV(B) | 63.67º | 0.82% | 0.86% | - |
| XYZ | 51.71 | 64.22 | 11.59 | - |
| YUV | 195.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 39 | 0.05 | 0 | 0.82 | 0.14 | 63.67 | 0.71 | 0.51 |
| Hex | D0 | DB | 27 | 5 | 0 | 52 | E | 40 | 47 | 33 |
| Octal | 320 | 333 | 47 | 5 | 0 | 122 | 16 | 100 | 107 | 63 |
| Binary | 11010000 | 11011011 | 100111 | 101 | 0 | 1010010 | 1110 | 1000000 | 1000111 | 110011 |
Color Harmonies of #D0DB27
Complementary color
Monochromatic Colors of #D0DB27
Black with #D0DB27
Text Example
Text Example
White with #D0DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB27; }
p { color: rgb(208,219,39); }
H1.HeaderClassName
{
color: #D0DB27;
}
.AnyTagClassName
{
color: #D0DB27;
}
</style>
background-color css
<style>
a { background-color: #D0DB27; }
a { background-color: rgb(208,219,39); }
div.DivClassName
{
background-color: #D0DB27;
}
.BgClassName
{
background-color: #D0DB27;
}
</style>
border-color css
<style>
span { border-color: #D0DB27; }
span { border-color: rgb(208,219,39); }
td.TdClassName
{
border-color: #D0DB27;
}
.TagClassName
{
border-color: #D0DB27;
}
</style>