Shades of Bitter Lemon #D6D22C
Tints of Bitter Lemon #D6D22C
RGB
CMYK
RGB Variations
Color information
#D6D22C (or 0xD6D22C) is known color: Bitter Lemon. HEX triplet: D6, D2 and 2C. RGB value is (214,210,44). Sum of RGB (Red+Green+Blue) = 214+210+44=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D22C is #292DD3. Grayscale: #C0C0C0. Windows color (decimal): -2698708 or 2937558. OLE color: 2937558.
HSL color Cylindrical-coordinate representation of color #D6D22C: hue angle of 58.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6D22C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 44 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.16 |
| HSL | 58.59º | 0.67% | 0.51% | - |
| HSV(B) | 58.59º | 0.79% | 0.84% | - |
| XYZ | 51.23 | 60.57 | 11.37 | - |
| YUV | 192.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 44 | 0 | 0.02 | 0.79 | 0.16 | 58.59 | 0.67 | 0.51 |
| Hex | D6 | D2 | 2C | 0 | 2 | 4F | 10 | 3B | 43 | 33 |
| Octal | 326 | 322 | 54 | 0 | 2 | 117 | 20 | 73 | 103 | 63 |
| Binary | 11010110 | 11010010 | 101100 | 0 | 10 | 1001111 | 10000 | 111011 | 1000011 | 110011 |
Color Harmonies of #D6D22C
Complementary color
Monochromatic Colors of #D6D22C
Black with #D6D22C
Text Example
Text Example
White with #D6D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D22C; }
p { color: rgb(214,210,44); }
H1.HeaderClassName
{
color: #D6D22C;
}
.AnyTagClassName
{
color: #D6D22C;
}
</style>
background-color css
<style>
a { background-color: #D6D22C; }
a { background-color: rgb(214,210,44); }
div.DivClassName
{
background-color: #D6D22C;
}
.BgClassName
{
background-color: #D6D22C;
}
</style>
border-color css
<style>
span { border-color: #D6D22C; }
span { border-color: rgb(214,210,44); }
td.TdClassName
{
border-color: #D6D22C;
}
.TagClassName
{
border-color: #D6D22C;
}
</style>