Shades of Bitter Lemon #D6DC1B
Tints of Bitter Lemon #D6DC1B
RGB
CMYK
RGB Variations
Color information
#D6DC1B (or 0xD6DC1B) is known color: Bitter Lemon. HEX triplet: D6, DC and 1B. RGB value is (214,220,27). Sum of RGB (Red+Green+Blue) = 214+220+27=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC1B is #2923E4. Grayscale: #C4C4C4. Windows color (decimal): -2696165 or 1826006. OLE color: 1826006.
HSL color Cylindrical-coordinate representation of color #D6DC1B: hue angle of 61.87º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6DC1B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 27 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.14 |
| HSL | 61.87º | 0.78% | 0.48% | - |
| HSV(B) | 61.87º | 0.88% | 0.86% | - |
| XYZ | 53.52 | 65.56 | 10.87 | - |
| YUV | 196.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 27 | 0.03 | 0 | 0.88 | 0.14 | 61.87 | 0.78 | 0.48 |
| Hex | D6 | DC | 1B | 3 | 0 | 58 | E | 3E | 4E | 30 |
| Octal | 326 | 334 | 33 | 3 | 0 | 130 | 16 | 76 | 116 | 60 |
| Binary | 11010110 | 11011100 | 11011 | 11 | 0 | 1011000 | 1110 | 111110 | 1001110 | 110000 |
Color Harmonies of #D6DC1B
Complementary color
Monochromatic Colors of #D6DC1B
Black with #D6DC1B
Text Example
Text Example
White with #D6DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC1B; }
p { color: rgb(214,220,27); }
H1.HeaderClassName
{
color: #D6DC1B;
}
.AnyTagClassName
{
color: #D6DC1B;
}
</style>
background-color css
<style>
a { background-color: #D6DC1B; }
a { background-color: rgb(214,220,27); }
div.DivClassName
{
background-color: #D6DC1B;
}
.BgClassName
{
background-color: #D6DC1B;
}
</style>
border-color css
<style>
span { border-color: #D6DC1B; }
span { border-color: rgb(214,220,27); }
td.TdClassName
{
border-color: #D6DC1B;
}
.TagClassName
{
border-color: #D6DC1B;
}
</style>