Shades of Bitter Lemon #D6DB3A
Tints of Bitter Lemon #D6DB3A
RGB
CMYK
RGB Variations
Color information
#D6DB3A (or 0xD6DB3A) is known color: Bitter Lemon. HEX triplet: D6, DB and 3A. RGB value is (214,219,58). Sum of RGB (Red+Green+Blue) = 214+219+58=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB3A is #2924C5. Grayscale: #C7C7C7. Windows color (decimal): -2696390 or 3857366. OLE color: 3857366.
HSL color Cylindrical-coordinate representation of color #D6DB3A: hue angle of 61.86º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6DB3A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 58 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.14 |
| HSL | 61.86º | 0.69% | 0.54% | - |
| HSV(B) | 61.86º | 0.74% | 0.86% | - |
| XYZ | 53.83 | 65.26 | 13.76 | - |
| YUV | 199.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 58 | 0.02 | 0 | 0.74 | 0.14 | 61.86 | 0.69 | 0.54 |
| Hex | D6 | DB | 3A | 2 | 0 | 4A | E | 3E | 45 | 36 |
| Octal | 326 | 333 | 72 | 2 | 0 | 112 | 16 | 76 | 105 | 66 |
| Binary | 11010110 | 11011011 | 111010 | 10 | 0 | 1001010 | 1110 | 111110 | 1000101 | 110110 |
Color Harmonies of #D6DB3A
Complementary color
Monochromatic Colors of #D6DB3A
Black with #D6DB3A
Text Example
Text Example
White with #D6DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB3A; }
p { color: rgb(214,219,58); }
H1.HeaderClassName
{
color: #D6DB3A;
}
.AnyTagClassName
{
color: #D6DB3A;
}
</style>
background-color css
<style>
a { background-color: #D6DB3A; }
a { background-color: rgb(214,219,58); }
div.DivClassName
{
background-color: #D6DB3A;
}
.BgClassName
{
background-color: #D6DB3A;
}
</style>
border-color css
<style>
span { border-color: #D6DB3A; }
span { border-color: rgb(214,219,58); }
td.TdClassName
{
border-color: #D6DB3A;
}
.TagClassName
{
border-color: #D6DB3A;
}
</style>